by ecka1
fille help
|
|
[no replies]
|
by ecka1
fille
|
|
[2 replies] Last: this is the enter, but what about the table:? please correct me #inc... (by ecka1)
|
by Aaron89
I need some help with a program function
|
|
[2 replies] Last: Now where do I plug that into the program in order for it to compile c... (by Aaron89)
|
by Tony321
Internal linkage and static variable
|
|
[7 replies] Last: http://www.cplusplus.com/forum/beginner/208987/ (by closed account 48T7M4Gy)
|
How to change the contents of a std string ? |
|
[10 replies] Last: Probably would have been quicker to look up regex, but never mind: #... (by lastchance)
|
by mrr6870
My function isn't working properly.
|
|
[3 replies] Last: I'm just not sure how to change the string. #include <iostream> #... (by lastchance)
|
by landlord2017
how to multiply with a dereference?
|
|
[5 replies] Last: Thank you! very helpful. (by landlord2017)
|
How to trim a string with excess white spaces at the ends? |
|
[8 replies] Last: Another option: #include <iostream> #include <string> #include <cctyp... (by Thomas1965)
|
by jamesfarrow
inheritance & polymorphism
|
|
[17 replies] Last: It's possibly flogging a dead horse but a few major problems I had wit... (by closed account 48T7M4Gy)
|
Determining how many minutes have passed using two strings with two different set of time ? |
|
[3 replies] Last: int seconds_since_midnight( std::string t ) // format is hh:mm:ss (24... (by JLBorges)
|
Minimum moves to rearrange one string into another |
|
[13 replies] Last: Thanks for the help everryone (by Code Apperentice)
|
by mookster66
HELP: determineType with cin
|
|
[4 replies] Last: Something like this, perhaps: #include <iostream> #include <string> ... (by JLBorges)
|
by bigler1910
Sports stats
|
|
[2 replies] Last: Alright I decided to use a SQLITE database. I already have the databas... (by bigler1910)
|
[THIS IS HW] - Printing things twice, only need once |
|
[2 replies] Last: Thank you!! (by mongoliancowboy)
|
by F95
Help needed writing a c++ program that handles passenger reservations information.
|
|
[2 replies] Last: I'm not allowed to use any quit or exit commands. This is the code I ... (by F95)
|
by MisterTams
Why won't my validation loop?
|
|
[2 replies] Last: Thomas1965, Yup. I totally overlooked the relational operators. Silly... (by MisterTams)
|
by nomat
Logic Error
|
|
[2 replies] Last: Wow! Thanks Cire it actually works perfectly now! Amazing how one line... (by nomat)
|
by callumM
HELP: My 2d array is reporting incorrect inputs. I am not sure why
|
|
[8 replies] Last: Post your current code. and when i change to the same for statement ... (by jlb)
|
by ejkang62
remove duplicates from an array
|
|
[2 replies] Last: In your code, you aren't copying the first n1 items of arr2. I always... (by dhayden)
|
fstream: Saving parts of a line into different strings without the white spaces included ? |
|
[3 replies] Last: You don't need to substring the line into first, last etc names in thi... (by gunnerfunner)
|