by John Davis
Help with 2048 game
|
|
[1 reply] : Now left_push works great I tested it. #include <iostream> #includ... (by Enoizat)
|
by vysero
Scope of bool value (threads)
|
|
[11 replies] Last: I suppose something like that could work as well. In actuality, the re... (by vysero)
|
by MakeMeFeel
Iterator in lists
|
|
[2 replies] Last: The items in a class are called members. You can access them using the... (by dhayden)
|
by mpvick
erasing a period or comma from a string then moving it to the end
|
|
[6 replies] Last: Thank you so much for all of the help I really appreciate it (by mpvick)
|
by Dum
XOR DECOMPOSITION
|
|
[10 replies] Last: Not me (by Dum)
|
by mpvick
rotating punctuation marks
|
|
[9 replies] Last: Let's start little by little. For your first three functions: IsPeri... (by H00G0)
|
by Zivojin
Recursively concatenate names
|
|
[1 reply] : > char *ime;//name > char *ekstenzija;//ekstension These should be st... (by salem c)
|
by nick372060
c++ recursion pls help
|
|
[1 reply] : First, change your numeric literals to use a decimal point instead of ... (by booradley60)
|
by mpvick
Help with file input output
|
|
[2 replies] Last: ah, thank you so much (by mpvick)
|
by ygillani
std::logic_error on Codeblocks
|
|
[2 replies] Last: Hi Peter, Thanks very much. That worked! Yusuf. (by ygillani)
|
by Maria2
C++ write -for loop- more professional
|
|
[2 replies] Last: What about the erase-remove idiom? Wow, sound like very elegant solu... (by Maria2)
|
by advancedip
How do I input equations
|
|
[1 reply] : #include <iostream> #include <sstream> #include <string> #include <al... (by lastchance)
|
by senkovlad16
help with sudoku game
|
|
[8 replies] Last: Well in the absence of a debugger (or the unwillingness to learn to us... (by salem c)
|
by inf2405
While loops
|
|
[1 reply] : Yeah, look at your t0 values at the start of each while loop. You sho... (by salem c)
|
by usmannazir
error in running the code in Visual Studio
|
|
[5 replies] Last: Hello usmannazir, In addition to what helios said when the output win... (by Handy Andy)
|
by cash
Syntax Errors
|
|
[2 replies] Last: Hello cash, Since you are new to programming this may help. As jonni... (by Handy Andy)
|
by subhransu
Can not Understand the out put of Type Id..
|
|
[1 reply] : Those strings are used internally by the compiler to uniquely identify... (by helios)
|
by swivelchair
Help with do while loops
|
|
[2 replies] Last: Thank you! honestly this helps a lot but how would you count the posit... (by swivelchair)
|
by missiepooh45
issue with integer and double values
|
|
[4 replies] Last: @jonnin haha I know right, in my country we use commas, however since ... (by H00G0)
|
by nick372060
Help me please :)
|
|
[8 replies] Last: Thank you salem c! It works finaly :) #include <iostream> using na... (by nick372060)
|