Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Quest: on DNS FQDNs and WinINET Classes Pin
CMFC6.0VS.NETUser24-May-01 4:26
CMFC6.0VS.NETUser24-May-01 4:26 
GeneralURGENT!!! I need the C++ source code to create a snake game!!!! Pin
23-May-01 8:40
suss23-May-01 8:40 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
Tomasz Sowinski23-May-01 9:04
Tomasz Sowinski23-May-01 9:04 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
Christian Graus23-May-01 12:31
protectorChristian Graus23-May-01 12:31 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
NormDroid24-May-01 2:15
professionalNormDroid24-May-01 2:15 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
#realJSOP24-May-01 2:06
professional#realJSOP24-May-01 2:06 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
Pete Bassett24-May-01 2:39
Pete Bassett24-May-01 2:39 
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
Michael P Butler24-May-01 2:39
Michael P Butler24-May-01 2:39 
Is this the snake game you are looking for?

#include "stdafx.h"
#include <conio.h>

int main(int argc, char* argv[])
{
printf("The snake game\n");
printf("\n");
printf("Avoid the snake to win");
printf("\n");
printf("Press a key to start");
printf("\n");
_getch();
printf("\n\nHISS");
printf("\noops the snake got you. Game over");
printf("\nPress a key to exit");
_getch();
return 0;
}

Not much of a game but it features a snake Smile | :)


Michael Smile | :)
GeneralRe: URGENT!!! I need the C++ source code to create a snake game!!!! Pin
Tomasz Sowinski24-May-01 2:56
Tomasz Sowinski24-May-01 2:56 
QuestionUtility project anyone? Pin
awhang23-May-01 8:15
awhang23-May-01 8:15 
AnswerRe: Utility project anyone? Pin
Tomasz Sowinski23-May-01 9:42
Tomasz Sowinski23-May-01 9:42 
GeneralRe: Utility project anyone? Pin
awhang23-May-01 12:51
awhang23-May-01 12:51 
Generalselect operations that can be undone in a RichEdit Pin
Joan M23-May-01 8:07
professionalJoan M23-May-01 8:07 
GeneralCopy data to clipboard Pin
23-May-01 7:21
suss23-May-01 7:21 
GeneralRe: Copy data to clipboard Pin
Tomasz Sowinski23-May-01 9:45
Tomasz Sowinski23-May-01 9:45 
GeneralRe: Copy data to clipboard Pin
Tim Deveaux23-May-01 10:36
Tim Deveaux23-May-01 10:36 
GeneralList Control Pin
Maju23-May-01 1:31
Maju23-May-01 1:31 
GeneralRe: List Control Pin
Michael Dunn23-May-01 15:23
sitebuilderMichael Dunn23-May-01 15:23 
GeneralSingleton Activex Control Pin
uday22-May-01 22:33
uday22-May-01 22:33 
GeneralDatabase programming by DAO ... Pin
Hadi Rezaee22-May-01 22:21
Hadi Rezaee22-May-01 22:21 
QuestionCListCtrl lines? Pin
Keijo Paananen22-May-01 20:45
Keijo Paananen22-May-01 20:45 
AnswerRe: CListCtrl lines? Pin
Tomasz Sowinski22-May-01 23:07
Tomasz Sowinski22-May-01 23:07 
GeneralRe: CListCtrl lines? Pin
Keijo Paananen23-May-01 0:23
Keijo Paananen23-May-01 0:23 
AnswerRe: CListCtrl lines? Pin
Tomasz Sowinski23-May-01 1:38
Tomasz Sowinski23-May-01 1:38 
GeneralDirectshow (DES) Pin
22-May-01 20:02
suss22-May-01 20:02 

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.