String output
How do I print two different strings with one call?
For example:
printf(string1 + string2);
I get the impression from the errors i get that you can''t add two variables like that if they are of type char. But surely there must be a way?
~CMatrix
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement