User: smileff

  • Public profile

User profile: smileff

User info
User name:smileff
History
Joined:
Number of posts:5
Latest posts:

Please suggest me some source codes to learn.
I have learned programming for a few years, and I have wrote codes for some projects. But these proj...

trouble counting words in a file
I guess you miss the first and the last words. <1> Remove line 40 and 53. Why to you read word into...

How to do this.
To convert chars to int, your use sprintf [code] char x[256]; int num = 923; sprintf(x, "%d", num); ...

Pointer to array ?
Thanks jsmith. Another question is, is array an object in C++ ? Like int a[10], a is not only an a...

Pointer to array ?
[i]The CPP Programming Lanuage[/i] chapter 5, exercies 3, use typedef to define pointer to arrays. ...

This user does not accept Private Messages