Click here to Skip to main content
15,920,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: new to visual c++ Pin
ThatsAlok15-May-05 18:06
ThatsAlok15-May-05 18:06 
GeneralRe: new to visual c++ Pin
ThatsAlok15-May-05 18:14
ThatsAlok15-May-05 18:14 
GeneralCButton Sib-class Pin
Grahamfff13-May-05 9:11
Grahamfff13-May-05 9:11 
GeneralRe: CButton Sib-class Pin
PJ Arends13-May-05 9:29
professionalPJ Arends13-May-05 9:29 
GeneralRe: CButton Sib-class Pin
Anonymous14-May-05 8:29
Anonymous14-May-05 8:29 
GeneralHelp with ASCII conversion Pin
rexpiper13-May-05 9:07
rexpiper13-May-05 9:07 
GeneralRe: Help with ASCII conversion Pin
Kuniva13-May-05 12:01
Kuniva13-May-05 12:01 
QuestionWhat do i use to make a DOS app Pin
Anthony Mushrow13-May-05 7:40
professionalAnthony Mushrow13-May-05 7:40 
Well i have this perfectly terible text type game that, for testing purposes i want to have a DOS version of. (At the moment its just a console app, not DOS compatible)

Here is a sample of the code, and yes its pretty much all like this:

********************************************************************
//The text based carrot game brought to you by me


#include
using namespace std;

int main()
{
char a [50];
char b [50];
char c [50];
char d [50];
char e [50];
char f [50];
char g [50];
char h [50];
char i [50];
char j [50];
char k [50];

cout <<"This game was written by -. HELLO and welcom to the CARROT ADVENTURE TRILOGY wich contains all 3 carrot advantures. Enjoy.";
cout <<"\n\nYou are a carrot with no family and no friends and are rather quite lonely, have a look for an inanimate abject to be your new friend, what can you see?\n";
cin.getline (a,50);
cout <<"\n\nCONGRATULATIONS you have found the ";
cout <
AnswerRe: What do i use to make a DOS app Pin
S. Senthil Kumar13-May-05 7:44
S. Senthil Kumar13-May-05 7:44 
AnswerRe: What do i use to make a DOS app Pin
David Crow13-May-05 7:54
David Crow13-May-05 7:54 
AnswerRe: What do i use to make a DOS app Pin
Chris Losinger13-May-05 10:04
professionalChris Losinger13-May-05 10:04 
GeneralRe: What do i use to make a DOS app Pin
S. Senthil Kumar13-May-05 21:21
S. Senthil Kumar13-May-05 21:21 
General@Printer Driver.... Pin
Anonymous13-May-05 7:26
Anonymous13-May-05 7:26 
GeneralCListCtrl CustomDraw/OnCtlColor Quandary Pin
GregH13-May-05 6:02
GregH13-May-05 6:02 
GeneralFile Open By Pin
shiftwik13-May-05 5:10
shiftwik13-May-05 5:10 
General.net book Pin
_tasleem13-May-05 4:33
_tasleem13-May-05 4:33 
GeneralRe: .net book Pin
David Crow13-May-05 5:36
David Crow13-May-05 5:36 
GeneralRe: .net book Pin
Kevin McFarlane13-May-05 12:09
Kevin McFarlane13-May-05 12:09 
GeneralDebugging IE Addon from VS.NET Pin
haries13-May-05 3:51
haries13-May-05 3:51 
GeneralRe: Debugging IE Addon from VS.NET Pin
jmkhael13-May-05 4:26
jmkhael13-May-05 4:26 
GeneralRe: Debugging IE Addon from VS.NET Pin
Michael Dunn13-May-05 12:18
sitebuilderMichael Dunn13-May-05 12:18 
GeneralUsing Hooks Pin
ashtwin13-May-05 3:40
ashtwin13-May-05 3:40 
GeneralRe: Using Hooks Pin
David Crow13-May-05 5:35
David Crow13-May-05 5:35 
GeneralRe: Using Hooks Pin
jmkhael13-May-05 6:02
jmkhael13-May-05 6:02 
GeneralRe: Using Hooks Pin
David Crow13-May-05 6:13
David Crow13-May-05 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.