User profile: sato

User info
User name:sato
Location:Dublin
History
Joined:
Number of posts:5
Latest posts:

Number into array as a single digits
Hi Let's say I have 4 digit number and I want to extract each digit and assign to array elements. S...

Learning technique
Thanks very much.

Learning technique
Hi I am learning c++ from the book. What would you recommend: to got through the book as fast as re...

[Linker error] undefined reference to `cube(int*, int)' in Dev C++
Thanks very much. I copied this code from the book I learning from and I thought that cube() is a p...

[Linker error] undefined reference to `cube(int*, int)' in Dev C++
Hi I was trying to run a code below and I get the error message as above. I tried on Visual C++...