by emcp
Apple CLang - Classes call to implicitly-deleted copy constructor???
|
|
[9 replies] Last: The code might have been designed against an outdated standard library... (by mbozzi)
|
by Mif
Read lines in text file from a certain line 'C'
|
|
[11 replies] Last: Okay dutch I solved I just added this line after the first strncat... (by Mif)
|
by skcpp
Stack and heap addresses
|
|
[2 replies] Last: Awesome! Thanks dutch. (by skcpp)
|
by PK Dey
gets is undefined
|
|
[3 replies] Last: Two reasons not to use gets_s: 1. Although it is a C11 feature, it is ... (by dutch)
|
by Mif
Need Help with a warning.. 'C'
|
|
[14 replies] Last: Vindication! (Thanks MikeyBoy!) (by dutch)
|
by PK Dey
base name of class
|
|
[4 replies] Last: Yes! I am using MSVS. Thanks to you all! (by PK Dey)
|
by MaxGreen
OOP CHAR ARRAY
|
|
[4 replies] Last: FreeBSD libc (FreeBSD-2-Clause license): /* * Portable strlen() for... (by JLBorges)
|
by skcpp
High Address Preference in Stack
|
|
[2 replies] Last: Thanks dutch. Neat response! It makes sense that the "heap" grows upwa... (by skcpp)
|
by kmce
shared pointers
|
|
[9 replies] Last: That's a good question. Remember that it's a question of ownership, wh... (by dutch)
|
Binary Searching |
|
[2 replies] Last: Hello NoobCoder2333, In regards to the question that you deleted. You... (by Handy Andy)
|
by siid14
Segmentation Fault: 11
|
|
[3 replies] Last: it means nothing on stack to trace, but why would that happen? It is ... (by coder777)
|
by skcpp
Changing the starting address of an array (1,2)
|
|
[20 replies] Last: It's fun trying to work it out though. cpp.sh seems to be allocating ... (by lastchance)
|
by Shadow686
Review of Code C++
|
|
[7 replies] Last: > why is "using namespace std" considered bad practice? It is conside... (by JLBorges)
|
by Shervan360
Get string and save in array of pointers in C++
|
|
[7 replies] Last: If there must be an array of pointers, we can do this: #include <ios... (by JLBorges)
|
by skcpp
Memory Mgmt in C++ (Basic Question)
|
|
[7 replies] Last: the c++ containers can be used in place of new and delete if you want ... (by jonnin)
|
by geovoulg
Implementing queue using an array
|
|
[6 replies] Last: Thank you all very much for your precious posts! (by geovoulg)
|
by skcpp
Data type on stack
|
|
[10 replies] Last: Duh! Thanks it works now :-) (by skcpp)
|
Passing function pointer down through multiple functions |
|
[7 replies] Last: You have Callback CallBack and _callback . No wonder you can't ke... (by dhayden)
|
by frog1990
Rhombus star pattern
|
|
[6 replies] Last: As C without multiple for loops, consider: #define _CRT_SECURE_NO_W... (by seeplus)
|
by Awesomeness
Storing words into an array from a file in reverse order, and write into a new File.
|
|
[17 replies] Last: @OP Despite your green tick an interesting problem arises if all the... (by againtry)
|