background preloader

C++

Facebook Twitter

! c++ - ! IT - dworak63. Easiest way to convert int to string in C++ SFML and Code::Blocks (MinGW) (SFML / Resources / 1.6 tutorials) Introduction This tutorial is the first one you should read if you're using SFML with the Code::Blocks EDI, and the GCC compiler (this is the default one). It will explain how to install SFML, setup your IDE, and compile a SFML program. Compiling SFML libraries is also explained, for more advanced users (although it's quite simple). Installing SFML Important: this release of SFML was compiled with gcc 4.4, if your own version doesn't match and is incompatible, you'll have to recompile SFML. First, you must download the SFML development files. You can download the minimal package (libraries + headers), but it is recommended that you download the full SDK, which contains samples and documentation as well.

Once you have downloaded and extracted the files to your hard drive, you must make the SFML headers and library files available for Code::Blocks. Copy the SFML development files to your Code::Blocks installation directory Compiling your first SFML program Compiling SFML. Tutorials. Thenewboston. GynvaelColdwind. Obiektowy C++ odc. 3: Konstruktory. Destruktory. Dostęp: public, private, protected.