- Oct 30, 2000
- 42,589
- 5
- 0
I need guidance 
VC++ is not POSIX complient and does not support the opendir, closedir, readdir, etc funcitons.
I need to create a program that is not tied into the Windows OS that can manipulate the directory structures.
I have installed the compiler on a Windows 7 system.
Need clues on where to go since then.
I have been spoiled by using IDE on Unix, Linux or Windows since day 0.
I can write the source code in Notepad if I have to, or is there a IDE that will allow me to code, compile and debug with the MinGW.
Or, is there a different free package that I can install under Windows that will solve my headaches.
Without the IDE; can one point me to a tutorial on how to actually use the MinGW compiler.
TIA
EK
VC++ is not POSIX complient and does not support the opendir, closedir, readdir, etc funcitons.
I need to create a program that is not tied into the Windows OS that can manipulate the directory structures.
I have installed the compiler on a Windows 7 system.
Need clues on where to go since then.
I have been spoiled by using IDE on Unix, Linux or Windows since day 0.
I can write the source code in Notepad if I have to, or is there a IDE that will allow me to code, compile and debug with the MinGW.
Or, is there a different free package that I can install under Windows that will solve my headaches.
Without the IDE; can one point me to a tutorial on how to actually use the MinGW compiler.
TIA
EK
Last edited: