by KrtinN
Switch Code
|
|
[5 replies] Last: Just FYI, your code is pure C. If your class claims to be teaching C++... (by LB)
|
by danicpp
strange float vs double comparison result
|
|
[6 replies] Last: OMG! guys I love you so much, I love ya all. Thankyou tooooooo much fo... (by danicpp)
|
by sebj
Are my casts corrects?
|
|
[7 replies] Last: That's better :) (by kbw)
|
by randonuser1
Help with arrays!!
|
|
[3 replies] Last: If everyone in the whole class is confused then the teacher has faile... (by ajh32)
|
by Smartboy33
Need Help with MinHeap Implementation
|
|
[no replies]
|
by Kubani
Install FLTK on VS 2013
|
|
[4 replies] Last: This way I get linking errors (5 ones), one of them: Error 10 error ... (by Kubani)
|
by cppeter
Keystroke
|
|
[7 replies] Last: guess I just don't have enough knowlegde of c++ From VB then? http:... (by kbw)
|
by Taban
Tcp Server-Client Problem
|
|
[1 reply] : Seeing your source code would be handy. Lacking that we can only guess... (by Computergeek01)
|
by David623
Help with two questions
|
|
[2 replies] Last: welcome to c++. i would suggest to read the file reading\writing secti... (by Rabindra Hota)
|
by primem0ver
Issue with template interface... need help.
|
|
[6 replies] Last: It does. Thanks. (by primem0ver)
|
Random String Generation |
|
[5 replies] Last: #include <iostream> #include <cstdlib> #include <string> #include <t... (by closed account 48T7M4Gy)
|
Generating random strings |
|
[2 replies] Last: Okay i believe I got it. But please, if you can, check back in the nex... (by MazharMustapha)
|
by mattimo
Reading two words into single char array from text file
|
|
[1 reply] : assuming both first and last names are on the same line of the file us... (by Yanson)
|
by aSzG
For Loops and If Statements
|
|
[13 replies] Last: You can, but it's effectively the same as using a boolean. A boolean ... (by LB)
|
by csstudent123
Pointer cause overhead?
|
|
[7 replies] Last: thanks all (by csstudent123)
|
by primem0ver
Test for class operator?
|
|
[4 replies] Last: Thanks JLBorges. That is exactly the kind of thing I was looking for (by primem0ver)
|
by Gladius
Are these two good?
|
|
[1 reply] : http://stackoverflow.com/a/388282/1959975 (by LB)
|
by jcra1992
Help with ceasar cypher
|
|
[2 replies] Last: What is up with the 's? By the way arrays start at index 0 not 1. So ... (by giblit)
|
by TheUnholy
C++ Total Price Program
|
|
[7 replies] Last: maybe you should try reading about Switch, if-else, or conditionals. ... (by jemeripol)
|
by geeloso
Overflow/Underflow detecting functions!
|
|
[5 replies] Last: error-detecting functions to detect overflows/underflows in simple ar... (by MiiNiPaa)
|