by Peter87
Match string exactly with regex
|
|
[7 replies] Last: Makes perfect sense. Could be it is the best, too... this kind of co... (by jonnin)
|
by riversr54
Pointer question
|
|
[6 replies] Last: this worked for me: int * p = new int; delete &(p ); but it is just... (by jonnin)
|
How to know what I don't know about C++ |
|
[4 replies] Last: The problem I see when I read your post is that you do not understand ... (by jonnin)
|
by rhall
Get line number of error in c++ program
|
|
[1 reply] : Just use StackWalker. https://github.com/JochenKalmbach/StackWalker (by helios)
|
by elsa
Problems with UnsortedList
|
|
[5 replies] Last: This worked, for reference. int main() { UnsortedList list; list... (by elsa)
|
by madelinex19
Question hw
|
|
[7 replies] Last: We can already guess based on the posted data (despite one typo on it)... (by keskiverto)
|
by kapil2905
How do we know if a cached item is valid or invalid ?
|
|
[1 reply] : It depends on the needs of the application. I think it's mostly a que... (by dhayden)
|
by toofavour
I will need clues to run this program
|
|
[3 replies] Last: @doug4, Never! :) (by chicofeo)
|
EncodeArray Problem - I'm lost on this one |
|
[14 replies] Last: Awesome!!! (by chicofeo)
|
by Jolom
Help with Assignment
|
|
[5 replies] Last: Just some additional thoughts (based on the code shown in the initial ... (by doug4)
|
by paulm
String literal to function and strcat()
|
|
[3 replies] Last: Thanks for the reply. After some playing around with it, I came to a s... (by paulm)
|
by Bulbasheen
Help with Assignment
|
|
[13 replies] Last: Woah. Thanks it worked! Now I can do a better and more interesting pro... (by Bulbasheen)
|
by laonvye
While loop
|
|
[7 replies] Last: It should be 1000, like the example output in the instructions. There ... (by chicofeo)
|
by keskiverto
Need help finding a way to add a third function to my program
|
|
[no replies]
|
by DJFlash
Rational Numbers Homework Help
|
|
[17 replies] Last: bool Rational::operator<(const Rational& first) { return (*this < fi... (by dhayden)
|
by Moolan
Lexical Analyzer Help
|
|
[2 replies] Last: He probably wants to assemble the characters into tokens and identify ... (by dutch)
|
by frek
Matrices in C++
|
|
[8 replies] Last: Thank you, it worked. Please take a look at this one: class T { pu... (by frek)
|
by hshirdel
Cant Concate 2 variable
|
|
[2 replies] Last: if this is supposed to be c++, you CAN use the + operator with strings... (by jonnin)
|
by namo
Overload functions to take vectors as parameters
|
|
[1 reply] : This line doesn't make sense: newNode->info2.push_back(newItem.capaci... (by coder777)
|
by WolfFocus
Adventure game creation
|
|
[1 reply] : If you're looking for a grand vision of many separate screen areas, yo... (by salem c)
|