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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Oobu

  1. Oobu

    trouble with tables

    My savior, thy name is Vragabond. Thank you very much
  2. Oobu

    trouble with tables

    Yeah, there is a space between the button bar and the shadow image when viewed in IE.
  3. Oobu

    trouble with tables

    I want to start off by saying I haven't written a website in a few years so my code may look a little rusty. With that said, I am having some issues with tables that I could use help with. I am displaying some images in a table and in IE there is some weird spacing between the cells but in FF...
  4. Oobu

    trouble with tables

    Thanks, and I thought this was the HTML forum.
  5. Oobu

    trouble with tables

    I want to start off by saying I haven't written a website in a few years so my code may look a little rusty. With that said, I am having some issues with tables that I could use help with. I am displaying some images in a table and in IE there is some weird spacing between the cells but in FF...
  6. Oobu

    compiling for a windows system

    Thanks a lot for the help!
  7. Oobu

    running c++ program from unix command line with input and output files

    I am not sure why you can't use command line arguements. scores.txt would be argv[1] and histogramOutput.txt would be argv[2] then just FILE infile; //for reading infile = fopen( argv[1], "r" ); fscanf( infile, (format) ); FILE outfile; //for writing outfile = fopen( argv[2], "w+" )...
  8. Oobu

    compiling for a windows system

    Hey all, I have written a C program on a UNIX system and I want to distribute it to a few friends that are running Windows. I assume that I have to compile for windows in a different manner. Can gcc do this or do I need to download a windows compiler? Any help would be greatly appreciated.

Part and Inventory Search

Back
Top