Ene Uran 638 Posting Virtuoso

What GUI library are you using? I am a little familiar with Tkinter and wxPython and might be able to help. There are others I am not familiar with.

Ene Uran 638 Posting Virtuoso

I have two similar lists and want to create a new list with just the differences between the two. Is there an existing function or do I have to iterate with a for loop?

Ene Uran 638 Posting Virtuoso

Why not just google for it, it's so easy!

Ene Uran 638 Posting Virtuoso

I think the ladies would vote for Dave Sinkula, if he would be on the list! He looks so boyish and innocent!

Ene Uran 638 Posting Virtuoso

When I learned C in school our instructor insisted on fflushing after every scanf(), sort of a bathroom thing (student humor). He was a typical puplic school teacher, not very bright. Maybe this comes out of some Herbie Schield book in the library.

Ene Uran 638 Posting Virtuoso

I took a look at BioPython, very nice work they have done!

Ene Uran 638 Posting Virtuoso

Is it the processor, the operating system or the compiler?

Old Albert is wrong, human stupidity is rather limited. Infinity is much too perfect!

Ene Uran 638 Posting Virtuoso

The way I read this, this person wants to write a string about 20 to 30 lines long. Am I correct? How to do it best within the code is not an easy question to answer.

----------------------------
I wish you were beer!

Ene Uran 638 Posting Virtuoso
int a=rand();
int b=rand();
int c=rand();
std::vector<int> vec;
vec.push_back(a);
vec.push_back(b);
vec.push_back(c);
std::cout<< *std::min_element(vec.begin(),vec.end())<<std::endl;

not a comparison operator in sight

However, there is a comparison operator out of sight!

Ene Uran 638 Posting Virtuoso

If it's anything like the sleep(t) function I have been using with C++, there is no way to stop it early. Maybe ctrl/alt/del, but that is not what you want to normally do.

Ene Uran 638 Posting Virtuoso

Couldn't sleep last night, so I was browsing and found the "Starting Python" thingy. I must say Python looks interesting from the examples. I learned C++ in school, Python sure looks easier to understand. Does any one think it's better than C++?

Ene Uran 638 Posting Virtuoso

Donate it to your church and use it like a in your tax deductions.

Ene Uran 638 Posting Virtuoso

JoBe, that looks like interesting code you doing! Is that STL stuff or what?

Ene Uran 638 Posting Virtuoso

Does anybody know if there is a good C++ code library that can process MIDI music files?

Ene Uran 638 Posting Virtuoso

Tis reminds me of the time when my teacher toldme a story...

When the Russians and Americans were fighting to become the firstnation to put a man on the moon, both countries were tryingdesperately to overcome the apparent stumbing block of takingnotes in space. Due to zero gravity the humble biro was rendereduseless in outer space. If you have ever tried writing with a penupside-down you will know what I mean.
The USA apparently spent millions of dollars pioneering a new kind ofpen and ink which could be utilised in an anti-gravitationalenvironment.

What did the Russians do? They just sent their astronauts up with apencil.

:o

Wow iamthwee, that must have taken some time to type in all those colors. I like colors! Are you a genius or something?

Ene Uran 638 Posting Virtuoso

A lot of schools have no money for their hand-me-down computers. Turbo2.0 is given away free. Still better than teaching Mbasic.