October 27th, 2011 10:48 PM
To Link my project I Added this
http://i.imgur.com/GhcdJ.jpg
and This
http://i.imgur.com/YDGQY.jpg
October 27th, 2011 10:05 PM
I thought I had Built it though, I opened command prompt inside the boost folder and ran
bootstrap
.\b2
then after a while it told me it was done
October 27th, 2011 09:22 PM
I Downloaded the library, followed the directions, copy and pasted the code for the Boost filesystem tutorial and Code::Blocks says that the header files have undefined references. Do I have a...
October 26th, 2011 05:43 PM
October 26th, 2011 05:08 PM
I'm looking for a way my program to create a directory if the directory doesn't already exist, but all of the methods I've seen are either platform or library dependent. It probably doesn't help that...