No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi everyone at daniweb! First off I want to say thanks for starting this awesome homepage, though googleing ive found many clues and answers in here for my projects, things that were left undocumented or just poorly explained by those books that ive used. But now, onto the issue! What … | |
Re: standalone i dont think c++ can play anythings other than pc-speaker sounds, so if you plan to play actual music (mp3 etc) you'd need to look into fmod, bass audio lib, alegro (or whatever they call it) and so on. | |
Re: icons etc are loaded using a seperate resource.rc file which looks somethings like this [CODE]IDR_APP_ICON ICON "iconname.ico"[/CODE] I might have missunderstood your question though. | |
Re: As much as I agree with the above poster, working with a strict and updated/standardized compiler might be a better choice- And speaking of experiences with turning in homework I never had any compatibly issue on any of my turn ins, whereas my teacher should have been using ms visual … | |
Re: If you want to produce small and somewhat simple applications, win32api ([url]http://www.winprog.org/tutorial/[/url]), if you're looking for more features, WTL ([url]http://www.codeproject.com/KB/wtl/wtl4mfc1.aspx[/url]), there's also MFC and ATL. |