by Bentz
regular pointer vs pointer to an array
|
|
[4 replies] Last: thank you all for the input (by Bentz)
|
by jbjakarta
Help with string find() loop?
|
|
[1 reply] : You problem is that using i as an offset in find(...) you will find th... (by coder777)
|
by l0k1
Undefined reference to vtable for screen logger
|
|
[4 replies] Last: Thank you kbw! (by l0k1)
|
by Zivojin
Changing array of class
|
|
[10 replies] Last: Thank you very much for all of yours answers. (by Zivojin)
|
by sciman777
Code won't make text file?
|
|
[2 replies] Last: > Doesn't the quotations tell the compiler to make the text file at th... (by JLBorges)
|
by Madelaine
Suma de matrices
|
|
[1 reply] : #include <iostream> #include <iomanip> #include <vector> #include <c... (by tpb)
|
by samtheman
A few lines of the TicTacToe game:
|
|
[1 reply] : Hello samtheman, Based on what you have "i" is being set to the retur... (by Handy Andy)
|
by Kreons
Help with Deck Shuffle Program
|
|
[8 replies] Last: You have some fundamental problems. You declare Card arrays in Player... (by tpb)
|
by southconnor
Help with Game
|
|
[6 replies] Last: If you need to do multiple lines then you should take Guando's advice.... (by dhayden)
|
by BruhImSkill
Having trouble with passby value
|
|
[3 replies] Last: Hello BruhImSkill, PLEASE ALWAYS USE CODE TAGS (the <> formatting b... (by Handy Andy)
|
by Tduck
When to use stacks instead of a vector?
|
|
[1 reply] : I asked a question similar to this when I was newer. The answer prett... (by Ganado)
|
by natewill2
Keep getting 0 for the area of a rectangle HELP!
|
|
[4 replies] Last: Your indentation could use some work. I suggest always using spaces in... (by tpb)
|
by mparkin
Container Class
|
|
[4 replies] Last: I'd start with "multiple modules to organize your code". (by jlb)
|
by bored622
Need help with my craps game.
|
|
[4 replies] Last: Hello bored62, When I adjusted your program I found that the while lo... (by Handy Andy)
|
by ramdinca
C++ Windows application start guide
|
|
[3 replies] Last: Next you need to compute the velocity of the rocket ship. ... Ok, I ... (by jonnin)
|
by faidi
Having to input twice in a loop (C++)
|
|
[2 replies] Last: Hello faidi, I will try to explain what keskiverto is saying. You ne... (by Handy Andy)
|
constant constructors |
|
[4 replies] Last: I think the point here is that it needs to be initialized in the memb... (by MikeyBoy)
|
by rajhansk
I want to input entire dictionary in excel or notepad to run string algorithms
|
|
[2 replies] Last: A text file containing over 466k English words... https://github.com/... (by closed account 1vRz3TCk)
|
by toby1a05
2-3 tree Algorism bug(memory allocation)
|
|
[3 replies] Last: thx all of u, i solve it finally. (by toby1a05)
|
by ryan157
Help with Rational Class Lab
|
|
[1 reply] : Liners 64, 68 and 72: The way you call a method is object.method(). F... (by dhayden)
|