Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to calculate mean of histogram? Pin
Hamid_RT14-Jun-08 0:42
Hamid_RT14-Jun-08 0:42 
QuestionRequirements to create a game Pin
pl_kode3-Jun-08 23:35
pl_kode3-Jun-08 23:35 
AnswerRe: Requirements to create a game Pin
Cedric Moonen3-Jun-08 23:37
Cedric Moonen3-Jun-08 23:37 
AnswerRe: Requirements to create a game Pin
CPallini3-Jun-08 23:38
mveCPallini3-Jun-08 23:38 
GeneralRe: Requirements to create a game Pin
pl_kode3-Jun-08 23:41
pl_kode3-Jun-08 23:41 
GeneralRe: Requirements to create a game Pin
Cedric Moonen3-Jun-08 23:49
Cedric Moonen3-Jun-08 23:49 
GeneralRe: Requirements to create a game Pin
CPallini3-Jun-08 23:50
mveCPallini3-Jun-08 23:50 
AnswerRe: Requirements to create a game Pin
Rajesh R Subramanian3-Jun-08 23:45
professionalRajesh R Subramanian3-Jun-08 23:45 
Here's a simple C++ game:
#include<iostream>
using namespace std;
void main()
{
  while(true)
  {
    cout<<"You're plzying cool - bezt player!"<<endl;
    cout<<"Oh my God... press enter again LOLZ..."<<endl;
    cout<<"You're liking the gamz#$$";
  }
}

Seriously, you at least need to tell what is the game that you're talking about. Smile | :)


Ok, everytime I enter aa code with anny of the #include starters, i get 103 errors and 2 warnings, and then I look for them, and it opens a new window "tab" thingy, and otsream, or istream or math or w/e i am using comes up. It makes testing fully written programs impossible to test. Does anyone know how to fix it?? - A query asked on the VC++ board[^]

QuestionWOW! Is it copyrighted? Pin
CPallini3-Jun-08 23:55
mveCPallini3-Jun-08 23:55 
AnswerRe: WOW! Is it copyrighted? Pin
Rajesh R Subramanian4-Jun-08 0:08
professionalRajesh R Subramanian4-Jun-08 0:08 
GeneralOT - Does anyone Pin
CPallini4-Jun-08 0:21
mveCPallini4-Jun-08 0:21 
GeneralRe: OT - Does anyone Pin
Garth J Lancaster4-Jun-08 0:36
professionalGarth J Lancaster4-Jun-08 0:36 
GeneralRe: OT - Does anyone Pin
ThatsAlok4-Jun-08 0:56
ThatsAlok4-Jun-08 0:56 
GeneralRe: Requirements to create a game Pin
ThatsAlok4-Jun-08 0:55
ThatsAlok4-Jun-08 0:55 
GeneralRe: Requirements to create a game Pin
Rajesh R Subramanian4-Jun-08 1:01
professionalRajesh R Subramanian4-Jun-08 1:01 
GeneralRe: Requirements to create a game Pin
ThatsAlok4-Jun-08 6:14
ThatsAlok4-Jun-08 6:14 
GeneralRe: Requirements to create a game Pin
Rajkumar R4-Jun-08 3:29
Rajkumar R4-Jun-08 3:29 
GeneralRe: Requirements to create a game Pin
Rajesh R Subramanian4-Jun-08 18:54
professionalRajesh R Subramanian4-Jun-08 18:54 
QuestionRe: Requirements to create a game Pin
Rajesh R Subramanian15-Jul-08 1:09
professionalRajesh R Subramanian15-Jul-08 1:09 
AnswerRe: Requirements to create a game Pin
Hamid_RT4-Jun-08 21:07
Hamid_RT4-Jun-08 21:07 
QuestionToolbar in a dialog based application Pin
vidya1103-Jun-08 23:26
vidya1103-Jun-08 23:26 
AnswerRe: Toolbar in a dialog based application Pin
sudhir_Kumar3-Jun-08 23:32
sudhir_Kumar3-Jun-08 23:32 
GeneralRe: Toolbar in a dialog based application Pin
vidya1109-Jun-08 1:40
vidya1109-Jun-08 1:40 
AnswerRe: Toolbar in a dialog based application Pin
Hamid_RT4-Jun-08 21:09
Hamid_RT4-Jun-08 21:09 
Questiondelete a folder Pin
mihai1233-Jun-08 23:10
mihai1233-Jun-08 23:10 

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.