Menu

configuration of compiler

2002-12-14
2012-09-26
  • Nobody/Anonymous

    im a complete noob, dont know anything and i really want to learn c++, i got the compiler, dont know how to set it up or run a compiled program, isnt there sopposed to be a .exe? all i got are files the compiler uses and windows says cant run it if it dont know what it is, so what i need right now is a tutorial on how to set it up and make/use .exe files.

     
    • Nobody/Anonymous

      it says error in resource file, uh, is this a problem with stuff being in the wrong directory?

       
    • j@ck_

      j@ck_ - 2002-12-14

      What ?...

      Go slow and please give details as you tell what Dev-C++ version you have. And if you have had a problem with it , or compiling a program . or both ?.

       
    • Nobody/Anonymous

      Resource File?
      dont try to compile a windows app start making simple things

      in dev-cpp create a new source file (file -> new ->Source file)
      type this out:
      #include <iostream>
      #include <cstdlib>

      int main(int argc, char *argv[])
      {
      int i;
      i = 3
      cout << i;
      system("PAUSE");
      }

      then hit f9, it will ask you to save your source file, so save it, and watch your proggie compile!

       
    • Nobody/Anonymous

      i have the dev+GNU Pascal 1.9.2 compiler, i know absolutly nothing about coding, im just starting to learn.. i tried to do what you said by going to file new then empty project, i copied and pasted what you typed and it still said error in resource file. how do i stop that error?

       
    • Derek Baker

      Derek Baker - 2002-12-15

      Pascal?

      This is for Dev C++

      Derek

       
    • Nobody/Anonymous

      k then tell me where do dl whatever compiler you guys use, i didnt know which one to download so i just guessed and picke a forum.

       
    • Nobody/Anonymous

      If, as you said in your first post, you want to learn C++, I think you might have better luck downloading Dev-C++ (which is a C++ compiler), rather than Dev-Pascal (which is a Pascal compiler).

      Heres the download page:
      http://www.bloodshed.net/dev/devcpp.html

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.