C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28629
Number of posts: 94611

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Help with C Posted by Ahmed_Osama on 21 Jul 2012 at 2:19 PM
Is it possible to get an input from the user during the execution of other actions of the program ?

For example
I am printing a string and i want simultaneously to take the value of a variable from the user during the printing action (or whatever action)

Is it possible and if yes how is it done ?
Report
Re: Help with C Posted by Junni1326 on 23 Jul 2012 at 11:39 PM
declare a var.
int get;
printf("Enter value");
scanf("%d",&get);

Report
Re: Help with C Posted by Junni1326 on 23 Jul 2012 at 11:41 PM
declare a var.
int get;
printf("Enter value");
scanf("%d",&get);

Report
Re: Help with C Posted by Junni1326 on 23 Jul 2012 at 11:43 PM
declare a var.
int get;
printf("Enter value");
scanf("%d",&get);




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.