User profile: jmadsen

User info
User name:jmadsen
History
Joined:
Number of posts:59
Latest posts:

How to Match Values Within Arrays
[code] #include <iostream> #include <vector> #include <sstream> typedef std::vector<int> Array_t; /...

OpenGL/X11 rendering problem using Qt QGLWidget on Ubuntu
I am having a very strange problem with an OpenGL visualization in a Qt window. The basics of the ap...

My program is not working as it should.Help me.
2 problems: [code] void main() [/code] should be [code] int main() [/code] and [code] if(unit=2...

Do-While Loop. Help!
output for above code (changing each original drink total to 2): [code] ===========================...

Do-While Loop. Help!
Your problem is you are not invalidating the drinks that are empty. I would recommend either checkin...