Click here to Skip to main content
15,887,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: client server program in VC++ using document/view architecture Pin
RanjanShrestha30-Jan-06 7:42
RanjanShrestha30-Jan-06 7:42 
AnswerRe: client server program in VC++ using document/view architecture Pin
#realJSOP30-Jan-06 8:39
mve#realJSOP30-Jan-06 8:39 
QuestionSend SIGINT by program? Pin
khb30-Jan-06 6:01
khb30-Jan-06 6:01 
AnswerRe: Send SIGINT by program? Pin
Rage30-Jan-06 6:52
professionalRage30-Jan-06 6:52 
GeneralRe: Send SIGINT by program? Pin
khb31-Jan-06 0:58
khb31-Jan-06 0:58 
Questionthe best select statement .. Pin
Deema Jack30-Jan-06 5:16
Deema Jack30-Jan-06 5:16 
AnswerRe: the best select statement .. Pin
toxcct30-Jan-06 5:51
toxcct30-Jan-06 5:51 
QuestionRe: Thanks, TOXCCT but .. Pin
Deema Jack31-Jan-06 2:22
Deema Jack31-Jan-06 2:22 
Thanks, TOXCCT , Maximilien Lincourt, Prakash, VuNic, codito ergo sum ,for your considerable replays, what I mean is ,if I’ve a c++ program to search for a required quantity in a store I did it by if /else statement:

cout<<"\nEnter the Required_Qauntity:\n";<br />
cin>>Required_Quantity;<br />
if(Required_Quantity > x[index][1] || Required_Quantity <=0) <br />
{cout<<"\nThe avaliable Quantity in the store is "<<x[index][1]<<" part(s). Please ,enter a suitable quantity.\n";<br />
Goto f;<br />
}<br />
else <br />
cout<<"\nThe Required_Quantity is available in the store.\n"; 

Is there another way to make the same seach , and which one is the best to use it?
with thanks.
deema


-- modified at 8:32 Tuesday 31st January, 2006
GeneralRe: Thanks, TOXCCT but .. Pin
toxcct31-Jan-06 2:32
toxcct31-Jan-06 2:32 
GeneralRe: Thanks, TOXCCT but .. Pin
Deema Jack31-Jan-06 2:42
Deema Jack31-Jan-06 2:42 
GeneralRe: Thanks, TOXCCT but .. Pin
toxcct31-Jan-06 3:13
toxcct31-Jan-06 3:13 
QuestionRe: Thanks, TOXCCT but .. Pin
Deema Jack31-Jan-06 8:07
Deema Jack31-Jan-06 8:07 
AnswerRe: the best select statement .. Pin
Maximilien30-Jan-06 6:02
Maximilien30-Jan-06 6:02 
QuestionRe: the best select statement .. Pin
Deema Jack31-Jan-06 2:28
Deema Jack31-Jan-06 2:28 
AnswerRe: the best select statement .. Pin
Prakash Nadar31-Jan-06 4:45
Prakash Nadar31-Jan-06 4:45 
QuestionRe: the best select statement .. Pin
Deema Jack31-Jan-06 8:05
Deema Jack31-Jan-06 8:05 
AnswerRe: the best select statement .. Pin
Prakash Nadar30-Jan-06 6:04
Prakash Nadar30-Jan-06 6:04 
GeneralRe: thanks but .. Pin
Deema Jack31-Jan-06 2:30
Deema Jack31-Jan-06 2:30 
AnswerThe Best Conditional statement .. Pin
Eytukan30-Jan-06 6:48
Eytukan30-Jan-06 6:48 
GeneralRe: The Best Conditional statement .. Pin
toxcct30-Jan-06 6:55
toxcct30-Jan-06 6:55 
GeneralRe: The Best Conditional statement .. Pin
Eytukan30-Jan-06 7:14
Eytukan30-Jan-06 7:14 
GeneralRe: The Best Conditional statement .. Pin
BadKarma30-Jan-06 9:50
BadKarma30-Jan-06 9:50 
GeneralRe: The Best Conditional statement .. Pin
Eytukan30-Jan-06 20:16
Eytukan30-Jan-06 20:16 
QuestionUsing a non static member in a overloaded static member function Pin
arunaas30-Jan-06 5:16
arunaas30-Jan-06 5:16 
AnswerRe: Using a non static member in a overloaded static member function Pin
Michael Dunn30-Jan-06 7:26
sitebuilderMichael Dunn30-Jan-06 7:26 

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.