Problem: trying to run a program but a different one does...everytime

First i used to write little programs for school, then i stopped after the course was over. Now i want to write programs again but this time the new programs that i write wont run like they are supposed to.

Whenever I try to test a new program a different one runs, and it is the same one that runs every time. They compile fine and everything is good but when it actually runs this other program which i cannot even locate in my drive.

What is interesting is that this only happens to the my "new" programs, the ones i started writing when i was done with school. The rest work just fine.

I need help as this has really gotten into my nerves.

Thank you in advance.

Last edited on
What IDE are you using?
Sorry i am sort of a beginner, what do you mean by Integrated Development Environment.?

you mean do i use Windows? In which case yeah i do.
Last edited on
I mean like Visual Studio or Netbeans or something like that.
Quincy
Hrm, I've never heard of that one before. :/

Maybe you could upgrade to Visual Studio or something. It's more complex, but it's what most people use on Windows.
The IDE is not the problem here.

If you are pressing F9 to run your program and you get something else executing, then the IDE is, in fact, the problem. You may want to uninstall and reinstall it... (as I see no obvious reason why it should fail).

A possibility is that your program failed to compile and you are executing an old program that did compile.
gibran wrote:
What is interesting is that this only happens to the my "new" programs, the ones i started writing when i was done with school. The rest work just fine.

Did you notice this problem after an update? If you haven't updated, are you 100% sure it hasn't silently updated by itself?
Quincy doesn't have an update feature, auto or otherwise.
Is it being actively developed (i.e., could OP have manually installed a new version that might have a bug in it)?
Last edited on
Commercial IDE like Visual C++ have "Solutions". A Solution can contain multiple "Projects", and you must set which one is the active project to launch on the Execute button/key. Do you have something similar in your IDE? Maybe you created a solution for the first project, and let it as the active project when you added your new programs in the solution?
Quincy is a very simple IDE.
http://www.codecutter.net/tools/quincy/
It is occasionally updated, but not actively developed.

The author recommends using Code::Blocks-EP when moving to another IDE.
http://codeblocks.codecutter.org/
Topic archived. No new replies allowed.