by marhuum
having from std string type object, a pointer to non-constant char
|
|
[2 replies] Last: string str; char tmp ; if (fgets(tmp, 19, stdin)) //inject standard C... (by jonnin)
|
by Orlando1130
Help With this Sales Project
|
|
[9 replies] Last: ... now that I am 99 percent done ... I admire your optimism. As y... (by doug4)
|
by KarelCode
Icinga2 API - delete bug
|
|
[3 replies] Last: I've no idea. I just commented on a couple of observations that would ... (by salem c)
|
by marhuum
The char str[700] in C++ string syntax
|
|
[1 reply] : Something roughly equivalent would be std::string str(700, 0); How... (by helios)
|
by mlanuri10
Word concordance using BST as a data structure
|
|
[no replies]
|
by marhuum
reset/purged static variables in the C/C++ function
|
|
[4 replies] Last: @dhayden, thanks for pointing out. this is something I never learned m... (by malibor)
|
by SarahSorcery
for loop to sum all even ints
|
|
[5 replies] Last: #include <iostream> using namespace std; int main() { int x, y,... (by eyssant)
|
by jebek9
remove duplicates strings
|
|
[15 replies] Last: or, signal end-of-file on your terminal. On Linux, press Ctrl-D. On W... (by mbozzi)
|
by AleGreco6
How to get out * on the display - C++ 11
|
|
[1 reply] : http://www.cplusplus.com/articles/E6vU7k9E/ (by Repeater)
|
by bean
Progress bar in Winsock transfer file
|
|
[7 replies] Last: Well recv() makes no guarantees about filling your buffer. You can ma... (by salem c)
|
by marhuum
Definitive way converting C source codes into C++
|
|
[4 replies] Last: If the C code compiles and works as wanted why change it? As a learni... (by deleted account xyzzy)
|
by pajaPatak
Radix sort negative integers problem
|
|
[3 replies] Last: if you never need it, negative addressing IS legal, but you need to en... (by jonnin)
|
by marhuum
C strtok_r() for C++
|
|
[2 replies] Last: Or better yet use C++ string and some of the standard C++ string funct... (by jlb)
|
by SgtSchultz
Accessing Child Members From Array of Parent
|
|
[4 replies] Last: > why did you choose to use structs? If that makes a big difference t... (by JLBorges)
|
by Orlando1130
Help with Number Analysis Program
|
|
[12 replies] Last: Hi guys update: I finally got my code to work! Not 100% sure what I di... (by Orlando1130)
|
by marhuum
C's strdup() equivalent in C++
|
|
[1 reply] : Assignment. You just do s2 = s1 and voila, instant copy of a string. (by salem c)
|
by malibor
mensaje
|
|
[1 reply] : I don't see a question in that wall of text, yet the OP marked this to... (by deleted account xyzzy)
|
Personal fields or members that give function/method properties? |
|
[7 replies] Last: [quote=malibor]I believe the OP is refering to either std::variant ..... (by deleted account xyzzy)
|
by raneie
Working with arrays
|
|
[no replies]
|
by LHHH25
Functions Calculator
|
|
[1 reply] : Use Code Tags: //Your Code Here You don't have any function... (by zapshe)
|