Search:

Type: Posts; User: IznastY

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,797

    Head First C# covers this. Amazon.com: Head...

    Head First C# covers this.

    Amazon.com: Head First C# (9780596514822): Andrew Stellman, Jennifer Greene: Books: Reviews, Prices & more
  2. Replies
    13
    Views
    3,393

    Google carl h highercomputing, his lessons are...

    Google carl h highercomputing, his lessons are geared towards beginners but anyone could benefit from them.
  3. Replies
    14
    Views
    2,632

    Cool, thx

    Cool, thx
  4. Replies
    14
    Views
    2,632

    Oh ok sorry about that, i didn't know about...

    Oh ok sorry about that, i didn't know about #include <cstdlib>
    , im also pretty new to c++, are there any big differences? because im using devcpp 5 and it adds

    #include <stdlib.h> automatically
  5. Replies
    14
    Views
    2,632

    Yeah, his code ran and compiled but it didn't do...

    Yeah, his code ran and compiled but it didn't do what he intented it to do.
  6. Replies
    14
    Views
    2,632

    Hey, im new to c++ my self but i thought maybe i...

    Hey, im new to c++ my self but i thought maybe i could help. :\
    well here goes....


    #include <iostream>
    #include <cstdlib>
    using namespace std;

    int main(int argc, char *argv[])
    {
Results 1 to 6 of 6