No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[URL="http://www.dreamincode.net/code/snippet2169.htm"]This is going to help you a lot.[/URL] [URL="http://lmgtfy.com/?q=timer+in+c"] I will google it for you :)[/URL]
int main() // your program will be executed line by line after int main() printf("\n Enter any Number:"); // printf means show me in screen what i wrote between "" symbol \n means -> change line scanf("%d", &num); // scanf used to set something in a variable %d means system …
How can i send a file at my e-mail address? I want to write it in my C program. Is there any simple way to do that? I Use Dev C++ compiler. I am not using C# or VB. Thanks in advance for answering.
The End.
JilMakias