background preloader

C++

Facebook Twitter

How to add icon and version information to .exe? Yes, but I could use some extra help, that's why I posted in this forum?

How to add icon and version information to .exe?

Nevertheless I found a solution, I'll leave it here in case someone else needs it. In your main.cpp file add the line:#include <winver.h> Place your icon "myiconfilename.ico" file inside the project folder. Create a new file in the project folder called resources.rc, and write into it. List of Videos for C++ TheNewBoston - Free Educational Video Tutorials on Computer Programming, Adobe Software, Computer Science and More!

An Idiot's Guide to C++ Templates - Part 1. Prolusion Most C++ programmers stay away from C++ templates due to their perplexed nature.

An Idiot's Guide to C++ Templates - Part 1

The excuses against templates: Hard to learn and adapt. Compiler errors are vague, and very long.

Parallel Programming