Thank you for your reply,
I didn't try it in Windows's console application. I 've been looking for a class or functions if available in MFC to do similar tasks.
we used to have a small dog in Japan, and we cried a lot then after it was stolen.
I left a cell phone at the subway station and it was still there after some hours later. I realize years ago, they...
Thank you,
I only copy and paste a code snip on the net into my Console to loop through my Cdrive's directories to display all files, but I am reported as unable to access some folder without an...
Hello, how do you define "starters" ? I'm embarassed, I'm a starter of C++, and also learned use of references and pointers in basics C++, could you give an example of the difference you stated ?
Is there a software tool that can house my game application which, once run, always consumes the whole screen ? My monitor screen is wide and I would like to play the game just on half of it inside...
In windows, when we copy large folders, a dialog with copy animation movie is often displayed, I'd like to know if there is a way to hide that dialog no matter how big the files I am copying are ? :)...
I borrow ahmd's code to make a question about CLSID_ShellLink
The steps I started to learn about COM are done as above
COInittialise->CoCreate->QueryInterface etc
There are interfaces that have...
You don't have constructor for Mesh, your number of mesh's is also doubtful for its zeroed value being assigned by the compiler. Constructor as its name says is meant to do something simple, inline...
As the minimal totalcharge is 16.67, formula to calculate totalcharge should come first before the conditional check against the minimum value. Other than that, your...