I am doing something daft.
I am using C++ in VS 10
I change a program and press Ctrl +S to save the changes
I press Ctrl+F5 and get the old version.
What am I doing wrong?
i think Ctrl+F5 runs the program...so the changes that have you made are not reflected in the binaries that run...so build the project again...hope this solves your problem