by flyingEagle
Unresolved External Symbol
|
|
[4 replies] Last: I got the code to compile but it is not outtputing what I want. In my ... (by flyingEagle)
|
Problems with declarations |
|
[2 replies] Last: on line 21 you trying to use the incomplete type StudentInfo why do ... (by coder777)
|
by Gawaine
Problem with classes and linking
|
|
[10 replies] Last: I solved it. I was linking it right but in inline functions I was supp... (by Gawaine)
|
by ssteuteville
Passing an array of char[][] by reference (C not CPP)
|
|
[8 replies] Last: [quote=kbw]But why are you using fixed length arrays? Surely this sort... (by Catfish4)
|
by maggotz
fahren to cel
|
|
[1 reply] : Two small errors: 1. Conversion to Celsius has the wrong sign fahrenh... (by ats15)
|
by tulips
Please help me with this program..!!
|
|
[3 replies] Last: Ouch. What a mess :) You need to address the C++ errors, and logical e... (by ats15)
|
by SinaSyndrome
Trying to add template class to maintain list
|
|
[3 replies] Last: i think restaurant. make into template change int to bool put in ... (by cooolio)
|
by aruna
problem with inheritance program
|
|
[6 replies] Last: You need to look up polymorphism. I changed you code a little, so you ... (by ats15)
|
by Anmol444
Why is it valid to include Header Files twice in a Project?
|
|
[10 replies] Last: Ok thanks helios :D (by Anmol444)
|
inline keyword |
|
[5 replies] Last: If I remember correctly even if you use the inline keyword the compile... (by closed account o1vk4iN6)
|
by wtfsurprob
A few questions that I need help with
|
|
[1 reply] : This forum is not designed to do somebody's homework. (by vlad from moscow)
|
by andrenvq57
Segmentation Fault when stepping in
|
|
[no replies]
|
by Anmol444
Two Questions! (1,2)
|
|
[27 replies] Last: Thanks cire!!! I can finally continue with my book with confidence, I... (by Anmol444)
|
by ccman32
Communication between injected dll and outside program
|
|
[3 replies] Last: I currently use a simple .ini file for this. I know that it's not the ... (by ccman32)
|
by ericblites
Help finishing program!
|
|
[1 reply] : To make an array simply type int VarName ; To display cout << "Johnny ... (by DarkSly)
|
by DarkSly
C++ Transferring Variable between Buttons...
|
|
[no replies]
|
by The Abster
Untraceable error in c++ code involving classes
|
|
[2 replies] Last: The compiler underlines the "b" and "d" giving the error (verbatim) : ... (by The Abster)
|
by morando
Profiling code, 4 threads slower then 1
|
|
[7 replies] Last: Cool. Remember to close those handles when you're done. :) (by kbw)
|
by tobiasm9
C++ assignment (chess like)
|
|
[1 reply] : Loks like pathfinding problem to me. I suggest looking into Dijkstra's... (by MiiNiPaa)
|
Is this a proper way to be naming files and making there file types? |
|
[2 replies] Last: Thanks man! Really helps just learned something new. :) (by Michael Wilson)
|