Muss ich jedes Mal, wenn ich ein neues C/C ++ - Projekt erstellen möchte?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Muss ich jedes Mal, wenn ich ein neues C/C ++ - Projekt erstellen möchte?

by Anonymous » 02 May 2025, 08:20

Ich möchte nicht jedes Mal, wenn ich ein neues Projekt oder Code erstelle, eine neue Datei für tasks.json erstellen. Ich möchte, dass VSCODE seine Erweiterung automatisch erkennt und den Compiler entsprechend verwendet (GCC für .c -Dateien und G ++ für.cpp -Dateien).

Top