User profile: webJose

User info
User name:webJose
Name:Jose Ramirez
Location:San José, Costa Rica
Bio:Studied Chemical Engineering, but became passionate about programming along the way. Now it is all I do.
History
Joined:
Number of posts:2485
Latest posts:

Where do I go to learn Windows!
The Windows API is C, not C++, meaning that your question can only be answered by "create a C++ libr...

help...
Well, the _sntprintf() function is NOT C++. It is C. In C++ is very similar to VB: [code] //Use s...

true vs. TRUE and false vs. FALSE
If you are thinking about Windows, the Windows SDK defines its own boolean type and values: [code]t...

How to access members from a function declared outside the Class
[code]class PC { CPU _cpu; public: const CPU& CPU() const { return _cpu; } }; void print(...

batch files
Batch files are not the topic of this forum. I can tell you that batch files are not active objects...

User: webJose
Public profile
Send private message