User profile: cacen

User info
User name:cacen
History
Joined:
Number of posts:7
Latest posts:

Replace Substring
[code] if(pdest != NULL) { *(++pdest) = 'o'; *(++pdest) = 'h'; } [/code]

Noob here studying c++ Declaring variables!
@johnny87au you need two variable right ? length and width to calculate area.. [code] cout << "Enter...

Assignment
as my catch to the questions, you do not need the initialize array, just declare it first.. and the ...

Noob here studying c++ Declaring variables!
use somethiing like [code] cout << "Enter the length of the room: " cin >> var_name;[/code]

HOW TO WRITE THIS PROGRAM?
[code] cin>>integer1<integer2<interger3;[/code] this never not work