|
-
Oct 11th, 2002, 08:30 AM
#1
Thread Starter
Frenzied Member
im a beginner and have no books yet .
Anyone one know a good book to start in. also can someone tell me how tocreate a window ? how do i use vsc++? I know alot or some vb6
- JayWare
Live to love. Not to Hate
Im to busy to have a site. But I got one and still working on it.
http://dre3k.net/
-
Oct 11th, 2002, 08:57 AM
#2
The best start is to forget everything from VB except the basics of a programming language. Then get a book on plain C++, NOT Visual C++.
Browse the forum, there should be a lot of recommendations already.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 11th, 2002, 08:59 AM
#3
Frenzied Member
You might also want to check your local library before going out and spending 70 bucks... I know that our library here has a pretty impressiev (for a library) programming section, so you might be able to find something =).
Hell, I think we threw out a couple of brand new C++ books that were dontated for some reason or another earlier this week.
Z.
-
Oct 11th, 2002, 12:33 PM
#4
Thread Starter
Frenzied Member
OK thanks ima goto the library today and also can someone recommend me some books ?
- JayWare
Live to love. Not to Hate
Im to busy to have a site. But I got one and still working on it.
http://dre3k.net/
-
Oct 11th, 2002, 12:36 PM
#5
Monday Morning Lunatic
If you can find Thinking in C++, I'd recommend it. (www.bruceeckel.com to get a free downloadable version)
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
-
Oct 11th, 2002, 03:06 PM
#6
Hyperactive Member
try, Teach your self C++ on the spot answers(6th edition). i got it an barns and nobels for 30$
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 11th, 2002, 08:37 PM
#7
Thread Starter
Frenzied Member
I got (from the library)
c for dummies
c++ for dummies
and c++ weekend crash course
but they dont really help me out im getting frightened by all the code you must put in for just one simple dead window. Can anyone tutor me or something . I dont want to quit trying to learn it but thats what i feel like doing now. I also got a nice book on the guide to vb WIN32 API book. Its really thick and nice to read(lots of good info)
- JayWare
Live to love. Not to Hate
Im to busy to have a site. But I got one and still working on it.
http://dre3k.net/
-
Oct 11th, 2002, 08:40 PM
#8
Frenzied Member
Windows == bad. You need to learn C++ before you even think about programming windows things.
Z.
-
Oct 11th, 2002, 11:54 PM
#9
Junior Member
Even masters of C and C++ are scared to death of the Windows API. It's not exactly pretty, or easy to use.
-
Oct 12th, 2002, 12:02 AM
#10
Frenzied Member
Originally posted by Zaffir
Even masters of C and C++ are scared to death of the Windows API. It's not exactly pretty, or easy to use.
Not true at all... You just have to understand it...
Z.
-
Oct 12th, 2002, 02:47 AM
#11
Monday Morning Lunatic
It ain't pretty, though. It's *extremely* limiting sometimes.
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
-
Oct 12th, 2002, 08:17 AM
#12
I'm scared by COM (especially because docs are so hard to find), but not by the API.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|