Hi,
I am new to Dev C++ (and C programming iteself!). I was trying to write a project in Dev C++ and I faced two problems. I will really appreciate it if anyone can help:
1- I created a project and added one main file to it. There are some functions that are called in the main file. These functions are defined in other files in the same directory of the main file (I didn't add other files to the project). When I modify the fucntions and I run the project, the result is the same as before! Nothing happens when I change or even delete one of them, and the program is working as if they were unchanged. I am confused with the problem.
2- How can I see the value of the variables that I am using in my program? For example in Matlab I can easily see the variable contents after running my program. But I could't find anywhere in Dev C++ to see the variables and their contents.
Thanks,
Mohammad