Search:

Type: Posts; User: CodeKate

Search: Search took 0.01 seconds.

  1. When you say, "just compile all the .cpp files":...

    When you say, "just compile all the .cpp files": if the statement that works to compile the single main.cpp file is:

    gcc main.cpp -o myExecutable

    ...what would your suggested alternative...
  2. Thanks for the additional input. Given my...

    Thanks for the additional input. Given my previous good experiences with GCC, and cyberfish's caution about the Intel compiler, I'm planning to stick with the GCC compiler. I just learned that one of...
  3. Thanks for your input, Elysia & grumpy. Yes, the...

    Thanks for your input, Elysia & grumpy. Yes, the Gnu compilers include GCC. I think I'm going to give the GCC a try, and I'll be sure to confirm that the code remains functional with the new compiler.
  4. Thanks for the suggestion, bernt. I made this...

    Thanks for the suggestion, bernt. I made this change, and recompiled the code; it worked! That's definitely a good sign. I suppose that my next step is to try compiling the code on the cluster, using...
  5. Compiling Visual C++ code using a different compiler

    I have a system of C++ code that was written using Visual C++ 2008 Express Edition. I need to run this code on a high-performance cluster that doesn't allow compilation with Visual C++; instead, the...
Results 1 to 5 of 5