I understand that there are a lot of ebooks, videos, books, teachers, and forums that teach you c++, but if there is anyone that is interested in c++ tutorials I could start posting threads that have detailed c++ tutorials. I am guessing this is for people who don't want to read an ebook and want maybe a thinned down version, THAT STILL HAS ALL CRUCIAL INFORMATION.
Disclaimer: I am not like NOOB, whit, mmbob, Crash, freedompeace, flameswor10, topblast, and others. The previously mentioned guys are f*cking elite, but they're too busy being 1337 to make tutorials (or they just advocate reading books).
Either way if anyone thinks they could use these then feel free to hit thanks and I will know whether it will be a waste of time or not. Thanks a lot
Example of first tutorial:
^^ very brief sections of chapter one, but as you can see I am covering most of the basics (again this is only chapter one out of maybe 20-25)Code:Chapter One: Setting Up - Is C important to learn before c++ - Some basics before writing your first code - How your compiler works to create a program (.exe) - Writing your first program (Hello World) - Overview **might add section where you can practice**
Last edited by FailHacker; 07-05-2011 at 06:05 PM.
Legen...wait for it...dary
whit (07-06-2011)
lol why not, i think hes good
I am just waiting for what the community thinks![]()
Legen...wait for it...dary
Chapter 1:
1.Knowing C makes you know a lot of C++, and vise versa, so no.
2.Download an IDE
3.preprocessing->Compile->assemble->link
4. #include <iostream> int main(int argv, char* argv[]){std::cout<<"hello world\n";return 0;}
5. C and C++ are very similar, you download IDE, it compiles, there is teh code
I am not just answering the questions, I am going in depth, and keep in mind this is for total new people trying to learn.
Legen...wait for it...dary
The answer to the first question is a simple no. No more depth needed. just no.
I cannot see any other things to learn before writing the hello world
at this point getting in depth of the process will confuse you, and it is not really needed to know either.
gave code right there.
Okay well if you think this is a waste of time then I won't do it.
Plus most people can easily c+p the code its like 8 lines of code, but guess how many of them understand the preprocessor (#includes), or what namespaces are, or the point of "return 0;", etc.
Legen...wait for it...dary
Ooh I'm considered an elite![]()
No I do not make game hacks anymore, please stop asking.
Last edited by FailHacker; 07-06-2011 at 11:16 PM.
Legen...wait for it...dary
i seriously hate console apps. they are so ugly and spoonfed
Last edited by kibbles18; 07-09-2011 at 05:41 PM.
^^ sorry I am not following your point
Legen...wait for it...dary
I could definitely use a tutorial on c++, When do you think it'll be out?