News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

help with compile

Started by quake2420, December 16, 2010, 04:04:08 AM

Previous topic - Next topic

quake2420

 Why can't include windows.h with code blocks??:)

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

Quote from: quake2420 on December 16, 2010, 04:04:08 AM
Why can't include windows.h with code blocks??:)
You create a poll.

BTW:
Can the forum administrator to remove the "new poll" button to some where far from "new post"??
People can easily do a mistake. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.