User profile: zhengakers

User info
User name:zhengakers
Email:zhengakers@gmail.com
Name:Yijie Zheng
Location:Sydney
Statistical data
Birthdate:Jul 24, 1989
Gender:Male
Occupation:Designer
Skills:PHP
C++
Java
History
Joined:
Number of posts:5
Latest posts:

Can't get class to print or run at all!
One advice, you shouldn't put too many things on main(). you can create a new class display it.

please help me
[code]#include <iostream> using namespace std; int main (){ double x; bool checkPositive = false...

Searching 2d array for row and column
Did you initialize BS_GRID_ROWS,BS_GRID_COLS?

Need help (Counting Instances of letters )
Creating a dynamic array. When your code read a new character and save it then count++ or a saved ch...

change condition in if statement
yeah