Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bigtamscot
  • Content: Threads
  • Order by date
  1. bigtamscot

    how to? command line arguments

    Hi, I have reached the stage in learning where I have come across Command Line arguments in main ( ). I can write the coding but donot know how to invoke the command line arguments for the program ?????? The truth is I wouldn't know where to start. Operating system is Windows 98, compiler is...
  2. bigtamscot

    string tables

    Hi, I am studying C, and i am having problems with a project I have to complete and hand in for marking asap. The trouble is with multi-dimensional string tables. I have to create a list of student names and the course they are enrolled in at college. Here is a snippet of what I have so far:-...
  3. bigtamscot

    Outlook Express

    Hi, using windows98. When i read my mail using the paine in outlook, not double clicking appropriate mail, when i scroll down, pc reboots and launches scan disk. Any reasons as to why. Has anyone else had same problem. This happens more frequently when i am on-line as to reading off-line, the...
  4. bigtamscot

    Great beginners must have

    HI, recently purchased two beginning c books, at great expense, to aid my studies. One of which I would highly recommend to anyone studying programming c. TEACH YOURSELF C, THIRD EDITION. Herbert Schildt. Publisher Osborne. www.osborne.com Although previous programming experience may be...
  5. bigtamscot

    Help with char inputs without buffering

    Hi, I have a problem with input of char data from the keyboard. I have tried functions I know about (learner here). Tried getchar(), which as we know creates a buffer until return key pressed then stores return as next char. Tried #include<conio.h> and function getch(), which does the same. Most...

Part and Inventory Search

Back
Top