by mynameinc
Using string as part of a structure variable
|
|
[5 replies] Last: Thanks for the help with structures and pointers; I learned it from a ... (by mynameinc)
|
by oontvoo
EOF marker and EOF signal
|
|
[2 replies] Last: EOF is a carry-over from C, equivalent to std::char_traits <char> :... (by Duthomhas)
|
by kiki89
Character in C++ with OpenGL
|
|
[2 replies] Last: Judging from the phrasing, I infer this is either for school or work. ... (by helios)
|
by Dufresne
system("ping" ) fails!
|
|
[8 replies] Last: Never use the system function. It's bad practice and is a huuuge secur... (by Seraphimsan)
|
by Meyer9000
problems with std::vector
|
|
[8 replies] Last: yes yes dont worry. im aware of it. i think that by tomorrow ill post ... (by Meyer9000)
|
by aLLtimeLOW
HOw will i make a 5 X 5 2D array w/ diagonal sum.
|
|
[4 replies] Last: 1) This is the General C++ Forum 2) Why don't you watch your mouth? ... (by psault)
|
by waterborne
Accessing file on another computer with Authentication
|
|
[1 reply] : Hi, I just found out the answer to my question. What I did was map ... (by waterborne)
|
by bymaks
External Applications Running Turbo C + +
|
|
[2 replies] Last: haha that's awesome! ~psault (by psault)
|
by laozieboy
STRSTR searching
|
|
[1 reply] : You've got some bugs to fix. But first off, what you're passing to st... (by psault)
|
by dkaip
An include problem
|
|
[3 replies] Last: Compiler take both. Need using namespace std; Thank's Jim (by dkaip)
|
by player6
A Question of Template class
|
|
[1 reply] : You have to put the code for the template in the header file; it canno... (by jsmith)
|
by Vidus
Question about audio programming
|
|
[7 replies] Last: I got an idea of how it works now. I started coding it earlier today, ... (by Vidus)
|
by pozdrav
pointers and objects, another question.
|
|
[1 reply] : -> takes a pointer on the left side . takes an object on the left sid... (by Disch)
|
by gnwillix88
Find maximum number!
|
|
[11 replies] Last: This is the shortest and simplyest solution: #include <iostream... (by sprecho)
|
by Incubbus
relating classes
|
|
[1 reply] : hmmm... well... if anyone is interested... I add an wrapper-clas... (by Incubbus)
|
by pozdrav
free a pointer object
|
|
[2 replies] Last: Great! thank you very much (by pozdrav)
|
by caldin
defining insertion operator (1,2)
|
|
[24 replies] Last: yes, because you still have to change the declaration in your class. I... (by maikel)
|
by sporx
Big O notation
|
|
[2 replies] Last: See also http://www.cplusplus.com/forum/beginner/15528/ (by jsmith)
|
by JRevor
Problem with STL
|
|
[5 replies] Last: Thanks a lot for the answers. There's a lot to be learnt from you, guy... (by JRevor)
|
by Mee
A better way?
|
|
[4 replies] Last: That would be a neater looking way to store it, but would it speed it ... (by Mee)
|