EOSERV Forum > Lounge > Hey guys. Where can i learn C++?
Topic is locked.
Page: << 1 >>
Hey guys. Where can i learn C++?
Author Message
Post #71693 Hey guys. Where can i learn C++?

I really want to learn it and someday be the next beasty coder =D well i have NO idea about anything in C++. If you cold tell me where you learned it (maybe an online guide) i would be so thankful if you could tell me where i can learn it =)


~~~~~~

Andrew

---
stay tuned.
14 years, 5 weeks ago
Post #71702 Re: Hey guys. Where can i learn C++?

I don't recommend learning C++ from the web because it's a hard language to learn if you're new to programming. Try learning something like python or java before trying C++.


Python Resource: http://www.python.org/

   Pygame (for creating games in python): http://www.pygame.org/news.html


Java Resource: http://math.hws.edu/javanotes/


If you still want to learn C++: Google  this (without quotation marks): inurl sams teach yourself C++ .pdf third link down

sorry that I can't provide the link but rules are rules :P


---
I forgot what I was going to write...
14 years, 5 weeks ago
Post #71703 Re: Hey guys. Where can i learn C++?

Wait till you hit highschool or college you can take C++ programming as course

14 years, 5 weeks ago
Post #71704 Re: Hey guys. Where can i learn C++?

I prefer web, that's how I have learned every bit of my C++ knowledge; Which could be like most of the eoserv.net users combined.

---
http://www.addipop.com
14 years, 5 weeks ago
Post #71705 Re: Hey guys. Where can i learn C++?
Addison posted: (1st Apr 2011 11:57 pm)

I prefer web, that's how I have learned every bit of my C++ knowledge; Which could be like most of the eoserv.net users combined.


Please share some resources man! =D
---
I forgot what I was going to write...
14 years, 5 weeks ago
Post #71715 Re: Hey guys. Where can i learn C++?
Addison posted: (1st Apr 2011 11:57 pm)

I prefer web, that's how I have learned every bit of my C++ knowledge; Which could be like most of the eoserv.net users combined.


Dang. Every one? you must be the C++ legend :) if you would be so kind and share a site i would greatly appreciate it.
---
stay tuned.
14 years, 5 weeks ago
Post #71718 Re: Hey guys. Where can i learn C++?
I have been using this guide its pretty good..
http://www.learncpp.com/
14 years, 5 weeks ago
Post #71728 Re: Hey guys. Where can i learn C++?

http://www.thenewboston.com/


Go to tutorials and than c++. Itll explain everything from installing a compiler and setting it up, to makeing basic programs. Than move on from there.

---
Eat shit, bro.

I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
14 years, 5 weeks ago
Post #71737 Re: Hey guys. Where can i learn C++?
Divine posted: (2nd Apr 2011 12:59 am)

http://www.thenewboston.com/


Go to tutorials and than c++. Itll explain everything from installing a compiler and setting it up, to makeing basic programs. Than move on from there.

Woah. that really helps!

btw guys check out my first code =)


#include <iostream>
int main()
{
using namespace std;
cout << "Hey eoserv i made a little thing :P";
cout << endl;
cout << "Compile it with a compiler =D! such as Dev-C++." << endl;
system("pause");
return 0;
}

(compile it and see what it does =P)
---
stay tuned.
14 years, 5 weeks ago
Post #71738 Re: Hey guys. Where can i learn C++?
andrewbob1 posted: (2nd Apr 2011 01:26 am)

Divine posted: (2nd Apr 2011 12:59 am)

http://www.thenewboston.com/


Go to tutorials and than c++. Itll explain everything from installing a compiler and setting it up, to makeing basic programs. Than move on from there.

Woah. that really helps!

btw guys check out my first code =)


#include <iostream>
int main()
{
using namespace std;
cout << "Hey eoserv i made a little thing :P";
cout << endl;
cout << "Compile it with a compiler =D! such as Dev-C++." << endl;
system("pause");
return 0;
}

(compile it and see what it does =P)

Glad to help ^-^
---
Eat shit, bro.

I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
14 years, 5 weeks ago
Post #71739 Re: Hey guys. Where can i learn C++?

Cough Divine MSN Cough..

14 years, 5 weeks ago
Post #71743 Re: Hey guys. Where can i learn C++?
Hollisterâ„¢ posted: (2nd Apr 2011 01:35 am)

Cough Divine MSN Cough..


Cough Hollister on my Mac atm Cought
---
Eat shit, bro.

I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
14 years, 5 weeks ago
Post #71744 Re: Hey guys. Where can i learn C++?

Well I would suggest just screwing around with CodeBlocks and making some sample programs. Then if you get stuck, google what you want to do and learn the code for it.

For example, say I wanted to start out with a nice game with a GUI and such. I would google 'C++ Win32' or 'C++ WinAPI'. That would teach me how to create a nice windowed program.

---
http://www.addipop.com
14 years, 5 weeks ago
Post #71745 Re: Hey guys. Where can i learn C++?
Addison posted: (2nd Apr 2011 01:42 am)

Well I would suggest just screwing around with CodeBlocks and making some sample programs. Then if you get stuck, google what you want to do and learn the code for it.

For example, say I wanted to start out with a nice game with a GUI and such. I would google 'C++ Win32' or 'C++ WinAPI'. That would teach me how to create a nice windowed program.


I like that idea. I will finish all the C++ videos and then i'll see what i can make and if i get stuck ill just google and see what i'm doing wrong i guess :P thanks addison =D
---
stay tuned.
14 years, 5 weeks ago
Post #71749 Re: Hey guys. Where can i learn C++?
Divine posted: (2nd Apr 2011 01:39 am)

Hollisterâ„¢ posted: (2nd Apr 2011 01:35 am)

Cough Divine MSN Cough..


Cough Hollister on my Mac atm Cought

you've been on it for like 4 hours , i need to talk to you.


14 years, 5 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Hey guys. Where can i learn C++?