Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > Science and Art > Tech Help

 
 
Thread Tools Display Modes

 
Post c++ how long ?
Reply
Posted 2003-11-02, 01:58 AM
I want to start with learning c++ but I have some questions

1.Is there maybe another programming language I should know before starting with c++?
2.how long did it take u ppl that know c++ to learn the basics of it ?
3.Also what do u advise me to start with if I want to learn this ?
Old
Profile PM WWW Search
undeadzombieguy is neither ape nor machine; has so far settled for the in-betweenundeadzombieguy is neither ape nor machine; has so far settled for the in-between
 
 
undeadzombieguy
 



 
Reply
Posted 2003-11-02, 02:21 AM in reply to undeadzombieguy's post "c++ how long ?"
You can "Learn C++ in 24 Hours!"... it would probably take a few or two to get a good grasp.

Il papa caca nei legno?
Old
Profile PM WWW Search
RoboticSilence is neither ape nor machine; has so far settled for the in-betweenRoboticSilence is neither ape nor machine; has so far settled for the in-between
 
 
RoboticSilence
 



 
Reply
Posted 2003-11-02, 05:26 AM in reply to undeadzombieguy's post "c++ how long ?"
http://www.gamedev.net might prove useful. Also, you don't really need to start with another language. Some say it's easier if you know another language already, especially as C++ is so "tricky", but honestly, I find it quite obvious that programming would be easier if you already know the basic thinking behind the whole thing.

I'd go for C++ at once without wasting my time on another language such as BASIC. While BASIC can still do a lot of useful things today, it's going to be really hard to find a job as a BASIC programmer. Blah.
"Stephen Wolfram is the creator of Mathematica and is widely regarded as the most important innovator in scientific and technical computing today." - Stephen Wolfram
Old
Profile PM WWW Search
Chruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed it
 
 
Chruser
 



 
Reply
Posted 2003-11-02, 11:40 AM in reply to undeadzombieguy's post "c++ how long ?"
I'm in the process of writing a c tutorial for zelaron at the moment...give me a month or two and i will post it

if you have questions feel free to pm me and ill try 2 help as much as possible. C++ is pretty easy...u can learn it as ur 1st language i think. I think i went through a book in about 2 or 3 days of c...but im still learning other things...but the basics if u work at it u could prolly get easily in a week. I have my first couple of chapters done for my tutorial. If you'd like I could pm them to you but I don't want to post it on zelaron until ive finished completely.

Last edited by Demosthenes; 2003-11-02 at 03:56 PM.
Old
Profile PM WWW Search
Demosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to be
 
Demosthenes
 



 
Reply
Posted 2003-11-02, 05:23 PM in reply to undeadzombieguy's post "c++ how long ?"
A VB programmer typically gets paid more than a C++ programmer, because most people just jump into the C++ bandwagon, therefore there are less professional VB programmers.

BUT, what I recommend is you learn all languages. There's nothing employers love more than that.
Old
Profile PM WWW Search
Mantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to be
 
 
Mantralord
 



 
Reply
Posted 2003-11-02, 07:58 PM in reply to undeadzombieguy's post "c++ how long ?"
yea vb is pretty great. Once i get around my lazyness i will probably learn that formally out of some book or something...not just bits and pieces off of some internet site. VB is well paying, C++ is well paying...java is up and coming it seems like. If you want to be a linux programmer though VB is pointless but for windows VB is probably the BEST language.

if ur going linux i'd know:
assembly
c++
perl

if ur going windows:
assembly
c++
java
VB
perhaps a language u might not have heard of called python (that's a language im working on right now...it's great)

if you're going into some specific fields than other languages are required. Lisp is great for AI. Then if your going internet ull wanna know html, vbscript, php...so on.
Old
Profile PM WWW Search
Demosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to be
 
Demosthenes
 



 
Reply
Posted 2003-11-03, 06:41 AM in reply to undeadzombieguy's post "c++ how long ?"
thx that helps ALOT.

mJordan2nd, I'll just wait untill u got the whole thing finished and posted here at Zelaron.

The reason I was asking is because I'm in my last year at highschool and I'm going to college next year. Were going to learn c++ , JAVA for sure, so I thought, to make things easier for when I'm there, to start learning it already which could save me alot of time. But if its true that it can be done in a couple of weeks (I thought it would take 4 months or something like that), then there is no need rushing it because I still have 8 months before college starts .
Old
Profile PM WWW Search
undeadzombieguy is neither ape nor machine; has so far settled for the in-betweenundeadzombieguy is neither ape nor machine; has so far settled for the in-between
 
 
undeadzombieguy
 



 
Reply
Posted 2003-11-03, 02:22 PM in reply to undeadzombieguy's post "c++ how long ?"
well...concepts dont take long at all 2 learn...but u have 2 practice somewhat. The logic is much harder 2 learn than syntax. You can learn a language in a couple weeks easy yes...but 2 actually beable 2 make a program that is not just trivial can take a while sometimes. Once you learn the syntax i would reccomend studying some other open-source programs.
Old
Profile PM WWW Search
Demosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to beDemosthenes seldom sees opportunities until they cease to be
 
Demosthenes
 



 
Reply
Posted 2003-11-04, 12:05 PM in reply to undeadzombieguy's post "c++ how long ?"
If your going to learn how to use C++ just go and do it. One problem I had is I knew VB before i started learning C++ and when i started programing, I would get fusturated and just use VB cause it is so much faster. But when u make programs in C++ they are much much faster than when u make them in VB. So, just go and learn C++ and dont worry about anything else until u have it down.
Old
Profile PM WWW Search
6InchBluePony is neither ape nor machine; has so far settled for the in-between6InchBluePony is neither ape nor machine; has so far settled for the in-between
 
 
6InchBluePony
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:17 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.