cplusplus.com
C++ : Users : MaxT
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: MaxT
Public profile
Send private message


User profile: MaxT

User info
User name:MaxT
History
Joined:
Number of posts:26
Latest posts:

Windows Threading & Exceptions
SIGSEGV is a segmentation fault/invalid memory reference error. Sounds like a problem with your [...

Simple class program
Also line 18. t1.mileage is a function not a variable. If you want it to print out the calculated '...

Problem with code for beginner
First remember to use the CODE tags, it helps us to read your code. [code] #include<iostream> ...

What is a good and simple compiler?
Take a look at Dev C++. Its a light IDE and uses Mingw

Simple class program
As a general rule, use your .h files for definition, and the .cpp files for implementation of the cl...