Thread: hey, uhm yeah

Results 1 to 5 of 5
  1. #1
    DylanOwnsYou's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    In the air, rising higher and higher as I watch you crash.
    Posts
    379
    Reputation
    19
    Thanks
    82
    My Mood
    Cynical

    hey, uhm yeah

    uhm i don't normally ask for a lot of help, only when i first started off vb08, but now im moving to c++. i would like to know what the difference is between: devC++ and C++. Also i would like to know where to start off with hacks. i would start with the most simple basic hacks, and move my way up if it's okay with you guys, please help. if not then just say so. thank you.

  2. #2
    why06jz's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    295
    Reputation
    14
    Thanks
    54
    dev-C++ is just a compiler. So is Visual Studios and Visual Studios Express.

    C++ is the actual language you will be coding in. Secondly there's really not very many simple hacks, atleast from your perspective. Once you learn C++ then you will have an understanding of what is simple and what is not. It all depends on a lot of variables. Right now you just need to learn C++ and worry about hacking later.

  3. #3
    DylanOwnsYou's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    In the air, rising higher and higher as I watch you crash.
    Posts
    379
    Reputation
    19
    Thanks
    82
    My Mood
    Cynical
    Quote Originally Posted by why06jz View Post
    dev-C++ is just a compiler. So is Visual Studios and Visual Studios Express.

    C++ is the actual language you will be coding in. Secondly there's really not very many simple hacks, atleast from your perspective. Once you learn C++ then you will have an understanding of what is simple and what is not. It all depends on a lot of variables. Right now you just need to learn C++ and worry about hacking later.
    what do u mean by compiler

  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    A compiler is what makes the project run. It's like the debugger tool in VB08. You write out the code and click compile and run, and it turns the code you wrote out into an actual running program.

  5. #5
    DylanOwnsYou's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    In the air, rising higher and higher as I watch you crash.
    Posts
    379
    Reputation
    19
    Thanks
    82
    My Mood
    Cynical
    thanks lol i needed that, i made a calculator last night and i couldnt get it to work, said im missing a compiler

Tags for this Thread