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

C / C++ / MFC

 
GeneralRe: Copy constructor question (am I doing something stupid here?) Pin
Sean Wcisel18-Mar-07 12:25
Sean Wcisel18-Mar-07 12:25 
QuestionRe: Copy constructor question (am I doing something stupid here?) Pin
PJ Arends18-Mar-07 12:37
professionalPJ Arends18-Mar-07 12:37 
AnswerRe: Copy constructor question (am I doing something stupid here?) Pin
Sean Wcisel18-Mar-07 15:40
Sean Wcisel18-Mar-07 15:40 
QuestionButtons and NM_CUSTOMDRAW Pin
Jerry Evans18-Mar-07 9:19
Jerry Evans18-Mar-07 9:19 
AnswerRe: Buttons and NM_CUSTOMDRAW Pin
PJ Arends18-Mar-07 20:44
professionalPJ Arends18-Mar-07 20:44 
GeneralRe: Buttons and NM_CUSTOMDRAW Pin
Jerry Evans19-Mar-07 5:45
Jerry Evans19-Mar-07 5:45 
Questionvideo streaming in handheld devices such as pda Pin
Member 393433118-Mar-07 8:58
Member 393433118-Mar-07 8:58 
Questionohhhhh help me anyone Pin
samozx18-Mar-07 8:53
samozx18-Mar-07 8:53 
hi this is program i made it okay
but i want convert all if statment in last programm to the for loop but the user must determine the input or stage to any number he wants okay
there's conditions every a give you b,b give you ab
if the user enter 4 level answer must be
stage 0:a
stage 1:b
stage 2:ab
stage 3:bab
etc...... this is code :
#include
#include
int size;
void main(){

char symbol[10 ];
int level;
int i;
//******************************************************************//
cout<<"ENTER SIZE OF YOUR CHARACTER :";
cin>>size;
cout<<"*ENTER CHARACTER/ALAPHBET : ";
for( i=0;i
{
cin>>symbol[i];
}
//******************************************************************//
cout<<"*ENTER HOW MANY LEVEL YOU WANT : ";
cin>>level;
cout<<endl;
if(level>8)
cout<<"PLEASE ENTER NUMBER BETWEEN 1 TO 8"<
AnswerRe: ohhhhh help me anyone Pin
Software_Specialist18-Mar-07 8:58
Software_Specialist18-Mar-07 8:58 
GeneralRe: ohhhhh help me anyone Pin
Sean Wcisel18-Mar-07 9:35
Sean Wcisel18-Mar-07 9:35 
AnswerRe: ohhhhh help me anyone Pin
PJ Arends18-Mar-07 12:01
professionalPJ Arends18-Mar-07 12:01 
AnswerRe: ohhhhh help me anyone Pin
Stephen Hewitt18-Mar-07 12:49
Stephen Hewitt18-Mar-07 12:49 
AnswerRe: ohhhhh help me anyone Pin
Mark Salsbery19-Mar-07 4:32
Mark Salsbery19-Mar-07 4:32 
QuestionReading CSV file ? Pin
Software_Specialist18-Mar-07 8:52
Software_Specialist18-Mar-07 8:52 
AnswerRe: Reading CSV file ? Pin
PJ Arends18-Mar-07 9:24
professionalPJ Arends18-Mar-07 9:24 
GeneralRe: Reading CSV file ? Pin
Software_Specialist18-Mar-07 9:57
Software_Specialist18-Mar-07 9:57 
GeneralRe: Reading CSV file ? Pin
PJ Arends18-Mar-07 10:26
professionalPJ Arends18-Mar-07 10:26 
GeneralRe: Reading CSV file ? Pin
Software_Specialist18-Mar-07 10:55
Software_Specialist18-Mar-07 10:55 
GeneralRe: Reading CSV file ? Pin
PJ Arends18-Mar-07 11:14
professionalPJ Arends18-Mar-07 11:14 
GeneralRe: Reading CSV file ? Pin
ThatsAlok18-Mar-07 20:23
ThatsAlok18-Mar-07 20:23 
GeneralRe: Reading CSV file ? Pin
Software_Specialist19-Mar-07 14:00
Software_Specialist19-Mar-07 14:00 
AnswerRe: Reading CSV file ? Pin
Stephen Hewitt18-Mar-07 12:52
Stephen Hewitt18-Mar-07 12:52 
Questioniwill die if i not solve this question before tuesday Pin
samozx18-Mar-07 8:50
samozx18-Mar-07 8:50 
Questionhi..help in this question enter here Pin
samozx18-Mar-07 8:45
samozx18-Mar-07 8:45 
AnswerRe: hi..help in this question enter here Pin
Hamid_RT18-Mar-07 18:29
Hamid_RT18-Mar-07 18:29 

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.