by Kbott
Functions and Classes question.
|
|
[6 replies] Last: A line segment is defined between two Points p1 (x1, y1) and p2(x2,y... (by closed account 48T7M4Gy)
|
by Kbott
Working with classes question
|
|
[8 replies] Last: http://www.cplusplus.com/forum/beginner/194484/ (by closed account 48T7M4Gy)
|
by bilbobuggys
Get unused bytes from file as quick as possible
|
|
[1 reply] : Please explain, what is meant by "unused bytes"? The more detail you g... (by Chervil)
|
Input Validation for int not working |
|
[4 replies] Last: Good to hear :) (by Naughty Albatross)
|
by petersgk
Array pointers error
|
|
[1 reply] : you need to use the code brackets #include <iostream> using names... (by Kbott)
|
by compvideo
some video about c++
|
|
[no replies]
|
by Saladine
C++ Program crash when doing string assign
|
|
[5 replies] Last: #include "test.h" int main() { Test p1; p1.addName("abc"); ... (by closed account E0p9LyTq)
|
by ASTM
Vectors and cout not working...thanks.
|
|
[2 replies] Last: Thomas1965 - thank you very much. That helps a lot. Thanks. (by ASTM)
|
by hashbrown
How do I compile a program that uses nullptr?
|
|
[8 replies] Last: @ Duaos Yep, another good reason to upgrade to the latest version, o... (by TheIdeasMan)
|
help with records |
|
[2 replies] Last: Line 27: You only allocate 15 elements for your politician array. L... (by AbstractionAnon)
|
by AterVulpes
Broke loop for user input
|
|
[10 replies] Last: All good. Cya. (by closed account 48T7M4Gy)
|
random position problem |
|
[7 replies] Last: it does! thanks for the tips! i finished the game and forgot to repla... (by globaltourist)
|
by IconicStars
Need Help in multiply total by 10%
|
|
[3 replies] Last: C++ doesn't let you specify percentages directly. You have to use the ... (by dhayden)
|
by sasafeb
Why my operator* acts illogical? (1,2)
|
|
[28 replies] Last: My code is almost done. this is a minimal code. #include <iostream>... (by sasafeb)
|
Help with program that will print integer digits in reverse with spaces in between |
|
[4 replies] Last: Thanks guys for the responses. I got it! You guys are awesome. (by closed account ozTkSL3A)
|
Unused Variable |
|
[5 replies] Last: > you can't declare a variable inside an if-condition. The condition ... (by JLBorges)
|
by skadush
Template and function pointer
|
|
[1 reply] : Got it working using T t; (t.*func)() Is there a way to use the -... (by skadush)
|
by hrpa6230
Extremely important!!
|
|
[5 replies] Last: > If I want the viewer to put in the numbers, how would I do it? In ot... (by Naughty Albatross)
|
by adam2016
value of reference does not change?
|
|
[4 replies] Last: #include <iostream> // passes by pointer void functionP(int* x); //... (by closed account E0p9LyTq)
|
by JohnWilliams
Question: Missing a chunk of information while reading from a file.
|
|
[2 replies] Last: Yes, i thought that might be the issue that there might be a limit.. T... (by JohnWilliams)
|