User profile: shadowCODE

User info
User name:shadowCODE
Email:achabill12@gmail.com
Name:Bill Ngoh Acha
Location:Cameroon
Website:http://www.solverandroid.blogspot.com
Bio:Self taught programmer.
Like video games
Statistical data
Birthdate:Sep 4, 1993
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:680
Latest posts:

going through the alphabet using object arrays
put [code]line 24[/code] [code]char c = 'a'[/code] before the for loop.

step size in c++ simulation
Is it not 10s sampling at 0.01 from 0 to 1000? I dont understand how this holds: [quote]In other wo...

step size in c++ simulation
@Andy, good point.

step size in c++ simulation
[code] double step = 0.1; for(double i = 0; i < 10; i += step) { //compute sine } [/code] Chang...

array values
Do you have any question?