- #1
- 403
- 120
So I ran into a problem with my Python implementation and have decided to rewrite my program in wxC++ instead of wxPython.
Starting to make some progress (I keep forgetting to put ;'s at the end of lines DAMN YOU PYTHON!)
ANyone know how I can output to a console? I was using LiClipse for the python dev and any prints went to the console in the IDE.
I'm now using DEV C++ but if I do printf's or cout's I don't see the outputs.
Anyone have any ideas??
Thanks!
Starting to make some progress (I keep forgetting to put ;'s at the end of lines DAMN YOU PYTHON!)
ANyone know how I can output to a console? I was using LiClipse for the python dev and any prints went to the console in the IDE.
I'm now using DEV C++ but if I do printf's or cout's I don't see the outputs.
Anyone have any ideas??
Thanks!