Language
Any
Platform
Consoles
Remove
License
Any
: VC 6.0 is only for Win32, so you need to learn how to code for Windows - get a Petzold book, or see some tutorials. You can also use Console API to write for Win32 consoles - these nice black...
This message was edited by AsmGuru62 at 2004-5-28 12:1:47
: : u can use setcolor( for font color) or setbkcolor( for back ground color) of graphics library to change colors
: :
: : Nitin
: :...
OK So far Ive sampled the following la nguages and been able to understand all of them.... C++, vb, adn playstation linux...... So ive been thinking and researching to no avail for the last two days...
OK So far Ive sampled the following la nguages and been able to understand all of them.... C++, vb, adn playstation linux...... So ive been thinking and researching to no avail for the last two days...
I know Lyme3 has somewhat concluded this thread, but I noticed the most obvious arguments have not made the light of day.
Firstly, DirectX is targeted at game developers. You have to consider the...
I need to write a MMC snap-in based on the MMC snap-in samples from Platform SDK. These samples don't use MFC.
I want to use different MFC user-interface classes with my snap-in: CDialog etc. (I...
I need to write a MMC snap-in based on the MMC snap-in samples from Platform SDK. These samples don't use MFC.
I want to use different MFC user-interface classes with my snap-in: CDialog etc. (I...
I need to write a MMC snap-in based on the MMC snap-in samples from Platform SDK. These samples don't use MFC.
I want to use different MFC user-interface classes with my snap-in: CDialog etc. (I...
Sub-pixel scrolling looks nice but may be hard for a beginner.
: You are referring to pixel-by-pixel scrolling, which is sub-TILE scrolling, rather than SUB-pixel scrolling... unless you want...