Search:

Type: Posts; User: rip1968

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,008

    I would suggest C++ Primer Plus by Stephen Prata,...

    I would suggest C++ Primer Plus by Stephen Prata, excellent book with good exercises.
  2. Replies
    1
    Views
    4,675

    If you placed the include (header lib)files in...

    If you placed the include (header lib)files in the /usr/bin/qtdir/include
    then I found you have to add the following lines in your make file
    QTDIR = /usr/bin/qtdir/include
    regardless you will have...
  3. Replies
    3
    Views
    1,933

    I finally succeded in getting the make file to...

    I finally succeded in getting the make file to work, by including a variable
    QTDIR = /usr/lib/qt3
    could I create an environmental variable for QTDIR instead so I wouldn't have to edit the make file...
  4. Replies
    3
    Views
    1,933

    I think I figured out part of the process but I...

    I think I figured out part of the process but I am still having problems.
    1. I set the path variable to include the qmake program
    2. I ran qmake -o Makefile helloworld.pro
    3. I ran make

    I get...
  5. Replies
    3
    Views
    1,933

    compiling qt program

    I created a project and simple program in QTDesigner but do not know how to compile it.
    What are the steps involved in compiling such a program. Can I use Kdevelop?
    Here is the program.

    ...
  6. Replies
    1
    Views
    1,997

    viewport window for life program

    I want to create a life program in windows. All I know how to do is create a simple windows program. What could I use to display a 2-d array holding the population. I was thinking of somthing like...
  7. Thread: Dev-C++

    by rip1968
    Replies
    5
    Views
    1,298

    Thanks for the answers, the only reason I want to...

    Thanks for the answers, the only reason I want to use Dev C is the straight forward simplicity. Guess I'll have to use both.
  8. Thread: Dev-C++

    by rip1968
    Replies
    5
    Views
    1,298

    Dev-C++

    Can I use all the programs I creat in Visuall c++ in Dev c++ if I copy all the lib from Visuall c++ to the Dev c++ directory?
  9. Replies
    1
    Views
    1,006

    Network Programming resources

    I'm interested in learning some network programing in Windows XP.
    Can anyone suggest some resources for learning. Isn't there a WinSocket API?
  10. Replies
    9
    Views
    1,124

    return number_of_employes; in your ask function

    return number_of_employes; in your ask function
  11. Replies
    4
    Views
    970

    I purchased Charles Petzolds book that teaches...

    I purchased Charles Petzolds book that teaches the Win32 API and just wanted to comment that it is in C and doesn't use C++ object oriented features. I was a bit distressed at this when I first got...
  12. Replies
    3
    Views
    9,922

    Thanks for the help that cleared things up. :)

    Thanks for the help that cleared things up. :)
  13. Replies
    3
    Views
    9,922

    Wndclassex And Wndclass

    Yesterday I was reading Programming Windows 5th edition by Charles Petzold and he uses the line
    WNDCLASS wndclass; // to declare his windows class

    Today I was reading through theForger's Win32...
  14. Thread: Kde toolbar

    by rip1968
    Replies
    0
    Views
    1,663

    Kde toolbar

    I am having problems getting a toolbar to appear in this simple app from the book kde 2.0 development by David Sweet.



    Kaction *reposition ("&Reposition...
  15. Replies
    7
    Views
    1,999

    I appreciate your posts. I am still interested...

    I appreciate your posts.
    I am still interested in how to implement iterators for container classes (user defined) and code examples using the Hierarchy mentioned above especially the lower level...
  16. Replies
    7
    Views
    1,999

    Generic Progpammimg Iterators

    I am studying from C++ Primer Plus third edition and have reached the point that os trying to explain iterators and Generic Programming. This seems like the hardest point in the book and I was...
  17. Replies
    2
    Views
    2,171

    Exception handeling

    Does g++ support exception handling if so how do I enable it?

    I tried g++ -fexceptions myfile.cpp

    also in kdevelop I set the compiler varible but was not able to get the prog to compild...
  18. Replies
    2
    Views
    1,492

    Well I ended up using borland's command line...

    Well I ended up using borland's command line compiler for this exception problem.
  19. Replies
    18
    Views
    2,824

    Perhaps I'm off a bit being a newbie but why not...

    Perhaps I'm off a bit being a newbie but why not make the contained class protected.
  20. Replies
    4
    Views
    1,183

    An array can not be of mxed types. You can use...

    An array can not be of mxed types. You can use an array of pointers.

    I'm not sure about this one but I would set up a structure the create an array of structures.
  21. Replies
    2
    Views
    1,492

    Exception Handeling

    I found an option under code generation/ optimization of the compiler options that allows you to check exception handeling but it still doesn't seem to enable my try{}catch{}throw block. Tryed both...
  22. Replies
    2
    Views
    1,492

    Exceptions with Dev C++ 4

    Does anyone know if Dev C++ 4 supports exceptions?
  23. Replies
    7
    Views
    1,062

    just out of curiosity why didn't you use a...

    just out of curiosity why didn't you use a constructor to do this?
  24. Thread: Magazine

    by rip1968
    Replies
    3
    Views
    2,013

    Magazine

    I have two chapters left in C++ Primer Plus 3rd edition. As a reward to completing the book I would like to get a Magazine subscription on C++ programing. Does anyone have a suggestion for a good...
  25. Replies
    4
    Views
    2,749

    doh didn't even think of doing that I'll give it...

    doh didn't even think of doing that I'll give it a shot thanks.
    Your the man silentStrike works fine now :)!
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4