Thread: Advanced programming in C++

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    241

    Question Advanced programming in C++

    Does anyone know any good places to learn about how to do some very advanced programming in C++? I have Visual C++, and I would like to work on some really complex projects, but I just mainly know the stuff in most books

  2. #2
    Unregistered
    Guest
    try learning the Windows API bky reading Petzold's book. Believe it or not, it's all stuff you already know, but used in ways you probably hadn't thought of.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    What are some of the topics in that book? I am just basically looking for stuff beyond searching, sorting, and stuff like that. I mean like header files and stuff like that

  4. #4
    Unregistered
    Guest
    typdefs, structs, function calls, use of header files and library's to make Windows programs without use of a rapid development tool like VBasic or VC++ or BCB.


    Read Eckel's book--available on line in full text version. Describes all aspects of beginning/intermediate C++ from a somewhat different viewpoint than most textbooks, and examples are a bit different as well.

    Sit in on a game development discussion, or pick up a beginning game programming book for your own use.

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    18
    What would this world be without some1 to break into your comuter or crack your software !????

  6. #6
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    well so far I have had C++ 1 and 2 that my high school offered, and I have "Algorithums in C++", "C by example", "Tricks of windows game programming gurus","C++ from scratch","Visual C++ Programmers Guide", a book on open gl, and a ton of other types of programming books for other languages. Not many talk about the very advanced stuff though

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's advanced c++ contents ?
    By toysoldier in forum C++ Programming
    Replies: 8
    Last Post: 09-27-2004, 08:12 PM
  2. Advanced? Not Advanced? Anyone?
    By Jotun in forum C++ Programming
    Replies: 3
    Last Post: 04-28-2004, 08:02 PM
  3. Advanced but yet general
    By Rhodium in forum C Programming
    Replies: 6
    Last Post: 08-09-2003, 12:46 PM
  4. Advanced Linux Programming
    By drdroid in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-24-2003, 02:01 PM
  5. you advanced people, read this
    By Leeman_s in forum C++ Programming
    Replies: 2
    Last Post: 10-04-2001, 08:26 PM