by BlackFrost
Segmentation Fault when trying to count words in a file. (1,2)
|
|
[22 replies] Last: Ended up figuring it out. Still, I owe a lot to you guys for pushing m... (by BlackFrost)
|
by Kyon
Combining Python and C++
|
|
[1 reply] : Python is designed to be embeddable as you describe. Full details are ... (by Duthomhas)
|
by niklas
Bug in program (program crashes at freeaddrinfo())
|
|
[3 replies] Last: /facepalm, i "free'd" the same addrinfo in connectWalk AND tcpConnect.... (by niklas)
|
by kyle11778
using enum...
|
|
[3 replies] Last: got it myself... thanks anyways!!! (by kyle11778)
|
Programming Implementation |
|
[7 replies] Last: I guess I'm going to start looking into Java. Thank you for helping. (by NeckDeepInSyntaxErrors)
|
by kyle11778
getting info from strings...
|
|
[4 replies] Last: Maybe you can use getline (by curioustoknow)
|
by hannes
c++ gui application
|
|
[8 replies] Last: ok, thanks for your advice. I think i'll go for qt now. many thanks... (by hannes)
|
by wlv
About the template function
|
|
[2 replies] Last: Or just delete your swap function as use std::swap. Also, you do no... (by jsmith)
|
by parvati
Convert userinput to lowercase
|
|
[3 replies] Last: You could also use the STL. #include <algorithm> // transform(... (by Duthomhas)
|
by Hiner
Separating Declaration and Assignment
|
|
[2 replies] Last: The above is not C++, it's C++/CLI (by Bazzy)
|
by drjoker
file name from variable name
|
|
[7 replies] Last: [quote=helios]That's just an instance of storing the variable name in ... (by R0mai)
|
by Remis
template specialization for members in classes
|
|
[2 replies] Last: Ah, was very close to the solution. Thanks for you help, I will tes... (by Remis)
|
by ralph
reverse and alternate counting of numbers PROGRAM in for loop C++
|
|
[6 replies] Last: how??? :( (by ralph)
|
by crazyjji
Passing string array problem and accessing class declaration
|
|
[1 reply] : Hello, 2.In order to use a predefined name(identificator) it must b... (by EverBeginner)
|
by hooshdar3
finding an object in a STL list
|
|
[1 reply] : You could break; when you find it and test if(it == website->result... (by Galik)
|
by ICS
"Hello World" C++ Tutorial Error
|
|
[3 replies] Last: Thanks so much guys/gals! Sorry for my late reply but I really appreci... (by ICS)
|
by MottMan
WinAPI or SDL?
|
|
[2 replies] Last: I did try setting up SFML (several times) to finally consult another f... (by MottMan)
|
by MQLGuy
Declaring Global Variables from WITHIN a Function
|
|
[10 replies] Last: You need to objectify. class Driver { private: int your_var... (by Disch)
|
by Toothkiller
Picking ints from strings
|
|
[4 replies] Last: I'm not sure I get what you are asking but if you want to convert a st... (by Galik)
|
by clover leaf
The dumbest thing I ever did
|
|
[3 replies] Last: also this doesn't do anything astounding. It's not like it's a memory ... (by Seraphimsan)
|