Thread: std::list question

  1. #16
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I do not know this for certain, but if you state you are learning from online-tutorials that is fine, but they do move at a fast pace making it crucial for you to learn the page in detail and fully understand it's concepts before you move on.

    Best bet would be to get a book. There are plenty out there and some our posted on the book recomendations thread on this site. I highly advise you to check it out

  2. #17
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    @Citizen...

    The latest version of Dev ( which I own along with code blocks and MSVC++ 2003 ) is 4.992

    You are correct about the dead in development issue, the bloodshed team have moved on the better things. Still, Dev 4.992 is quite a good compilent compiler and the IDE is still a great learning tool with a very user-friendly interface. I use Dev for "toy" programs oi testing peices of code and use MSVC++ for large projects and games, as I have the SDK which makes life easier than having to tear my hair out using code::blocks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. std::list question
    By void_main in forum C++ Programming
    Replies: 5
    Last Post: 11-10-2003, 01:21 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM