Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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"<
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 
GeneralRe: hi..help in this question enter here Pin
ThatsAlok18-Mar-07 19:13
ThatsAlok18-Mar-07 19:13 
GeneralRe: hi..help in this question enter here Pin
Hamid_RT18-Mar-07 20:06
Hamid_RT18-Mar-07 20:06 
Questionshow and hiding scroll bar Pin
cyn818-Mar-07 6:57
cyn818-Mar-07 6:57 
AnswerRe: show and hiding scroll bar Pin
ThatsAlok18-Mar-07 19:43
ThatsAlok18-Mar-07 19:43 
GeneralRe: show and hiding scroll bar Pin
cyn819-Mar-07 4:31
cyn819-Mar-07 4:31 
AnswerRe: show and hiding scroll bar Pin
Mark Salsbery19-Mar-07 4:38
Mark Salsbery19-Mar-07 4:38 
Questionvideo transmission Pin
bechir118-Mar-07 4:30
bechir118-Mar-07 4:30 
QuestionRe: video transmission Pin
Mark Salsbery19-Mar-07 4:39
Mark Salsbery19-Mar-07 4:39 
Questionneeds your help before i get a heart attack Pin
Ayman Mashal18-Mar-07 2:08
Ayman Mashal18-Mar-07 2:08 
AnswerRe: needs your help before i get a heart attack Pin
prasad_som18-Mar-07 4:41
prasad_som18-Mar-07 4:41 
AnswerRe: needs your help before i get a heart attack Pin
toxcct18-Mar-07 4:43
toxcct18-Mar-07 4:43 
AnswerRe: needs your help before i get a heart attack Pin
bob1697218-Mar-07 6:32
bob1697218-Mar-07 6:32 
AnswerRe: needs your help before i get a heart attack Pin
PJ Arends18-Mar-07 6:32
professionalPJ Arends18-Mar-07 6:32 
AnswerRe: needs your help before i get a heart attack Pin
Stephen Hewitt18-Mar-07 12:58
Stephen Hewitt18-Mar-07 12:58 
QuestionHow the list all controls used by a compiled .exe application Pin
aklougbo18-Mar-07 0:40
aklougbo18-Mar-07 0:40 

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.