wie binde ich einen c++ compiler in editplus ein?



  • hi!
    so, ich habe nun neuerdings eine vorlesung namens programmieren 3 und dabei soll es um c++ gehen. für java habe ich bisher editplus benutzt und will es auch für c++ benutzen.
    dazu habe ich mir dev-c++ runtergeladen, kriege es aber nicht in editplus eingebunden.
    jetzt werdet ihr sicherlich sagen: dev-c++ hat doch eine ide, benutz doch die.
    will ich aber nicht. habe mir nun noch den borland c++ compiler gezogen.

    kann mir einer sagen, wie ich den in editplus einbinden kann? biiiitteeeee!
    Danke 😃





  • jo, das ist nicht schlecht, aber es funktioniert irgendwie nicht 😞

    Menu text: Borland C
    Command: c:\bc\bin\bcc32.exe
    Argument: -Ic:\bc\include -Lc:\bc\lib -n$(FileDir) $(FilePath)
    Initial directory: c:\bc\bin
    Capture output: ON

    Meine Anpassung:

    Command: D:\Programme\BorlandC++Compiler\BCC55\Bin\bcc32.exe
    Argument: -ID:\Programme\BorlandC++Compiler\BCC55\include -LD:\Programme\BorlandC++Compiler\BCC55\lib -n$(FileDir) $(FilePath)
    Initial directory: D:\Programme\BorlandC++Compiler\BCC55\Bin

    der ausgegebene fehler:

    ------------ c++ compiler -------------
    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    Error E2194: Could not find file '1.cpp'
    Error E2194: Could not find file 'D:\Uni\Programmieren\Übung.cpp'
    Error E2194: Could not find file '1\Aufgabe11.cpp'
    Output completed (0 sec consumed) - Normal Termination

    die datei die er compilieren soll heisst Aufgabe11.cpp . sie befindet sich in dem verzeichnis D:\Uni\Programmieren\Übung 1\ . Was will er also mit 1.cpp und Übung.cpp? Und warum sucht er die datei in dem verzeichnins '1\'? liegt es an den verzeichnisnamen?



  • oh, ja es lag an dem verzeichnisnamen... 😃


Anmelden zum Antworten