function help |
|
[2 replies] Last: If you have a function which takes two parameters then it would normal... (by closed account 48T7M4Gy)
|
how to modify variable permanently |
|
[1 reply] : Try persistent memory locations, or even go so far as to use hard disk... (by closed account 48T7M4Gy)
|
by tadtheob
beginner simple calculator help (ez)
|
|
[2 replies] Last: Interestingly division by zero can be handled several ways - directly ... (by closed account 48T7M4Gy)
|
by weirdo123
c++ array illegal or legal?
|
|
[10 replies] Last: Rather than the smoke and mirrors approach of picking up a snippet her... (by closed account 48T7M4Gy)
|
Printing some Japanese text on the console |
|
[no replies]
|
by gokitty
just got back into learning c++ after about 2 years, how can i improve this
|
|
[4 replies] Last: the if's do catch it, however if i press one of the function keys i ha... (by gokitty)
|
by MisterTams
Variable Not Intialized?
|
|
[6 replies] Last: double Feet2Inches (double feet){ return feet * 12; } int main(){... (by ne555)
|
by Vanblerk
Having trouble assigning values to a dynamically alocated 2d array of string pointers Edit topicMark as solved
|
|
[2 replies] Last: Duplicate: http://www.cplusplus.com/forum/general/196018/ (by cire)
|
by MAhmed
Child class and Parent class
|
|
[2 replies] Last: Lines 21,32,44: Those are not valid function calls. To call a functi... (by AbstractionAnon)
|
by MAhmed
Help me \
|
|
[2 replies] Last: Lines 57 and 58: Heron's formula. https://en.wikipedia.org/wiki/Heron%... (by Chervil)
|
by pminwei
How to array string and int from text file
|
|
[2 replies] Last: Thank you! i got it to work now :)) (by pminwei)
|
by pminwei
How to replace a line in textfile: Please help D;
|
|
[4 replies] Last: Great idea! THank you it worked! (by pminwei)
|
by BeKinect
Problem by erasing duplicates from vector
|
|
[2 replies] Last: std::array<> is LessThanComparable if its value_type is LessTha... (by JLBorges)
|
by antonimaco
Controling ip camera
|
|
[1 reply] : OpenGL doesn't make any sense what so ever here, that's a rendering li... (by Computergeek01)
|
by RobCh
gluLookAt() or other?
|
|
[1 reply] : Oh, look at that, I think I have solved it. It seems glRotate() was th... (by RobCh)
|
by zeeshan786
code for complement program
|
|
[1 reply] : Please explain what the program should do in more detail. What are the... (by dhayden)
|
by AllisonR
Convert raw image data to lossless PNG or TIFF?
|
|
[2 replies] Last: There was a question, why does its image size behave so that it had t... (by Chervil)
|
by Alaanor
If statement with two conditions?
|
|
[2 replies] Last: This works brilliantly, thanks. (by Alaanor)
|
"Graph.h" from Bjarne Stroustrup not working |
|
[5 replies] Last: Glad to hear it man. I'll leave it up, or if someone wants to publish ... (by Yawzheek)
|
by hornet7288
new to the forum...need homework help
|
|
[4 replies] Last: To convert the integer back into a string? Sure, that can be done as w... (by JayhawkZombie)
|