by kanken
Guess It Right
|
|
[2 replies] Last: in third test case in second chance if we guess instead of remove box ... (by rickey1498)
|
by Kukamunga
Using a recursive function to print array backwards
|
|
[1 reply] : Your output is correct. 4 is "100" in binary. You can have any numb... (by Duthomhas)
|
by vysero
pointers and const
|
|
[3 replies] Last: It doesn't matter in which order you put the words that are on the rig... (by Peter87)
|
Is there a list of already used varible name |
|
[10 replies] Last: @jonnin, Peter87 and lastchance, Thanks for the input. Back in the d... (by Handy Andy)
|
by max4949
Debug Visual Studio 2107 C++ program error
|
|
[3 replies] Last: Hello max4949, I tried to duplicate your problem, alas could not. Yo... (by Handy Andy)
|
by newbingus
For loop runs once and ends program prematurely.
|
|
[4 replies] Last: imax=(maxTL-10)/8; maxTL is read from the user. what did you type in... (by jonnin)
|
by vysero
Reading GPIO value using ofstream
|
|
[2 replies] Last: @Ganado Ah I see, awesome thank you! (by vysero)
|
by obeeey
Prime numbers - fermat's theorem
|
|
[7 replies] Last: Another advantage of using "repeated multiply ... modulo p" over the p... (by lastchance)
|
by Daveburton
need help interpreting error message
|
|
[3 replies] Last: Hello Daveburton, One thing I have found with the VS error messages a... (by Handy Andy)
|
by studentCJ
Please help me
|
|
[7 replies] Last: Like I said, use getline() to read the maze data. #include <fstream> ... (by dhayden)
|
Reading file into 2D char array error. |
|
[2 replies] Last: Thanks, that fixed the problem! I forgot about overloading the stack l... (by closed account Ezyq4iN6)
|
by gtrruff
Problems with Pointers
|
|
[7 replies] Last: And don't forget 'delete' after Actually I would prefer the use of s... (by jlb)
|
by wrah261
Delete
|
|
[3 replies] Last: std::stoi() might throw. Here some hints: #include <cstdlib> #inc... (by Enoizat)
|
by Horror
I don't know what to do.
|
|
[6 replies] Last: Hello Horror, Yes except that you lines are out of order. You need to... (by Handy Andy)
|
by thishas
error: invalid types ‘unsigned int[unsigned int]’ for array subscript
|
|
[6 replies] Last: Hello thishas, Reefer to post http://www.cplusplus.com/forum/beginner... (by Handy Andy)
|
by Petrusel
My program keep showing me the message 1951951802
|
|
[3 replies] Last: else ex==((a+b+c)/(a+c))-(1/a); should be else ex=(... (by lastchance)
|
Search word in more than one text file |
|
[1 reply] : In other words, you are writing a simple variant of findstr | grep. ht... (by keskiverto)
|
by studentCJ
Recursive maze solving
|
|
[3 replies] Last: Hi, sorry for not clear words. The program should output the path but ... (by studentCJ)
|
Extract multiple text file in one program |
|
[11 replies] Last: here my code is. Okay the instruction is 1) I need to extract the tex... (by closed account iN8poG1T)
|
by libi
templates
|
|
[1 reply] : Well since most of the problems are not template related I suggest you... (by jlb)
|