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!

Recent content by Seron

  1. Seron

    Lock text size

    Thanks for the replies. I edited the registry as suggested by reghakr but IE6 still sometimes resets to the medium text size, just like before. Only the first window opened is affected. New windows spawned from the first use the same font size as the first. It only happens sometimes. I think...
  2. Seron

    Lock text size

    Hello, In IE 6 text size can be set in the view menu. But sometimes the size is altered by itself. How can I make it stay at the size I've selected? Seron
  3. Seron

    Explicit operators

    Thanks for the replies. I've read that the keywords and, or can be used instead of &&, || if the complier complies with Standard C++. Does Borland 5.5 compiler comply to C++ standard? Is it good or bad practise to use one or the other? Seron
  4. Seron

    calling exe's

    How about #include <cstdlib> system(&quot;myfile&quot;); Seron
  5. Seron

    Explicit operators

    Hello, I get this error when I try to compile the code below. Why won't the Borland 5.5 compiler accept the and, or keywords? Error E2293 Boolean3.cpp 17: ) expected in function main() // Boolean3.cpp #include <iostream> using namespace std; int main() { double i,j; cout << &quot;Enter...

Part and Inventory Search

Back
Top