Lumalab

Beiträge suchenDeutsch English
  
User:   Passwort:    
Forum > C++ > G++ Compiler Aufruf
StartStopSeite 1 von 1StopEnde
Autor: EngysThema: G++ Compiler AufrufLetzte Änderung: 09.03.2015 19:51:21 

g++ -o <name> <name.c>   // Kompiliert <name.c> in ein ausführbares Programm <name>
g++ -c <name.c>          // Kompiliert (ohne Linken)

UpReply 
StartStopSeite 1 von 1StopEnde