by CoolAvocado
A Reservation, Explain what happen at the choice F
|
|
[6 replies] Last: Have you read the documentation for getline? http://www.cplusplus.com/... (by AbstractionAnon)
|
by GonlyG
substring (x-3, x) not working in program
|
|
[3 replies] Last: Instead of removing all the dashes from travel, why not just add one t... (by dutch)
|
by wuwy
How do I stop this program if it achieves it's objective
|
|
[6 replies] Last: Is this any easier, @wuwy? I still think doing the sequence in a funct... (by lastchance)
|
by m2020
Problem with using DLIB (Neural Network)
|
|
[1 reply] : Did you see this: http://dlib.net/ ? (by coder777)
|
by McLaren
Looking for Challenges.
|
|
[6 replies] Last: BINGO!! Grazie tante! (by MikeStgt)
|
Adding Unique Items to Map & Counting Duplicates |
|
[15 replies] Last: I used 'auto' there for convenience, maybe laziness. The full type in ... (by lastchance)
|
by Eristato
SFML Button Class HELP!
|
|
[3 replies] Last: As I thought about it, I was motivate to clarify one point based on ho... (by Niccolo)
|
by colt
Possible problem with operator overloading in c++
|
|
[11 replies] Last: could you provide a minimal testcase that does reproduce your issue? ... (by colt)
|
by ghopoz
protect my win app from recording
|
|
[3 replies] Last: Your graphics are copyrighted by you. In computer systems, this extend... (by Duthomhas)
|
by sturk
C++ converting to std::vector
|
|
[7 replies] Last: Read: http://www.cplusplus.com/reference/vector/vector/vector/ Now yo... (by keskiverto)
|
by wirelesskill
Templates and classes
|
|
[3 replies] Last: You create a Human object. You set the name, surname and age in that o... (by Repeater)
|
Very easy begginer question |
|
[6 replies] Last: Also here -> https://cboard.cprogramming.com/c-programming/177656-easy... (by salem c)
|
by sparki
Output duplicates from ostream operator
|
|
[8 replies] Last: Example output: Creating random Point. Creating random Rectangle. Cre... (by Enoizat)
|
by aligh
Difference and relation between char * and char * []
|
|
[9 replies] Last: They both generate data in memory, {h,e,l,l,o,/0}. The fundamental dif... (by divya123divya)
|
by Qikee
help what to do with std::map , std::isalnum
|
|
[9 replies] Last: Thank you very much Andy , you are a very great person (by Qikee)
|
by hopeman
Question about heap memory in class
|
|
[9 replies] Last: Thanks indeed for the comments! Yes, right, I need to get myself to t... (by hopeman)
|
by kenken
File I/O beginner
|
|
[2 replies] Last: Is the practice of associating two different ifstream object to a fil... (by Duthomhas)
|
by Alien000
Expected a Declaration Line 91
|
|
[1 reply] : int calculateNumCopies(int intenrollment, char RorS, char Noro); // ... (by helios)
|
Very simple C++ help NEEEDED PLZ |
|
[1 reply] : if YOU want to get it right, YOU have to code it. Give it a try, ask f... (by jonnin)
|
by sparki
Not getting the right output
|
|
[10 replies] Last: hello can you help me? my output for standard derivation is incorrect.... (by aten98)
|