No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I would like to embed the python interpreter, but not in the way most other people do. I don't need to multi-thread unless it's necessary to do as follows... What I need is control over when execution happens. More specifically, I would like to use a python script to call … | |
Re: If you use the second one, it will not work normally as a copy constructor. Instead of passing it a Cent, you'll have to pass it a "Cent*", because while a Cent can be implicitly converted into a "Cent&", it cannot be converted implicitly into a "Cent*". You can keep … | |
I am still not professional/experienced enough to be considered a programmer, and have had no real education on the subject (that's why I came here). I learned basic java and am currently in the process of switching to C++, due to the terrifying discovery :icon_eek: that Java won't get me … |
The End.