Ferret with a racoon pics?Originally posted by Ferret:aunt...agony. T.T
or whinehouse
lol wow.. u gonna fail manOriginally posted by darnitit:oh no.. having common test on C.programming in like less den 9 hour... omg.. and i'm like chionging now.. kinda sianz and tired liaox sia.. omg.... help and save me...
Ok, type out some nice codes for us to see now..Originally posted by DC+:I am C programming in the flesh.Who need my blessings?
#includeOriginally posted by alleggerita:Ok, type out some nice codes for us to see now..![]()
orOriginally posted by darnitit:#include
#include
int main()
{
printf("yo hi there sexy...");
system("pause");
return 0;
}
good enough? haha
haha.. u r wrong.. where is ur #include?? this is bad.. haha...Originally posted by eagle:or
int main()
{
int i = 0;
while i != 0 return;
}
try compiling without #includeOriginally posted by darnitit:haha.. u r wrong.. where is ur #include?? this is bad.. haha...
TS want C programming not C++Originally posted by jetabt767400:#include
using namespace std;
main()
{
cout<<"Good Luck Man!";
system "PAUSE"
}
Opps, I fail my programming one... Lols...
Paiseh...Originally posted by eagle:TS want C programming not C++![]()
![]()
![]()
hmm for c tt's slightly wrong.Originally posted by turbo_drift:#include stdio;
main
{
printf("Good luck...");
system("pause");
}![]()
We can actually emulate system("pause") in c, just that it requires a few more codesOriginally posted by teraexa:hmm for c tt's slightly wrong.
#include
int main(){
printf("Hello world!");
}
return 0;
system("pause") is c++ not a c function. there's a getch() function in turbo c but that's unfortunately not ANSI and uncompatible with GCC.