return (very simple quetstion)for a given code, ex: [code] unsigned int bFunction() { if (!aFunction()) { //do somethin...
Different C++ CompilersPersonally I am not a big fan of VS products. Very often MS allowed non-standard exceptions and its ...
why do we need to have classes ?I agree with declan, and if you are a beginner, it is a good idea to just quickly look at struct in ...
why do we need to have classes ?There are two types of data types: built-in and class data type. The latter one is known as "cla...
When do you use enumerated type?I am curious, when do you ever use this data type? I need some examples because I don't know when s...
This user does not accept Private Messages