by Cjigsaw
char array and pointer (1,2,3)
|
|
[54 replies] Last: Indentation helps to see scopes . Braces, {}, around the only state... (by keskiverto)
|
by Programtoday
Please help: C++ Stack Implementation Code
|
|
[3 replies] Last: bool isEmpty() { if (length == 0) return true; else return false; } ... (by thmm)
|
by Jellyfists
Is learning C++ recommended for beginners?
|
|
[2 replies] Last: Learning to program is like learning to drive. You don't start in a h... (by salem c)
|
by Slee p
Reverse string using stacks
|
|
[1 reply] : I wish I had extra space in my sleep. Your code is incomplete and no... (by Duthomhas)
|
by staycoding12
split time reference point
|
|
[7 replies] Last: thank you for the help I was able to figure it out (by staycoding12)
|
by Wsaint1990
Tic-Tac-Toe MiniMax Algorithm
|
|
[1 reply] : //******************************************* // Definition of Min_... (by Wsaint1990)
|
by prc27
Handling messages from an external file/library
|
|
[3 replies] Last: Is this the correct way of doing it? No. You should use a callback f... (by dutch)
|
by f9d0ckl
C++11: undefined reference to static class member
|
|
[2 replies] Last: Hello Ganado, Thank you for your reply. Indeed, shortly after posting... (by f9d0ckl)
|
by kt992
Arrays and function problem
|
|
[3 replies] Last: The size of the array is not automatically transferred to the function... (by Merch)
|
by Scarletpimp
How to access non static class members inside static method of the same class
|
|
[2 replies] Last: Actually i have another structure which holds some info as HEADERDATA,... (by Scarletpimp)
|
by poody11
IEEE 754
|
|
[4 replies] Last: https://stackoverflow.com/questions/36960456/how-to-convert-hex-to-iee... (by deleted account xyzzy)
|
by Scarletpimp
logger for c++
|
|
[10 replies] Last: i'm really new in c++, but i think have an idea for the "logging" proc... (by BlakGerry)
|
by toptable11
Pointer Question
|
|
[3 replies] Last: You need to process the subtraction before you change one of the point... (by coder777)
|
by Eazy249
string stream help
|
|
[6 replies] Last: If I interpret what H4X0R46 is saying correctly, then given the Colo... (by dhayden)
|
by Cjigsaw
pointers and char functions without c++ library (1,2)
|
|
[30 replies] Last: I got some errors on the for loops. And those errors might be? Copy... (by deleted account xyzzy)
|
by aceadams
Find String that all set of strings are substring of
|
|
[2 replies] Last: Another shit-canned post from aceadams. https://www.cplusplus.com/foru... (by salem c)
|
by staycoding12
passing a reference variable
|
|
[3 replies] Last: thank you so much for the feedback (by staycoding12)
|
by StacyG
C++ Problem Solving Scenarios - Urgent Help Needed Please
|
|
[13 replies] Last: Thank you for your suggestions. Will do some more reading to better un... (by StacyG)
|
by Novak323
Find Line Substring
|
|
[6 replies] Last: But only works if I use StringStream not with Ifstream. What do you ... (by keskiverto)
|
by Cjigsaw
dumb question
|
|
[5 replies] Last: :( thanks for the info. That hurt lol (by Cjigsaw)
|