by Fayezilla
Sort an input file for a specific value
|
|
[9 replies] Last: Thank you everyone. I was able to finish the project. (by Fayezilla)
|
by GroovyJack
Help with partial match peg counter in Mastermind game C++ code
|
|
[4 replies] Last: #include <iostream> #include <vector> using namespace std; template... (by dutch)
|
by SirEnder125
Reading binary file data into struct object?
|
|
[5 replies] Last: How did you write the information to the file? You really shouldn't b... (by jlb)
|
by Borneq
Smart pointers and trees
|
|
[4 replies] Last: Perhaps something like (NOT tried); #include <memory> #include <str... (by seeplus)
|
by coder777
Why do I need to use “pointer to pointer” in this situation?
|
|
[5 replies] Last: OP is a spammer. Yeah. The original post has now been deleted - wh... (by seeplus)
|
by JLBorges
Concrete types - as described by Stroustrup - C++ Programming Language 4th ed
|
|
[2 replies] Last: Sadly this question is another re-post. Wait for the edit and spam. h... (by lastchance)
|
by lastchance
How to append text to a text file in C++?
|
|
[1 reply] : See under mode in http://www.cplusplus.com/reference/fstream/ofstream/... (by seeplus)
|
by JLBorges
Is there a standard definition for __cplusplus in c++14?
|
|
[3 replies] Last: why does OP have a link to walgreens? Looks like a low quality spam o... (by jonnin)
|
by cmisip
How to make base class use derived class overloaded method
|
|
[4 replies] Last: It's a publicly available arduino library called TM1637_6D. I derived... (by cmisip)
|
by shokoro10
i need help
|
|
[9 replies] Last: PLEASE ALWAYS USE CODE TAGS (the <> formatting button) when posting co... (by AbstractionAnon)
|
by Gladys994
How do i censor specific words in a string?
|
|
[4 replies] Last: Hey Einsteins, it's a two-year-old account blatantly posting spam. (by Ganado)
|
by johnny5947
difference between char array and string in cplusplus
|
|
[1 reply] : https://duckduckgo.com/?q=difference+between+character+array+and+strin... (by salem c)
|
by cmisip
Can a struct in a vector access its index in the vector?
|
|
[13 replies] Last: You're right. There's not much to gain going down this road. The sim... (by cmisip)
|
by suckss
Dynamic array of char arrays
|
|
[8 replies] Last: that will cause you some troubles. If you leave off the space for th... (by jonnin)
|
Trying to print adresses of 2D dynamic arrays |
|
[1 reply] : arr is the value stored in the i'th element of arr . That means i... (by MikeyBoy)
|
by gevCplus
Find the first two consecutive pairs in the vector with greatest equal second (1,2)
|
|
[24 replies] Last: Well, I finally managed to run the code on Wandbox: https://wandbox.or... (by lastchance)
|
by technologist
detect mouse cursor position in a particular window
|
|
[1 reply] : Try ScreenToClient: https://docs.microsoft.com/en-us/windows/win32/api... (by dutch)
|
by saltyyyyy
aggregation relation
|
|
[14 replies] Last: Well if you made Payment have a pure virtual function, you can't decla... (by Ganado)
|
I'm given a sequence containing from 3 to 30 words. Printing all words that occur more than once in the sequence. |
|
[4 replies] Last: if Xcode lacks a friendly debugger, then just insert some print statem... (by jonnin)
|
Implement an array-based stack and count what is more in the stack |
|
[4 replies] Last: How can i do this in Xcode? (by sergeyutkin221)
|