the question is, how do i link to shell32.lib?
and its funny how you are telling me to remove conio.h ;\ getch(); wont work without it but anyways, ive removed iostream n still giving the same error
Printable View
the question is, how do i link to shell32.lib?
and its funny how you are telling me to remove conio.h ;\ getch(); wont work without it but anyways, ive removed iostream n still giving the same error
To tell you that, we need to know what compiler you're using.
No, getch() is non-standard. In C, you would better use getchar() and in C++ cin.get().Quote:
and its funny how you are telling me to remove conio.h ;\ getch(); wont work without it but anyways, ive removed iostream n still giving the same error
But you still haven't mentioned what you're using.
tc++4.5
i know its old and i need a modern compiler and ill get tht later but for now how do i do it with this
May I suggest then that you start looking for a more modern compiler while you wait? I certainly have no knowledge on how to do it with that compiler.
http://cpwiki.sf.net/IDE
There is a list of modern IDEs for different operating systems. In case you are using Windows, my recommendation is Visual Studio. You are free to try them all out, of course.
lol ok ;) i'll get that in few hours