Search:

Type: Posts; User: curt22

Search: Search took 0.00 seconds.

  1. Replies
    24
    Views
    22,998

    This might help flipcode - Implementing A...

    This might help

    flipcode - Implementing A Scripting Engine
  2. Replies
    1
    Views
    1,888

    What am I doing worng?

    I have been reading C++ Primer Plus, and I'm stuck on this programming question:


    This is what I have:


    #include <iostream>
    #include <new>

    using namespace std;
  3. Replies
    2
    Views
    1,716

    Thanks Overlord.

    Thanks Overlord.
  4. Replies
    2
    Views
    1,716

    listview in windows api

    I have a list view and I'm trying to get all of the text out of it. This is my code so far:


    for(i= 0; i < NumOfItems; i++)
    {
    char *text = new char[256];
    char *text2 = new char[256];
    ...
  5. Replies
    0
    Views
    2,285

    install gtkmm in dev c++

    I'm not sure this is the right place to post this, but anyway could someone Please give me step by step instructions on how to make gtkmm work with Dev C++ on windows. I've tried following the...
  6. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    Ok I will. Thank you for your help everyone.

    Ok I will. Thank you for your help everyone.
  7. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    Thanks for letting me know. I went to the website...

    Thanks for letting me know. I went to the website I bought the book from and requested my order to be canceled, and if they can't cancel it ill return it when it arrives.

    I think ill order you...
  8. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    I thought I would get the 21 days book because I...

    I thought I would get the 21 days book because I thought it would be better for someone who is an absolute beginner. I think I'm going to order C++ Primer 4th edition when I'm done this book.

    ...
  9. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    Hi everyone I decided to buy Sams Teach Yourself...

    Hi everyone I decided to buy Sams Teach Yourself C++ in 21 Days 5th Edition because I it sounds like its a good book for someone who is just starting. when I'm done that I think I'll try some of the...
  10. Hi everyone I decided to buy Sams Teach Yourself...

    Hi everyone I decided to buy Sams Teach Yourself C++ in 21 Days 5th Edition. when I'm done that I think I'll try some of the other books you recommended.
    Thanks for your recommendations.
  11. Thanks JJFMJR, but i don't want a book about game...

    Thanks JJFMJR, but i don't want a book about game programming.
  12. I have read that. I'm just wondering which one...

    I have read that. I'm just wondering which one you people think would be the best for me.
  13. What is the best book for a beginner to learn c++

    Hi everyone,
    What is the best book for someone who is new to programming to learn c++. I'm looking for a book that is up to date and does not need you to know how to program in any other language...
  14. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    Thanks everyone I think I will get C++ Primer 4th...

    Thanks everyone I think I will get C++ Primer 4th Edition by Lippman. Do you think this is a good book for someone who is new to c++? I'm asking because I was reading its description and somewhere I...
  15. Thread: C++ Primer Plus

    by curt22
    Replies
    14
    Views
    9,422

    C++ Primer Plus

    Hello Everyone,
    I am new to C++ and I am thinking of buying C++ Primer Plus by Stephen Prata. Could someone please tell me what they think of it.
Results 1 to 15 of 15