by usercpp
SNMP++ library with QT project
|
|
[4 replies] Last: I understand it. I mean your generated makefile by QT creator. (by Denis)
|
by Incubbus
recv() in new thread does not block...
|
|
[3 replies] Last: found out what happened... my client did send empty data with getline,... (by Incubbus)
|
by baross
C++ cin and data problem
|
|
[1 reply] : On your last output line you forgot a << : cout /*HERE*/ (" ")<<"Pro... (by Bazzy)
|
by lebronjames
How can I relate arrays?
|
|
[1 reply] : Put them in a class or struct. struct StudentInfo { string i... (by Disch)
|
by lebronjames
How to fix this error
|
|
[1 reply] : the error says it all. Your function takes 'int's, and you're givin... (by Disch)
|
by mgarrard14
Inheritance program
|
|
[1 reply] : Read: http://www.cplusplus.com/doc/tutorial/inheritance/#inheritance (by firedraco)
|
by Zhuge
Avoiding a long chain of if-else if blocks
|
|
[4 replies] Last: Right, and I figured that was impossible. For now, I'll just hard-code... (by Zhuge)
|
by ward
charcter arrays???
|
|
[3 replies] Last: Remember, if the arr[ i] must be in the range 'a' <= arr[ i] <= '... (by Duthomhas)
|
by Don321
Accessing a derived class member from a base class
|
|
[7 replies] Last: Thanks to everyone who took the time to reply to my message. I decided... (by Don321)
|
by ulfat
Set Const member value in derived class
|
|
[6 replies] Last: If the base class is closed and does not give you an approprate constr... (by ShaunCroton)
|
by whOOper
I want to go into security were do I go?
|
|
[3 replies] Last: after reading all this.. anybody will drop the idea of hacking.. heheh... (by writetonsharma)
|
by lebronjames
Displaying marks
|
|
[1 reply] : I would make a struct containing the data, an identifier (possibly num... (by closed account S6k9GNh0)
|
by jaaam
C and C++ challenges (1,2)
|
|
[21 replies] Last: Originally posted by helios: void f(){ int *i=(int*)(unsigned(&... (by Lodger)
|
by g0dwyn
Filestream Problems
|
|
[3 replies] Last: Ah, good to know. Thanks Bazzy and helios for the help! (by g0dwyn)
|
by lebronjames
Linear Search
|
|
[3 replies] Last: ID is the student ID that the user enters to display the mark. It cons... (by lebronjames)
|
by zeolite
Initializing a struct while calling a function (1,2)
|
|
[26 replies] Last: Ahh, but it has to iterate through the container and call constructors... (by helios)
|
by dmoore210
Formatting Output File
|
|
[11 replies] Last: The best solution is to use Excel as an OLE component in your applic... (by Duthomhas)
|
by amanyasin
To find adjacent vertices using Boost Graph....
|
|
[no replies]
|
by effective
Request ebook
|
|
[1 reply] : How can you call yourself a netizen and not be able to find an ebook? (by helios)
|
by Demon
Debug error
|
|
[5 replies] Last: As kbw said, Line 30 filetype = new char[strlen(ft)]; needs more r... (by closed account z05DSL3A)
|