No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Hello, I have come across a compile error, which should have a very simple solution, but I cannot figure it out. I am fairly new to programming and am still getting used to OOP. I am trying to call a function from another class. The class seems to work but …
Hello, I've been pulling my hair out trying to figure out how to fix this. I don't have a lot of experience with OOP, so I'm at a bit of a dead end. I am getting an error: [QUOTE]error: expected class-name before '{' token[/QUOTE] The header file is this: [CODE]#ifndef …
Hello, I've always avoided formatting marks, because I've never needed them, but I think that they might come in handy sometimes. Does any one know of a complete list of what they mean? I've searched and searched and what people call a "complete" list is usually just what a space …
I always avoid using the .xls if possible. .xml is fairly easy to read and write with c++. Be careful though, because the xml file will change in unexpected ways if you do something in excel.
I am not sure what library you are using, but if it is similar to one that I'm used to, then it would be something similar to this: [QUOTE]Text = comboBox3->text(i); //where i is the item in the box[/QUOTE] or maybe [QUOTE]Text = comboBox3->currentText(); [/QUOTE] (by the way, I usually …
I'm fairly new to XML and I have one question that I've been trying to figure out for a long time, but up to now I've been able to ignore. I now think it is causing me problems in my code. When is a node not an element node? What …
Hello! I'm compiling a project in VC++ 2005 express, and for some reason it is hanging. It gets to a certain point and just doesn't seem to do anything. This is the readout when it is happening: [CODE]c:\Qt\4.3.3\bin\uic.exe RoboSearch.ui -o ui_RoboSearch.h g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT …
Hello, I am a fairly inexperienced programmer, and I am confusing myself. I want to have a member function or a different class return an array of structures. I've read that I have to do this by reference, but I can seem to get it right. Can someone help? The …
The End.
abrou