|
-
May 2nd, 2002, 10:45 PM
#1
Thread Starter
Hyperactive Member
Visual C++
I need to learn Visual C++ in a very short period of time, are there any websites or books that would get me up in running in a very limited amount of time. I need sort of a crash course in the language.
Thanks to all that reply.
-
May 3rd, 2002, 10:06 AM
#2
Monday Morning Lunatic
You can't learn C++ in a short time 
You can start with the FAQ, and tutorials at places like www.cplusplus.com, etc.
Note: C++ != Visual C++. The latter is just a development environment.
Oh, and don't even think about writing Windows programs just yet, you need to stick on the console for a while first
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 3rd, 2002, 11:14 AM
#3
New Member
a comma invaded the link parksie 
http://www.cplusplus.com/
-------
I need to learn Visual C++ in a very short period of time
lol, im just into learning vc++ after spending ages learning console stuff and i still have problems just writing the console code, c++ isnt an easy language and with all the funtions envolved in creating windows apps it makes it a long haul..... good luck
-
May 4th, 2002, 02:57 PM
#4
PowerPoster
If you are an absolute guru in C, you can probably become very conversant in C++ in a few months as long as you avoid windows programming, which will make your head hurt worse than you even want to think about. As Parksie said, stick with console apps.
If you don't know C quite well, then attempting to learn C++ in a "short period of time" in anything but the most superficial fashion is just a silly concept.
What languages do you know. Why the need to learn it so quickly? Are you taking over someone else's code?
-
May 4th, 2002, 04:53 PM
#5
Monday Morning Lunatic
Just as a quick FYI, C++ programming style is very different to C. Syntactically you can write C in C++, but you should do things differently:
http://www.research.att.com/~bs/new_learning.pdf
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|