Thanks, I sure did miss that.
And of course nothing about this in link error help.
?Not enough letters in alphabet that someone could
give this another name like *.adr
'If its hard to write it should be hard to read'
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...
Thanks,
I'll try this.
20 years of improvments and 'high level' languages
and we still have to solve problems in assembler!
Hope you had good Xmas.
'If its hard to write it should be hard to read'
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
Thanks,
Sometimes the simplest things are the most difficult.
I just saw another thread with the same question on
an integer.
I don't think its obvious that sprintf is so flexable.
I assumed (wrongly) that print would only go to a device.
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.