Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached

8 Posted Topics

Member Avatar for abrou

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 …

Member Avatar for deepavj
0
4K
Member Avatar for abrou

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 …

Member Avatar for ArkM
0
304
Member Avatar for abrou

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 …

Member Avatar for hughv
0
187
Member Avatar for farag

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.

Member Avatar for abrou
0
119
Member Avatar for Jennifer84

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 …

Member Avatar for Jennifer84
0
194
Member Avatar for abrou

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 …

0
57
Member Avatar for abrou

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 …

Member Avatar for abrou
0
120
Member Avatar for abrou

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 …

Member Avatar for John A
0
118

The End.