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 SkipVought 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: *

  1. SomeGuy29

    Problem Executing .cpp files

    I'm using F9.
  2. SomeGuy29

    Problem Executing .cpp files

    You're right, that should run, but I copied and pasted that exact code into a new .cpp file, and it didn't run. It compiled, but never executed.
  3. SomeGuy29

    Problem Executing .cpp files

    that's exactly what my code is: #include <stuff> int main (some arguments) { cout << &quot;Hello&quot;; getch(); return 0; } and it does nothing. No error messages or anything.
  4. SomeGuy29

    Problem Executing .cpp files

    I can make and run applications with forms; it's running .cpp files that's the problem. I go new | .cpp file, then procede to write the script. I hit run, it compiles, then nothing happens. It's really odd, because the first time I tried, it DID run, but it won't any more.
  5. SomeGuy29

    Problem Executing .cpp files

    I'm new to Borland C++ Builder 6, and I'm reading a tutorial to get to know it. The tutorial told me to make a new .cpp file, and enter some code. I entered what it said, but now it won't run. I don't get any error messages; it just compiles, then does nothing. It ran the first time I tried, but...

Part and Inventory Search

Back
Top