|
Silkroad Online
|
Silkroad Forums
|
Affiliates
|



|
|
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 22 posts ] |
|
Author |
Message |
Phaedra
|
Post subject: C++ Posted: Sun Sep 26, 2010 1:25 pm |
|
Active Member |
 |
 |
Joined: May 2009 Posts: 730 Location: Yes.
|
Hey guys, can any of you recommend me a site where I can learn the basics? (I will be using Code::Blocks if that matters). I have just started this whole shit so I need to learn the basics, so a detailed description would be nice. I found some site too, im just curious what u guys recommend.
_________________ Phaedra
|
|
Top |
|
 |
[SD]Twysta
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 1:31 pm |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4478 Location: Hollandia
|
I recommend you go with these series; http://www.youtube.com/user/antiRTFM#p/ ... yVhn0FWWB4The guy starts at level 0, and by the time you're at his 80th video, you'll know alot. From personal experience, I highly suggest a good book over online tutorials. Because you need to know the theory behind data types, and how exactly variable types store data. This is especially important in C++. I've watched a lot of tutorials, ranging from the Absolute Spoonfeed series by the guy I posted above, to the algebra from Khan academy. But when I got a good book, it was much better. I did all this in preperation of my study btw. Now that I'm actually studying software engineering, it just hit me that the book was 10 times better. You need to know the theory to be able to understand and build programs.  edit: code::blocks is really good.
_________________

HejsaN wrote: cpinney wrote: download more ram. Where? Did not find any on google. 
Last edited by [SD]Twysta on Sun Sep 26, 2010 1:34 pm, edited 1 time in total.
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 1:31 pm |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
Hmm i wanna hear the response here, i started out using borland turbo c++ v3.0, learned mostly from the help section, didn't even know the internet had learning sources then 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
Phaedra
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 1:39 pm |
|
Active Member |
 |
 |
Joined: May 2009 Posts: 730 Location: Yes.
|
[SD]Twysta wrote: I recommend you go with these series; http://www.youtube.com/user/antiRTFM#p/ ... yVhn0FWWB4The guy starts at level 0, and by the time you're at his 80th video, you'll know alot. From personal experience, I highly suggest a good book over online tutorials. Because you need to know the theory behind data types, and how exactly variable types store data. This is especially important in C++. I've watched a lot of tutorials, ranging from the Absolute Spoonfeed series by the guy I posted above, to the algebra from Khan academy. But when I got a good book, it was much better. I did all this in preperation of my study btw. Now that I'm actually studying software engineering, it just hit me that the book was 10 times better. You need to know the theory to be able to understand and build programs.  edit: code::blocks is really good. Thanks dude, this youtube thingy is very good 
_________________ Phaedra
|
|
Top |
|
 |
[SD]Twysta
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 1:48 pm |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4478 Location: Hollandia
|
yw  Try and practice alot though. You will know how to use the stuff he teaches you, but you can't think of any way to apply them if you don't practice  Also you should try and get a book in the long run  You'll see what I mean. It's much better but only if you're aiming to go far with c++. For now I guess the basics are nice in that series.
_________________

HejsaN wrote: cpinney wrote: download more ram. Where? Did not find any on google. 
|
|
Top |
|
 |
Phaedra
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 2:15 pm |
|
Active Member |
 |
 |
Joined: May 2009 Posts: 730 Location: Yes.
|
[SD]Twysta wrote: yw  Try and practice alot though. You will know how to use the stuff he teaches you, but you can't think of any way to apply them if you don't practice  Also you should try and get a book in the long run  You'll see what I mean. It's much better but only if you're aiming to go far with c++. For now I guess the basics are nice in that series. Yea sure, gonna get a book. I want to go far with c++ as I'm a computer program designer (well I've just got accepted to university and had the first 2 weeks on it  ) but anywayz yea...that's what i want to learn:)
_________________ Phaedra
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 3:24 pm |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
Sacrosanctus wrote: [SD]Twysta wrote: yw  Try and practice alot though. You will know how to use the stuff he teaches you, but you can't think of any way to apply them if you don't practice  Also you should try and get a book in the long run  You'll see what I mean. It's much better but only if you're aiming to go far with c++. For now I guess the basics are nice in that series. Yea sure, gonna get a book. I want to go far with c++ as I'm a computer program designer (well I've just got accepted to university and had the first 2 weeks on it  ) but anywayz yea...that's what i want to learn:) Well then you really need a book, trust me here, im in my last year of computer engg and I can tell you that a good knowledge of the basics C/C++ goes a long way. By basics i mean functions, classes, structures, data types/structures, pointers and the difference between imperative and object-oriented programming model. Oh and try to keep focused, coz the me right now is a confused idiot right now who has no idea on what he wants to do with his life Also I'm gonna make an FPS game as my final year project, so w8 for a demo in the coming months 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
Stress
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 9:00 pm |
|
Ex-Staff |
 |
 |
Joined: Oct 2006 Posts: 4599 Location: Studying Computer Science, Vienna
|
Make sure you understand the fundamental concepts of Object-Oriented Programming, before trying to do anything serious with C++. It's important to understand the fundamental concepts first, before applying them.
For graphics, you're probably going to use OpenGL; it's going to take a while until you get used to OpenGL functions, and their integration into the language. The functions are quite complicated.
_________________ Carry your cross, and I'll carry mine.
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 10:51 pm |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
I'll be doing it with UNITY game engine+visual c#. Yeah it'llbe tough but i got 6-8 months to do it, and i'm only gonna make 2-3 levels of the game, should be a fun experience 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
Doron
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 11:13 pm |
|
SRF's Princess |
 |
 |
Joined: May 2007 Posts: 8570 Location: I'm at- Ooh something shiny!!
|
ugh...
*cough cough* geek *cough cough*
_________________
|
|
Top |
|
 |
[SD]Twysta
|
Post subject: Re: C++ Posted: Sun Sep 26, 2010 11:56 pm |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4478 Location: Hollandia
|
edit: cba with you. look at yourself you're a mess 
_________________

HejsaN wrote: cpinney wrote: download more ram. Where? Did not find any on google. 
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 12:38 am |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
Doron wrote: ugh...
*cough cough* geek *cough cough* WRONG!!!! I am a 21 year old geek+nerd 2 in 1 combo 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
William-CL
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 2:02 am |
|
Forum Legend |
 |
 |
Joined: Feb 2007 Posts: 7363 Location: N/A
|
Doron wrote: ugh...
*cough cough* geek *cough cough* At least this geek will earn a decent paycheck if he gets a job as a programmer..
_________________
|
|
Top |
|
 |
ZaKnighT
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 2:19 am |
|
Loyal Member |
 |
 |
Joined: Sep 2009 Posts: 1730 Location: home
|
Blackdragon6 wrote: Doron wrote: ugh...
*cough cough* geek *cough cough* At least this geek will earn a decent paycheck if he gets a job as a programmer.. this.. geeks make money! at the end geeks get chicks =) (DORON ASIAN ONES)
_________________
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 11:57 am |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
Blackdragon6 wrote: Doron wrote: ugh...
*cough cough* geek *cough cough* At least this geek will earn a decent paycheck WHEN he gets a job as a programmer.. FIXED 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
William-CL
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 12:04 pm |
|
Forum Legend |
 |
 |
Joined: Feb 2007 Posts: 7363 Location: N/A
|
aishsharma wrote: Blackdragon6 wrote: Doron wrote: ugh...
*cough cough* geek *cough cough* At least this geek will earn a decent paycheck WHEN he gets a job as a programmer.. FIXED  hehe so true. A lot of companies are constantly Hiring programmers.
_________________
|
|
Top |
|
 |
Mirosuke
|
Post subject: Re: C++ Posted: Mon Sep 27, 2010 6:03 pm |
|
Forum Legend |
 |
 |
Joined: Aug 2008 Posts: 6735 Location: Love the way you are.
|
ZaKnighT wrote: Blackdragon6 wrote: Doron wrote: ugh...
*cough cough* geek *cough cough* At least this geek will earn a decent paycheck if he gets a job as a programmer.. this.. geeks make money! at the end geeks get chicks =) (DORON ASIAN ONES) you're joking rite? he's surfing in the internet all the day, do you think he have any chance? lol 
_________________
( ๏̯͡ ๏ ) ~ Hwang Mi Hee(L)あなた の運命を全うする   
WE WANT [ TORCHLIGHT II], [ TERA ONLINE], [ BLADE& SOUL] AND... [ DIABLO III]. ~* Old Sigs *~[ x][ x][ x][ x]
|
|
Top |
|
 |
aishsharma
|
Post subject: Re: C++ Posted: Tue Sep 28, 2010 11:31 am |
|
Frequent Member |
 |
 |
Joined: Aug 2008 Posts: 1301 Location: SilkroadSalvation
|
Mirosuke wrote: you're joking rite? he's surfing in the internet all the day, do you think he have any chance? lol  Please compare our join dates and post counts b4 you say that 
_________________
Theseus - lvl 5x - warrior/rogue
|
|
Top |
|
 |
William-CL
|
Post subject: Re: C++ Posted: Tue Sep 28, 2010 12:05 pm |
|
Forum Legend |
 |
 |
Joined: Feb 2007 Posts: 7363 Location: N/A
|
aishsharma wrote: Mirosuke wrote: you're joking rite? he's surfing in the internet all the day, do you think he have any chance? lol  Please compare our join dates and post counts b4 you say that  Dun worry, the Internet and a Computer Career go hand in hand 
_________________
|
|
Top |
|
 |
[SD]Twysta
|
Post subject: Re: C++ Posted: Tue Sep 28, 2010 4:18 pm |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4478 Location: Hollandia
|
It's true. There is heaps of work available in programming, and software engineering in general.
If you do software engineering as a base, and then go for your masters, you are golden for the rest of your life, because with your software engineering you learn programming - testing - setting up networks/databases and learn to maintain these - etc and you can "branch off" into a specific industry.
There will always be work available within all these subjects.
The plus in al this, is that you're always being educated in IT, there will always be new certificates that you can (and have to) get and they will pile up eventually. New OS's, new standard Software platforms, new standard program for databases, etc. I often hear about people within the software engineering branche that actually REJECT jobs they try to get because they will ofcourse only pay the person for what he's doing, whilst he wants to be paid for his level of education. This is a big downside, which is why I find it important that I focus on 1 thing, and try to get all these certificates and courses that you will do over the years and try to keep them on 1 level.
_________________

HejsaN wrote: cpinney wrote: download more ram. Where? Did not find any on google. 
|
|
Top |
|
 |
Doron
|
Post subject: Re: C++ Posted: Tue Sep 28, 2010 4:56 pm |
|
SRF's Princess |
 |
 |
Joined: May 2007 Posts: 8570 Location: I'm at- Ooh something shiny!!
|
I know this guy that has a ICT diploma.
He's now doing work and study at the same restaurant I work untill some company seems good enough for him.
_________________
|
|
Top |
|
 |
Morgoth
|
Post subject: Re: C++ Posted: Wed Sep 29, 2010 1:08 am |
|
Active Member |
 |
 |
Joined: Feb 2006 Posts: 854 Location:
|
If you ever consider buying a book, I highly recommend you get this one, http://www.amazon.com/Absolute-C-4th-Wa ... 380&sr=8-1I used it for my computer science class at college and read it again from cover to cover this past summer and it is amazing imo. The guy who wrote it explains everything really well in language that is easy to understand and he has plenty of simple examples that demonstrates the fundamental concepts.
_________________
|
|
Top |
|
 |
|
Page 1 of 1
|
[ 22 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 14 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|