IMPORTANT! READ THIS FIRST! This form is to write a personal message to another user. DO NOT ASK FOR TECH SUPPORT HERE. To ask your tech support question, please go to the forums or read our welcome guide for new members. Thanks for your cooperation!
Hey Codiah, I know you like coding and are interested in learning to code, so would you like to join the Coders Group ? http://forums.techguy.org/group.php?groupid=23 It's your decision Thanks -Fabez-
Well, i've already coded allot of batch files into a custom command prompt with its own commands, its become a wonderful administrative tool among other things, i use it allot... but, even though there converted to .exe format, if anyone is smart enough to know that there just extracted to a temp folder and run as bat files so its not really secure.. what i want to do for a C++ project is convert my entire admin console tool into the C++ language so its more structurally sound and secure.... think its a good place to start.. i already understand the structure of the program, i just need to learn how to code it in C++...
Nice one C++ is a good language to start off with, for a low level language. I personally use either Microsoft Visual C++ 2008 Express or Dev C++, which are both easy to use. Have you decided on a small project yet ? Good luck
Hey -Fabez- i'm taking your advice and i'm thinking about starting with learning C++, i figured this would be the easiest to branch off from later, but what i wanted to ask you is what IDE do you use to do your coding, i'm looking for an all in one package, somethingi can code / debug / and compile with... i currently have Eclipse IDE but i find it a little stressful to use because yo have to set up all these different things just to get the debug and buildto work.. any suggestions?