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. Jesdisciple

    Compiling/Running via DOS

    I now have Visual C++ (and Qt but I find no place to type code). I can compile in that IDE, but am wanting to make MinGW visible to the NetBeans C/C++ module. Any thoughts? (I'm following the MinGW mailing list route as well, and have already tried the NetBeans users' list.)
  2. Jesdisciple

    Compiling/Running via DOS

    > - a meta-make, ie a tool that helps you manage the > building (compilation/linking and pre/post build steps) of > your projects. You can use CMake for this, it is a great > meta-make (the KDE project relies on CMake). I have downloaded MinGW (compiler), MSys (supplying a makefile...
  3. Jesdisciple

    friend keyword or equivalent?

    Oh, I had assumed your variable was a primitive, not an object. If you make a deep copy of it, you can pass that in a method with no risk of the original being modified; is this appropriate? (Diancecht: That was a tentative statement.)
  4. Jesdisciple

    what's the meaning of "typesafe"?

    See http://www.answers.com/main/ntquery?gwp=13&s=typesafe for a very general (and very long) overview of "typesafe" from Wikipedia. (Answers uses several sources, but Wikipedia is the only one with "typesafe".)
  5. Jesdisciple

    friend keyword or equivalent?

    I'm not certain but, from studying C++ without yet using it, Java's final is equivalent to const; a final variable cannot be changed.
  6. Jesdisciple

    Compiling/Running via DOS

    What GUI? I'm trying to use NetBeans with the C++ pack, and running from DOS is part of a troubleshooting measure for that. I have some experience in Java (though I've never compiled in DOS except with Javadoc) and HTML/DHTML. Hopefully, some of this can port to C++.
  7. Jesdisciple

    Compiling/Running via DOS

    No, I don't have that yet, but I found the download on Google and am getting it. (I selected this forum because I use Windows XP.) Thanks!
  8. Jesdisciple

    Compiling/Running via DOS

    Hello! C++ is completely new for me, so how am I supposed to compile from the command prompt?

Part and Inventory Search

Back
Top