User profile: Drakonaut

User info
User name:Drakonaut
History
Joined:
Number of posts:45
Latest posts:

Class functions
Hello. I'm confused by this: [code] const Stock & topval(const Stock & s) const; ... top = stock...

Default constructors variables.
Hi! Let's say I have a class that does not have a constructor. Does the compiler creates a default c...

Creating classes in other files
Right click your .cpp files (the list on the left) and click properties.

Creating classes in other files
Hmmm...it prints fine on my Codeblocks (13.12 | 4.7.1) though. Do you want to check if there are an...

Keeps returning false, when it needs to be true
[code] else if (islower(ar[x] = 0)) return false; [/code] Remember to use '==' and not '='. The l...