Question[code]while(1) {/*code*/}[/code] or even more explicit [code]while(true) {/*code*/}[/code]
does not fetch the information from the databasecoder777 >> 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...