New Hand of the C Program

B

Billy Liu

Hello Everyone:
Now I am study C Program. Can anyone introduce me some program
websites or discussboards. Thanks!!
 
J

Joona I Palaste

Billy Liu said:
Hello Everyone:
Now I am study C Program. Can anyone introduce me some program
websites or discussboards. Thanks!!

You've just posted to a C discussion board.

--
/-- Joona Palaste ([email protected]) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"When a man talks dirty to a woman, that's sexual harassment. When a woman talks
dirty to a man, that's 14.99 per minute + local telephone charges!"
- Ruben Stiller
 
A

Andrew Au \(Newsgroup\)

Billy Liu said:
Hello Everyone:
Now I am study C Program. Can anyone introduce me some program
websites or discussboards. Thanks!!

/*
* Let's say hello to the world of C!
*/
#include <stdio.h>
int main(int argc, char** argv) {
printf("Hello World\n");
return 0;
}
 
B

Billy Liu

Thanks for reply my question. It's help me a lot. now I know
"comp.lang.c" is a great place to discuss C. I'll come here very
often.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
EmeliaBryc

Latest Threads

Top