C++ Make Directories

Questions about programming languages and debugging
Post Reply
User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

C++ Make Directories

Post by visser »

Ok so i looked around on the net a bit and there is a lot of open discussions about what you can use to create directories when coding for linux or windows. im mainly working with windows so im curious about that more than anything.

If you guys could throw some suggestions to me as to what you all would use to create directories when coding. any help would be great
AKA Scottyrabbit

software engineers unite!

//When my words are remembered its because my actions were loud enough.

User avatar
Lundis
Distorter of Reality
Distorter of Reality
Posts: 543
Joined: 22 Aug 2008, 16:00
15
Location: Deadlock of Awesome
Contact:

Post by Lundis »

The boost filesystem library offers simple cross-platform ways to do it.

http://www.boost.org/

how-to:
http://www.boost.org/doc/libs/1_39_0/li ... /index.htm

User avatar
IceDane
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 197
Joined: 12 Aug 2009, 16:00
14

Post by IceDane »


Post Reply