User profile: xjtufofo

User info
User name:xjtufofo
Name:fofo
Location:Shanghai, P.R.China
Bio:I graduated in 2006. I've been an software engineer ever since.
History
Joined:
Number of posts:6
Latest posts:

stack overflow problem in recursion
There are two possibilities. One is that your program is buggy, which means you didn't put an end co...

Problems w/ Sequential Search
I guess there's one minor mistake leading up to the crash. [code]scanf ("%d" , target ); [/code] s...

Are there some software to check code quality
valgrind on linux. You can do memory profiling and call graph.

C++ i don't get why its not writing the #s
Any random generator doesn't really generate a random sequence of numbers. For a given algorithm on...

void main()
Executables would return a value after each run. I guess that's what return value of main is used fo...