Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #20.4K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 10

4 Posted Topics

Member Avatar for determine

What error message are you getting? What compiler are you using to compile your program?

Member Avatar for determine
0
414
Member Avatar for triumphost

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 …

Member Avatar for paulmooreparks
0
205
Member Avatar for lelejau

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?

Member Avatar for lelejau
0
160
Member Avatar for Transcendent

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]

Member Avatar for arkoenig
0
1K

The End.