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 TouchToneTommy 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: maschwa
  • Content: Threads
  • Order by date
  1. maschwa

    16/32bit Assambler Compiler

    Hi all! Where can I get a 16 and a 32bit Assambler-Compiler for free? Thanks for your help in advance! Kindly regards maschwa
  2. maschwa

    stdout

    Hi all! This is my problem: void getfiles(char *f){ freopen(f,"a",stdout); fprintf(f,"%s",system("dir /b c:\\bcn\\data\\*.*")); fclose(f); } It works correctly, but the rest of the programm also is written in 'f'. I want to write the rest of output in normal...
  3. maschwa

    16bit DOS C-Compiler

    Hello! Where can I get a full functional 16bit compiler for free? Thanks for your help in advance! Martin

Part and Inventory Search

Back
Top