Forum: C++ Sep 20th, 2004 |
| Replies: 1 Views: 13,585 seems to have a few errors. Im using MS Visual C++ Enterprise v6.0 :s
--------------------Configuration: Hangman - Win32 Debug--------------------
Compiling...
hangmanmain.cpp
c:\documents and... |
Forum: C++ Aug 24th, 2004 |
| Replies: 13 Views: 15,324 |
Forum: C++ Aug 11th, 2004 |
| Replies: 13 Views: 15,324 thx a lot, massive help. just 1 question. What thing in "File->New" do i click on in Microsoft Visual C++?. thnx again :) |
Forum: C++ Aug 10th, 2004 |
| Replies: 13 Views: 15,324 i did a search of the registry, although i used fairly clear keyterms, i coudlnt find anything. Thanks for the help though Christian. Does anyone know how to do it? |
Forum: C++ Aug 10th, 2004 |
| Replies: 13 Views: 15,324 Hi everyone. I heard that it is possible to code up a small program to randomly change windows desktop bg pic. I havent got any code (as i dont know how to do it) so could some plz tell me, or direct... |
Forum: C++ Jun 28th, 2004 |
| Replies: 11 Views: 6,289 |
Forum: C++ Jun 12th, 2004 |
| Replies: 15 Views: 3,795 |
Forum: C++ Jun 5th, 2004 |
| Replies: 6 Views: 3,801 @cscgal
go to bed earlier!
You say you have never done any programming. This is not really that easy of a thing to do. Start out simple! |
Forum: C++ Jun 1st, 2004 |
| Replies: 2 Views: 2,757 John Smiley: begginers guide to c++
i think thats what its called! its one of the best books ever! |
Forum: C++ May 31st, 2004 |
| Replies: 13 Views: 28,517 inscissor is right, start simple. I have made the guessing game, take a look at virus, it should help you
here is the simple guessing game!
#include <cstdlib>
#include <ctime> ... |
Forum: C++ May 30th, 2004 |
| Replies: 13 Views: 28,517 the best thing to do is make one in a single file using structs, and then remake the game using oob ie. make structs into classes! |
Forum: C++ May 29th, 2004 |
| Replies: 38 Views: 49,109 start figurin something out for yourself! youve had plenty of help. |
Forum: C++ May 29th, 2004 |
| Replies: 13 Views: 28,517 This is not neccessarily true! You can make decent text based RPGS (many games for that matter) in a single file using structures only, not classes! PM me for a source code of a pretty cool basic... |
Forum: C++ May 5th, 2004 |
| Replies: 4 Views: 11,031 Hi guys, im workin on a little text based RPG using c++. It is a win32 comsole application and i am wondering what i could do to improve it! I have added my source code
# include <iostream>... |