Conceptual misunderstanding
I have always believed that .lib were pieces of code which could be included in my compiled code
While .dll were pieces of code that stayed external.
However my Code Warrior compiler won't link to a dll
unless the .lib file is available.
This line alone will not do...
How do I test for any key without stopping program flow?
c = getc(stdin); halts and waits for enter key.
I wan't to keep going until a key is hit.
windows app using nospace std
I need to do some special formating on a float.
The only answer I can think of is converting to a string
then modify string.
Somthing like Basic sVar = STR(fVar)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.