User forums > Using Code::Blocks

Where are the standard libraries?!(and other questions)

<< < (2/2)

kingcools:
true, haha, i just started c++ again after a few months breaks and i just forgot that :D

that fixed it for now, thank you

ptDev:

--- Quote from: kingcools on March 16, 2011, 11:58:20 am ---Here is a part of the code im working on:


--- Code: ---#include "D:\Programmieren\CodeBlocks\Projekte\Sffdatei\Sff2allegro\sff2_structs.h"

--- End code ---


--- End quote ---

In addition, you might want to add ""D:\Programmieren\CodeBlocks\Projekte\Sffdatei\Sff2allegro" to your project's list of "include" directories. If you do that, you can simply write

--- Code: ---#include "sff2_structs.h"

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version