Search:

Type: Posts; User: Jonny M

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    7,253

    void main(), int main(), argc, argv[]????

    I read somewhere it is good etiquette to use int main().....I understand that 'argc' is the number of parameters handed to main(), and 'argv[]' is an array of char pointers to the...
  2. Replies
    2
    Views
    5,636

    Printing extended ASCII characters

    I am writing a program to print a report. I need to include the pound sign symbol on this report(£), which I have discovered is ASCII character #156 (thanks!).
    Trouble is, my printer does not seem...
Results 1 to 2 of 2