by pka4916
How to I replace characters in a char[]
|
|
[12 replies] Last: Yes, that's exactly what the System:: nonsense is. But a project shoul... (by Ganado)
|
by pka4916
error expression must be a modifiable value
|
|
[6 replies] Last: you are making it hard for yourself using C-style strings. are you al... (by jonnin)
|
by ElusiveTau
error LNK2019: unresolved external symbol (templated functions)
|
|
[2 replies] Last: [quote=seeplus] Ah simple enough. Thanks! (by ElusiveTau)
|
by joe2014
Cryptography
|
|
[5 replies] Last: zlib is easy to use. In c++, I mean, its available ... its been in c... (by jonnin)
|
Issue with String Concatentation |
|
[7 replies] Last: L26 - don't return by ref replace string& salary_new(...) with string ... (by seeplus)
|
by L67GS
fstream odd behavior, very odd!
|
|
[9 replies] Last: I'm a novice developer, and did implement some error reporting to the ... (by L67GS)
|
by kg88
Doing a pushback with an array pushback value is not showing
|
|
[2 replies] Last: Thanks Ganado, you are a lifesaver! I have no idea why it still compil... (by kg88)
|
Problem with Vector Subscript Out of Range |
|
[12 replies] Last: I'm constantly getting the following errors when debugging: invalid_a... (by bellerophonbhattu)
|
by kmce
set class template / Compare?
|
|
[2 replies] Last: https://en.cppreference.com/w/cpp/keyword/typename typename can be ... (by keskiverto)
|
by tristanbox09
Separate Chaining Hash Functions
|
|
[no replies]
|
by solo88
minGW 64 bit compiler acting weird
|
|
[5 replies] Last: which one do you recommend for me to use? I personally use both VS 2... (by deleted account xyzzy)
|
by Ossie
Image on builded solution
|
|
[1 reply] : On Windows, the executable's icon is specified using a resource file. ... (by helios)
|
Doing a Salary Structure Program but While Loop isn't doing what I want it to do |
|
[2 replies] Last: I finally got that, so I circumvented that by creating a new function ... (by bellerophonbhattu)
|
by Ch1156
Searching for duplicate vector items
|
|
[13 replies] Last: Awesome i got it working, thank you all for your help. (by Ch1156)
|
by coder0101
Replacing words in a string
|
|
[5 replies] Last: #include <iostream> #include <string> #include <sstream> int main()... (by seeplus)
|
by dakotad8218
Set Implementation Project Sanity Check
|
|
[3 replies] Last: Are you aware that a std::set exists? See: http://www.cplusplus.com... (by dakotad8218)
|
by solo88
an eliza program code i found on the net.
|
|
[5 replies] Last: succeeded #include <iostream> #include <string> #include <fstream> ... (by solo88)
|
by siid14
Abort trap : 6
|
|
[6 replies] Last: The .close() calls in OP's arrayToFile and fileToArray functions are e... (by Ganado)
|
by kmce
erasing from a set
|
|
[10 replies] Last: There's loads of 'tutorials' available on the web and 'example code' o... (by seeplus)
|
Karel the Robot |
|
[3 replies] Last: what's that. ___ hiim ducking from https://www.khosango.com/ (by khosango)
|