Click here to Skip to main content
16,022,362 members

Comments by StupidSteve (Top 20 by date)

StupidSteve 11-Apr-11 10:17am View    
Yes you are right:) thank you very much for your reply and help:)
StupidSteve 11-Apr-11 5:49am View    
O, i realized that i am using the VC complier in VC2010 but the GCC compiler in CD, does the VC complier has more useful features that makes its speed lower?

BTW, I really love using VC to debug--- it works much better when debugging a program.
StupidSteve 11-Apr-11 5:39am View    
Now i also doubt that VC2010 has more "visual effect" and caused the relatively low running speed, I am using CD 10.05 and VC2010professional at the same time--- believe that I can sense the different of speed---- maybe the difference has nothing to do with the compiler-- but its because of the different software platform.
StupidSteve 10-Apr-11 21:42pm View    
Thank you Albert! Now i understand your points:)

Thank you so much that you helped me so many times!~
StupidSteve 10-Apr-11 21:41pm View    
Thank you so much Krmed! I've tried you method and it worked out okay~

After that i improved my program by adding a sentence "printf("\n");"right after defining int in the printarray function.

so next time when I want to call an array into a function i have to pass the address of the first element in that array, am i right?