by milad75
stack overflow error in maze game
|
|
[4 replies] Last: Add cout << x1 << ' ' << y1 << ' ' << x2 << ' ' << y2 << endl; At th... (by dhayden)
|
by deathslice
warning: format '%c' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat]|
|
|
[4 replies] Last: But just like people have said, scanf is really bad for input. (by deathslice)
|
by TranceAddict
Using string variable as a file name
|
|
[4 replies] Last: Since C++11 you can pass the std::string directly. Pre-C++11 you have ... (by Peter87)
|
by xenovia12
structure object
|
|
[10 replies] Last: i havent learned numeric library numerics is only needed for iota() ... (by MiiNiPaa)
|
by savanh
need a help
|
|
[6 replies] Last: @faisal00 dont steal someone's thread. (by xenovia12)
|
by kong288
My collision is daftly slow - please help.
|
|
[13 replies] Last: Wait a minute. Looking at your code, it appears that there is only one... (by dhayden)
|
by geonightmare
Strange precission problem with pow
|
|
[2 replies] Last: Either write your own integer pow function (best) or apply std::llrou... (by JLBorges)
|
by fatemehsh
Questions about pointers in the linked list
|
|
[1 reply] : I appreciate your help, why is this happening? The pointer first shou... (by cire)
|
by pyrazalone
Need helpCounting every single letter from a string word by word
|
|
[1 reply] : So your problem is taking a sentence and verifying whether it is a pan... (by minomic)
|
by anhnha
function argument type
|
|
[5 replies] Last: Well, thanks! That surprises me! I know the declaration below with st... (by anhnha)
|
by rajroushan95
string to integer
|
|
[8 replies] Last: Thank you!! the patches made it work. (by rajroushan95)
|
by Xhobi
Solve it please !!
|
|
[4 replies] Last: Sorry for it. I know i have to do this. (by Xhobi)
|
by EvE12
Exception handling
|
|
[2 replies] Last: Works, Thanks (by EvE12)
|
by JOSEluis2796
please helpme
|
|
[2 replies] Last: thanks, a friend does tell me who's the problem, thanks tcs (by JOSEluis2796)
|
by musabji
Parse issue, can you find it?
|
|
[5 replies] Last: thanks! (by musabji)
|
by Guyofdoom42
Pass arguments to stuff? HOW IZ DO???
|
|
[11 replies] Last: This std::istringstream s(in); return {std::istream_iterator<std::stri... (by MiiNiPaa)
|
by mercedec
help please
|
|
[6 replies] Last: Thank you guys i figured it out (by mercedec)
|
by uzferry
Declaring 2d arrays globally and locally
|
|
[4 replies] Last: Local variables are stored on the stack which is typically smaller tha... (by dhayden)
|
by Dan Feerst
MySQL Connector efficient use
|
|
[no replies]
|
by nerdpwn
help with a function
|
|
[2 replies] Last: Thanks for the quick reply, this has indeed fixed the problem. Do comm... (by nerdpwn)
|