Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~642 People Reached
Favorite Forums
Favorite Tags
c++ x 12
c x 1
Member Avatar for scott_6169

I am trying to get something to print to my screen aftre i type in the source code. Eveytime i compile and run it it just flashes a dos screen real fast and goes away. How can I see what it is printing to the screen. If anyone can help …

Member Avatar for Ghazanfar Ali
1
200
Member Avatar for scott_6169

I just wanted to post this thread and let you guys know that I really appreciate the help you have given me. Your advice was great!!

Member Avatar for Stack Overflow
0
69
Member Avatar for scott_6169

Can you please tell me why I get an error message while trying to run this program?? #include<stdio.h> int main( ) { printf("Hello %s World""SBL"); return 0; }

Member Avatar for kc0arf
0
114
Member Avatar for scott_6169

I have to alter my hello world program so that it prints my initials to the middle of the screen. It says i can use any of the escape sequences that help me it says. Can anyone help

Member Avatar for XianBin
0
164
Member Avatar for scott_6169

I am a student in a first time c programming class. I amhaving problems getting my initials to print in between Hello and World in my program I am writing. I am not sure if I am declaring the variable the right way. Could you please help??

Member Avatar for Dave Sinkula
0
91