by coll97
Separating strings
|
|
[1 reply] : Regular expressions: http://en.cppreference.com/w/cpp/regex #include... (by JLBorges)
|
every operation in separate funtion(note: input from file) |
|
[3 replies] Last: thanx you all. :) (by Talha Bin Adam)
|
by Gondvanaz
Why does it output 2 times the results?
|
|
[1 reply] : Because if array == array then you'll print the message twice, once ... (by dhayden)
|
by crepe6
Inverse of the permutation string
|
|
[no replies]
|
by Reiv63
Reading - File Handling
|
|
[1 reply] : What is the value of itemcount? Is your "write" function supposed to w... (by jlb)
|
by ibyan01
HELP ME WITH DISTINCT VALUES
|
|
[1 reply] : take a look here --> http://www.cplusplus.com/reference/algorithm/uniq... (by DirtyDan)
|
by krian123
Balancing
|
|
[no replies]
|
by nrfowler
When I run a compiled program with more than one commandline argument, the program returns nothing
|
|
[5 replies] Last: > There is more to my code, but I can't see any reason why it would af... (by JLBorges)
|
by Marth
Question about pointers and references
|
|
[4 replies] Last: > why all this subterfuge when referring to a value? why is it necessa... (by JLBorges)
|
by Tyler T
std::regex_replace specify replace sequence?
|
|
[2 replies] Last: Thanks! (by Tyler T)
|
by r0manatw00d
Compression using cabinet.dll library ?
|
|
[1 reply] : https://msdn.microsoft.com/en-us/library/ff797921(v=vs.85).aspx i've ... (by Marth)
|
Perfect number calculator, how to increase speed |
|
[4 replies] Last: By the way, the reason your program is so slow is that it does two thi... (by Duthomhas)
|
by sengab
updating struct size while keeping old data
|
|
[6 replies] Last: Thanks very much (by sengab)
|
by Reiv63
Help with unrecognized input
|
|
[3 replies] Last: thank you for the heads up, i'll try another method and remove getlin... (by jlb)
|
by evy
need help with my compiler issue
|
|
[2 replies] Last: tnx alot ! finnaly discover this issue (by evy)
|
by Mikenuaimi
what is the difference between the output of online ide and output of eclipse and visual studio ?
|
|
[4 replies] Last: Thank you guys that was very helpful.. (by Mikenuaimi)
|
by adam2016
reversing a string method
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; int mai... (by Thomas1965)
|
How to Input data directly into the table? |
|
[1 reply] : What makes you think it's not happening correctly? Your cin statement... (by AbstractionAnon)
|
by qwerty2222
Need help with making a function, not sure why it won't work
|
|
[5 replies] Last: @Tyler The usual comparison operators (non-member) are all available f... (by tipaye)
|
by adam2016
trying to reverse a string
|
|
[2 replies] Last: Thanks Moschops,I normally would give the compiler error message but t... (by adam2016)
|