Posts by Felipe Dallmann Tomazeli • 67 points
3 posts
-
1
votes1
answer31
viewsA: problem with scope declaration
Regarding the problem with "ifelse", you were making some syntax errors, while the logic of the program is your responsibility. Here is the correction of syntax problems: #include <stdio.h>…
-
1
votes1
answer42
viewsA: How to know the language of the code and compile it?
The code is written in C++. To compile you can use GCC, just look for how to install this tool which you will easily find. (don’t forget to add the gcc path in the environment variables). Once this…
compilationanswered Felipe Dallmann Tomazeli 67 -
1
votes1
answer61
viewsA: problem when renaming a project in eclipse
When creating the project confirm that you are leaving "Use Default Location" checked. Apparently by what I tested, when you uncheck this option even if you put the project in the Workspace folder,…
eclipseanswered Felipe Dallmann Tomazeli 67