Skip to main content

Make runnable file from *.c and *.cpp

under your shell enter :

1)g++ main.c קמבול של הקובץ ובנית קובץ הרצה

2)g++ main.cpp head.h func.cpp

2)./a.out הפעלת הקובץ

Comments