User profile: Takiro

User info
User name:Takiro
Name:Takiro Ryo
Location:Europe
History
Joined:
Number of posts:7
Latest posts:

My first C++ program!
If you happen to put your code between code Tags we could tell you more about your programming style...

no output
Compiled your Code and works fine for me but the three if-cases after line 23 will alway be [tt]fals...

reference to pointers.
Hope that helps http://www.cplusplus.com/doc/tutorial/pointers/

Right angle triangles.
[code] #include<iostream> #include<conio.h> using namespace std; //-------------------------...

Outputting table to text file. While loop problem!
I'm not sure but I think you have to add the base class to the open() method. [tt]myfile.open("pr...