User: kfex

  • Public profile

User profile: kfex

User info
User name:kfex
History
Joined:
Number of posts:31
Latest posts:

Calling external program
I'm not sure about this but I think you can use [code]system("Cmd code to open a program here");[/co...

C++ program without main()
It is not possible to make a program without the main() function. A C++ program starts at the main ...

Criticize my calculator please.
See how this one uses two phases and splts up the calculation It works more like a function because...

Hiding Console Window In Runtime
In visual C++ 2005 take out the first few comments right at the top and compile some programs. If y...

invalid conversion from 'int' to main()::letterType'?
No! but you can convert it with a cast like the [code]static_cast<int>(value)[/code] the static_cast...

This user does not accept Private Messages