Zmienna DWORD jako nazwa folderu w ścieżce
Ostatnio zmodyfikowano 2013-10-01 16:30
akwes |
» 2013-10-01 15:05:31 Kompilator obsługuje C++11? |
|
adi456 Temat założony przez niniejszego użytkownika |
» 2013-10-01 15:26:45 zaktualizowałem CodeBlocks do wersji 12.11 i dalej tosamo jak sprawdzić czy obsługuje c++11? |
|
akwes |
» 2013-10-01 15:29:45 zaktualizowałem CodeBlocks do wersji 12.11
|
CodeBlocks to środowisko, a liczy się kompilator. Znasz wersję swojego kompilatora? |
|
adi456 Temat założony przez niniejszego użytkownika |
» 2013-10-01 15:46:50 naszukałem się i nie wiem gdzie można zlaleść wersje |
|
akwes |
» 2013-10-01 16:11:32 http://superuser.com/questions/206157/checking-version-of-gcc-compiler-in-codeblocks Run gcc --version , the result will be something like this:
gcc (GCC) 4.4.0 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If this doesn't work you might not have the compiler setup in your PATH correctly (I believe this is common if using MinGW on Windows), in which case you can first check where the compiler is located by doing the following within Code::Blocks:
Menubar Settings -> Compiler and Debugger Select GNU GCC Compiler Select the Toolchain executables tab Then, using a command line, move to the directory given, then in to the bin subdirectory, then try running gcc --version from there.
|
|
|
adi456 Temat założony przez niniejszego użytkownika |
» 2013-10-01 16:21:26 pisze (GCC) 4.6.1 |
|
akwes |
» 2013-10-01 16:27:33 |
|
adi456 Temat założony przez niniejszego użytkownika |
» 2013-10-01 16:30:55 po uruchomieniu ponownie Codeblocks zaczeło kompilować, bardzo dziękuje za pomoc naprawdę jest dla mnie bardzo cenna. |
|
1 « 2 » |