programming under win2k = bad idea?
Red-Squirrel
Ontario, Canada
I keep having very dumb programming problems since ever I started programming under win2k. Stuff that is programaticly impossible happends, such as data that is spit out that I never even put, some functions executing before others etc.... Now I'm getting junk data that I did not even put, and it's not a buffer but simple text specified in a cout<<"text"; statement.
In a program I'm working on right now, it simply loops and reads commands out of a file and executes a function for each command, but right now it seems to execute a function, totaly ingore what is in the function, execute the rest of the loop, and THEN execute part of the function (but not all). Stuff like this keep happening.
I never had this problem when I programmed under win98. I have not been programming a lot since I moved to win2k since my software site went caput when I had server/isp/tos problems preventing me to host my software. But I do program stuff for my own use sometimes.
Is there a reason why I get all these dumb impossible program executions? It does not seem to follow the program instructionsin order, that's really the main issue I'm getting.
In a program I'm working on right now, it simply loops and reads commands out of a file and executes a function for each command, but right now it seems to execute a function, totaly ingore what is in the function, execute the rest of the loop, and THEN execute part of the function (but not all). Stuff like this keep happening.
I never had this problem when I programmed under win98. I have not been programming a lot since I moved to win2k since my software site went caput when I had server/isp/tos problems preventing me to host my software. But I do program stuff for my own use sometimes.
Is there a reason why I get all these dumb impossible program executions? It does not seem to follow the program instructionsin order, that's really the main issue I'm getting.
0
Comments
Command line is ok I guess, but I would rather a IDE so I can add/edit resources and stuff.
http://www.bloodshed.net