Thank you so much! I was afraid first that I couldn't use c++.
It works. Thanks
Search found 2 matches
- Sat Oct 10, 2020 10:04 am
- Forum: GBA Development
- Topic: How to compile .cpp files?
- Replies: 2
- Views: 16976
- Fri Oct 09, 2020 10:22 pm
- Forum: GBA Development
- Topic: How to compile .cpp files?
- Replies: 2
- Views: 16976
How to compile .cpp files?
I am using the make command to build the ROM and decided that I want to switch over to c++ so that I have classes. Therefore I switched the name of my file from Main.c to Main.cpp. However if I try to compile the game now I get the following error: make[1] *** No rule to make target 'C:/Users/Yanni ...