The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> C Programming
|
Searching for MS Visual C++ book! Recommend!
Discuss Searching for MS Visual C++ book! Recommend! in the C Programming forum on Dev Shed. Searching for MS Visual C++ book! Recommend! C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

October 11th, 2002, 05:38 AM
|
|
Registered User
|
|
Join Date: May 2001
Posts: 22
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Searching for MS Visual C++ book! Recommend!
i want to buy myself some literature about programming in Microsoft Visual C++. i'm lookg for a quality book which is worth all the money.
that's all, just recommend please!
regards peeps
|

October 11th, 2002, 01:30 PM
|
 |
Contributing User
|
|
Join Date: Dec 2001
Location: USA
Posts: 286

Time spent in forums: 7 m 23 sec
Reputation Power: 12
|
|
|
__________________
Jon Sagara
"Me fail English? That's unpossible!"
|

October 23rd, 2002, 01:01 AM
|
|
Offensive Member
|
|
Join Date: Oct 2002
Location: in the perfect world
|
|
|
WIN32 API bible is Petzold's 'Programming Windows'
look up his website.
__________________
The essence of Christianity is told us in the Garden of Eden history. The fruit that was forbidden was on the Tree of Knowledge. The subtext is, All the suffering you have is because you wanted to find out what was going on. You could be in the Garden of Eden if you had just kept your f***ing mouth shut and hadn't asked any questions.
Frank Zappa
|

October 23rd, 2002, 10:17 PM
|
 |
Throws Rocks
|
|
Join Date: Mar 2002
Location: Cincinnati, Ohio
Posts: 392
  
Time spent in forums: 6 h 31 m 7 sec
Reputation Power: 13
|
|
|
More specific?
What exactly are you trying to do with MSVC++? Also, is this V.Studio .Net or 6.0? For MFC programming, my dad got SAMS Master Visual C++ 6.0 in 21 Days (hard cover) and it is pretty resourceful. As far as regular C++ programming, check out http://blacksun.box.sk (I think). They have a good files to read.
__________________
Two things have come out of Berkeley, Unix and LSD.
It is uncertain which caused the other.
|

October 31st, 2002, 08:46 AM
|
|
Contributing User
|
|
Join Date: Oct 2002
Location: Flint, MI
Posts: 328
Time spent in forums: 1 h 19 m 25 sec
Reputation Power: 11
|
|
|
If you're looking for general programming, Bjarne Stroustrupe's book "The C++ Programming Language" is excellent. When I taught a C++ class with one of those nasty Dietel & Dietel books, we wound up using Strousetrupe's book as our unofficial guide. Students generally appreciated this 'unofficial' book more.
__________________
Clay Dowling
Lazarus Notes
Articles and commentary on web development
http://www.lazarusid.com/notes/
|

November 1st, 2002, 12:28 AM
|
 |
Throws Rocks
|
|
Join Date: Mar 2002
Location: Cincinnati, Ohio
Posts: 392
  
Time spent in forums: 6 h 31 m 7 sec
Reputation Power: 13
|
|
Quote: Originally posted by ClayDowling
If you're looking for general programming, Bjarne Stroustrupe's book "The C++ Programming Language" is excellent. When I taught a C++ class with one of those nasty Dietel & Dietel books, we wound up using Strousetrupe's book as our unofficial guide. Students generally appreciated this 'unofficial' book more. |
I have a Deitel & Deitel book! LOL!
|

November 1st, 2002, 07:10 AM
|
|
Contributing User
|
|
Join Date: Oct 2002
Location: Flint, MI
Posts: 328
Time spent in forums: 1 h 19 m 25 sec
Reputation Power: 11
|
|
Quote: Originally posted by GNUbie
I have a Deitel & Deitel book! LOL! |
You poor soul. And yet you stuck with the language?
|

November 1st, 2002, 09:05 AM
|
 |
Throws Rocks
|
|
Join Date: Mar 2002
Location: Cincinnati, Ohio
Posts: 392
  
Time spent in forums: 6 h 31 m 7 sec
Reputation Power: 13
|
|
Quote: Originally posted by ClayDowling
You poor soul. And yet you stuck with the language? |
Fortunately yes. However, I don't do much C++ programming anymore as most of my work is for web tasks (PHP). For system administration tasks, I find Perl to be my language of choice as it is neat and easy to work with. I'll keep that Stroustrupe book in mind though since I may have to go back to C++ some time.
|

November 1st, 2002, 09:13 AM
|
|
Contributing User
|
|
Join Date: Oct 2002
Location: Flint, MI
Posts: 328
Time spent in forums: 1 h 19 m 25 sec
Reputation Power: 11
|
|
I have actually switched to primarily C and C++ for web tasks. After going through much misery because of providers changing PHP configurations on me, I decided I needed something that was less dependent upon external factors.
The upside is that I've found C and C++ development to be just as fast, once I learned the new APIs that I needed for web. I also really dig the increased speed and expanded pool of libraries available to me.
Check out my latest toy at http://toybox.lazarusid.com/catalog.cgi
All in C++, and easily as configurable and modifiable as PHP. Those thumbnails are generated on the fly (as needed) by the way. In PHP, the execution time would kill you, just to check relative file dates. No big deal in C.
|

November 1st, 2002, 02:51 PM
|
 |
Throws Rocks
|
|
Join Date: Mar 2002
Location: Cincinnati, Ohio
Posts: 392
  
Time spent in forums: 6 h 31 m 7 sec
Reputation Power: 13
|
|
|
Very cool
I had actually been giving some thought to switching over to C for my web tasks. As far as I know, a compiled application generally runs faster and more efficient than an interpreted application. Perhaps I should definitely give it a try with C for the web coding. I'm off to search for some resources to aide in my learning. Feel free to provide any that you've found to be helpful.
|

November 1st, 2002, 02:58 PM
|
|
Contributing User
|
|
Join Date: Oct 2002
Location: Flint, MI
Posts: 328
Time spent in forums: 1 h 19 m 25 sec
Reputation Power: 11
|
|
the cgic library from http://www.boutell.com/cgic/ and the myssql database.
Depending on the scope of your application, you may want to use some variety of template engine, to separate your application and the design of the site. I have a little monster of my own creation that could be sent your way. Check out http://www.lazarusid.com/components.shtml to see their PHP equivalents.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|