- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: What error message are you getting? What compiler are you using to compile your program? | |
Re: Yes, it is possible in pure C++. The code shown there is just calling Windows API functions and using Windows API structures and constants. If you translate the example given, you can accomplish the same result in C++. Generally, if two programming languages have an equivalent mapping to a given … | |
Re: It's pretty difficult to say since you don't tell us what type "name" is or what value it contains. I also notice that you're using the same variable for the window class and the window title. Is this what you intended? | |
Re: I've had the beginnings of a solution set lying around for a while, and just recently polished them off and started adding to them again. They currently go partway through chapter 3. [URL="http://www.parkscomputing.com/accelerated-cpp-solutions/"]http://www.parkscomputing.com/accelerated-cpp-solutions/[/URL] |
The End.