![]() |
.. (parent folder) | |
I write -std=c99, but it disappears and i'm unable to compile my project in CodeBlocks | |
You accidentally pressed on "do not enable this known feature" and now CodeBlocks ignores your attempts go to Settings->Environment->Disabled Dialogs->Enable compiler flags?No check to re-enable the dialog you can just check this option in Settings->Compiler->Global compiler settings->General->Have gcc follow the 1999 ISO ... |
I get Permissions denied all the time in CodeBlocks. | |
If you are on Windows 10 Home you can try two next workarounds: - restart seems to solve the problem - read http://cswp.cs.technion.ac.il/vdi-services/ and get VDI to work on |
I've submitted the homework, but ... < for some reason I have worries >. What should I do now? | |
There is no limitations on number of submissions. Solve the problem and submit once again. Unless passed deadline. |
Where can I find information about redirection? | |
Look in Course Material->Tutorial slides (old) ->Tutorial 0->Basics.pdf |
Where can I find information about DiffMerge? | |
Course material have a DiffMerge manual. (You can use any tool which let you binary compare two files: KDiff, Beyond Compare, diff, cmp and around 100500 others) |