General C++ Programming - July 2009 (Page 9)

Unformat input, Format output
 
Can someone help me out, if possible. (thanks) I've copy/pasted my program below. the program is wr...
[4 replies] Last: dude, thanks a million. i changed ALL of my " int 's" to " double '... (by xiikryssiix)
by zsady
Excel C++ PROBLEM
 
Good Day! I've been researching of ways on how to Read. update, and save excel files using C++ bu...
[no replies]
some issues with functions... or DEV
 
I am trying to define the member functions of some classes and i am getting some strange error messa...
[13 replies] Last: Oh nvm i forgot to add using namespace std; at the beginning. This i... (by hypercube1)
by helios
Valgrind, gdb, and IDEs
 
I'm using Valgrind to find buffer overflows in a program and I need to attach a debugger when a cert...
[1 reply] : kdbg will do. (by helios)
by vRltwE
std::ifstream::get() return double?
 
Hi, I am trying to read a binary file in C++. For that I am using the get() method from std::i...
[11 replies] Last: helios, I do not have this knowledge you is telling about. But is v... (by vRltwE)
by Adalte
Problem with constructor
 
Hi! In my linked list I have some shapes but I need to create a second list with the first list. I ...
[no replies]
by wtf
Whats wrong with this code?
 
I'm trying to add the functionality of allowing the user to repeat my program without having to star...
[2 replies] Last: ok well i've figured out what it probably is... I had to call a me... (by wtf)
by fiska
how you create threads in loop?
 
Hi Folks, Im new to C++, but fairly experienced in Java. In this school project, I for one progra...
[8 replies] Last: By plaving around with the code, a new issue has arrised, see the co... (by fiska)
doubble hotkey?
 
i am creating a game and i and when the user presses control and an arrow key to give them a boost. ...
[2 replies] Last: ok thanks that worked :) (by poonninja)
by dkaip
error in vector member class
 
I am trying to make a class for all files and dirs of folder. Trying class DIRSandFILES { pub...
[7 replies] Last: Line 11 is the vector<char*> case, so no, no .c_str(). (by jsmith)
by romasi
Ambiguous Constructors (and functions)
 
What is the best method to get around ambiguity? The following is a problem that I can't seem to fig...
[9 replies] Last: No problem. If you have any further questions/problems, you can also ... (by jsmith)
Hash Table
 
This is a homework assignment. I am not looking for someone to do this for me I am just looking for ...
[1 reply] : I have to say, it seems ok to me. I do have some general comments. ... (by kbw)
problem with opengl
 
im using VC++ 2008 and i found this tut that gives source code and explains it. this is the code w...
[1 reply] : Put the dll to WINDOWS\system32 folder. (by hamsterman)
How to populate a map with const reference values?
 
If I have a map that looks like this: #include <string> #include <map> #include "MyClass.hpp...
[2 replies] Last: That's what I >suspected< - thx for the confirmation. I will do thi... (by kfmfe04)
Default constructor is called immediately?
 
Hey guys, This may be a C++ thing I just don't understand, but here is my issue. I have a templat...
[2 replies] Last: Oh man... Ok, I'll have to remember that from now on. I'm just so used... (by enigmatix)
by vRltwE
Serial communications in c++ Linux/Windows
 
Hi, Is there any API for serial communication that works both in Windows and Linux? May be som...
[no replies]
Bottleneck in Base Conversion Function
 
I have a program I'm working on right now which uses a base conversion function to convert an intege...
[4 replies] Last: In that case, yeah, I agree with jsmith. Change line 4 to this: o... (by helios)
Problem with having 2 iterators on STL list
 
Hello, I'm having very weird bug with a STL list. I boiled down my source code to the function i...
[7 replies] Last: Found the problem: _HAS_ITERATOR_DEBUGGING (insert Darth Vader... (by MichelC)
_beginthreadex with Winsock2
 
I am currently working on a small project. I am in need of some assistance with my code. /**This...
[no replies]
Copying Class Data
 
Scenario: I make a pointer called pConfig to a class. I then assign it to dynamically allocated m...
[10 replies] Last: @jsmith: Maybe I wrote something incorrectly without noticing. I suppo... (by closed account S6k9GNh0)
July 2009 Pages: 1... 7891011... 14
  Archived months: [jun2009] [aug2009]

This is an archived page. To post a new message, go to the current page.