Forum: C Mar 12th, 2005 |
| Replies: 1 Views: 1,721 #include<stdio.h>
main()
{int i;
do{
printf("*");
scanf("%d",&i);
}while(1);
}
this is a sample program,but u don't look down upon it
when u input a unnummber ,there will no stop! |
Forum: C++ Mar 12th, 2005 |
| Replies: 4 Views: 1,906 you can't use a variable define a array's size
#include <iostream.h>
int main ()
{
int a;
cin >> a;
int *intArray;
intArray=new int(a);
return 0; |
Forum: C++ Jan 12th, 2005 |
| Replies: 97 Views: 25,431 i am a newbie in MFC
when i read this words,i don't what should i do
java, a new good language,but I no the basic of java
and i just can use c and c++,i don't want to spend more time on java
i... |
Forum: C Oct 15th, 2004 |
| Replies: 6 Views: 2,756 HI my friend
At first,I correct my mistake about "why does China hate the US farmer?".China don't hate American's farmer.Our country framer are different from your country are what I wanted to... |
Forum: C Oct 12th, 2004 |
| Replies: 6 Views: 2,756 hi smarkless
I am glad to receive your message. Thanks for your help.
I am a student in junior and my speciality is medicine .
when I was a freshman I found I haven't any intersting in... |
Forum: C Oct 11th, 2004 |
| Replies: 6 Views: 2,756 Hello everyone !
I am a China student and I am a programfan.
So I wanna to learn program,but there are many english book in my city!
I feel study program so hard because my English is very poor!... |