User profile: binarybob350

User info
User name:binarybob350
Name:Bob
History
Joined:Jul 8, 2010 at 3:02pm
Number of posts:199
Latest posts:

Explicit conversion from string to class reference?
If the explicit conversion was allowed it would be from a string object to a const reference to an o...

Determine Microsoft Visual Python Redistributable needs
Yes you are missing the redistributable. The version you need is based on the version of Visual Stu...

loop problem
I don't quite follow. multiples does have an effect in the code, its what you are using to break ou...

Arrays into arrays - finding max and min?
Get rid of the inner for loop, you do want to keep the if/else if code [code]for(i=1; i<5; i++) { ...

Read and display a text file into Python
The following block of code will read each line of a text file and write it to the console. You wil...

This user does not accept Private Messages