|
I am having a problem with this line:
printf("\\n");
It is print some strange ASCII character that looks like an upside down
broom and I need it to print just a "\" (minus the parenths of course). I
have also tried
this:
int d;
d=92;
printf("%c",d);
I still get the same result.
I am using IC 2.81. Any help would be greatly appreciated.
Thanks in advance.
-Nick
purenrg@iastate.edu
|
|
Message has 1 Reply: | | Re: printf question
|
| I have also tried this idea. Thanks for the suggestion though. To be more exact about the character I am getting though, it is a letter Y with two dashes in it. Each dash being a third from the top and a third from the bottom. I am at my wits end. (...) (24 years ago, 4-Dec-00, to lugnet.robotics.handyboard)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|