User profile: SKZ81

User info
User name:SKZ81
History
Joined:
Number of posts:6
Latest posts:

Question
[code]while(1) {/*code*/}[/code] or even more explicit [code]while(true) {/*code*/}[/code]

does not fetch the information from the database
coder777 >> It's ProC, not standard C++... So it HAS build-in SQL. firefly >> diffcult to say... -...

Constructor initialization list
You CAN initialize member variables as coder777 says. You CAN call constructors of member objects. Y...

Is there anyway in which I don't need to specify the linker when compiling?
You can use a Makefile !

discrepancy with multiplication
You should post more code. - freq declaration and initialisation - how you display the result...