Forum: C++ Mar 27th, 2006 |
| Replies: 6 Views: 1,404 That type of reply is excatly what im talking about :) |
Forum: C++ Mar 27th, 2006 |
| Replies: 2 Views: 6,649 Check out Open Mind Speech here (http://freespeech.sourceforge.net/). This is for development under KDE and/or Gnome. |
Forum: C++ Mar 27th, 2006 |
| Replies: 6 Views: 1,404 Sorry for the previous posts. It sure is hard to find answers other than 'RTFM' in the programming world. Anyway, I think what you are looking for is a good graphics library. I don't know any Windows... |
Forum: C++ Jan 16th, 2006 |
| Replies: 2 Views: 3,509 Thank you! Took me forever to find out what I was missing. Thanks again! :) |
Forum: C++ Jan 16th, 2006 |
| Replies: 3 Views: 2,363 I don't to much windows/dos programming, but I think there is a library. You can also use ncurses, I think there is a windows version in Cygwin (http://www.cygwin.com/). Also, if it works in dos, you... |
Forum: C++ Jan 16th, 2006 |
| Replies: 2 Views: 3,509 Hello everyone,
I hope I can write this question clearly. Anyway, it is about global variables. I have several files in my C++ project. One of which is main.cpp. This file comtains my main()... |
Forum: C++ Oct 9th, 2005 |
| Replies: 2 Views: 2,184 There is fopen fom the C stdio library and open from the C++ iostream lib. |
Forum: C++ Oct 7th, 2005 |
| Replies: 3 Views: 1,533 Get one here: http://gcc.gnu.org/ |
Forum: C++ Oct 7th, 2005 |
| Replies: 1 Views: 9,881 You can do this in a few different ways. I don't know windows, so some of the following ways might not work, or might be different.
You can listen for a connection and accept it, then fork out the... |