Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Short C++ tutorial ( very short )

  1. #11
    Senior Member
    Join Date
    Sep 2001
    Posts
    535
    Originally posted by Mystic Ravenous
    cprogramming.com
    cplusplus.com
    1001tutorials.com
    functionx
    Search Google.com you'll get loads!


    for books


    Practical C++
    Sams C++ 21 days
    C++ Primer Plus
    C++ for dummies
    thank u very much for the information mystic..but can u give me some
    links from where i can download some free good e-books on C C++ and
    assembly...pls help...

    thank u

    intruder..

  2. #12

    Post

    I'm not sure about d/l, search google, but...

    www.viet-learn.com


    Has a crap load of them.. ( very good too )..

    I would recommend getting some books.




    cheers,

    MR

  3. #13
    Senior Member
    Join Date
    Dec 2001
    Posts
    590
    Great tutorial Mystic Ravenous, you inspired me to do a java one, just one correction I want to make (I think) for the first tutorial. When I ran the program, it spat out 31 errors, so I fiddled around with it and finally got it working - the only thing I changed is when you initialize the char a = A, I changed to char a = 'A' and it worked.

    I really have no idea with C, so maybe it's my compiler or something, but that worked for me (I'm using BloodShed Dev-C++).

    Anyways, Great stuff, keep it all going...I'm gonna try the second one...

    Thanks,
    Greg
    \"Do you know what people are most afraid of?
    What they don\'t understand.
    When we don\'t understand, we turn to our assumptions.\"
    -- William Forrester

  4. #14

    Post

    Ops, sorry. I got the the ' ' .. Thanks..I try to get people into programing more.

    MR

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •