by mowie1
hot topic testing problems
|
|
[2 replies] Last: STL so I am multiple files that are just not shown. There are four fil... (by mowie1)
|
by snakec
making header files and library in c++
|
|
[2 replies] Last: Use the first method. The second one may lead to multiple definitions... (by moorecm)
|
by strongdrink
halp with stricmp/case insensitive strings
|
|
[1 reply] : Got it, just made my own function. (by strongdrink)
|
by TNT
A practice need to be solved
|
|
[1 reply] : Whats the question? :P (by strongdrink)
|
by buenas
arrays, pointers, and i/o files
|
|
[1 reply] : char getName() { char name; cout << "What is the filename of the gr... (by Breadman)
|
by Blessman11
accessing linked list members
|
|
[5 replies] Last: Consider a to be element 0, then d is element 3. Slinked_list* iter ... (by closed account D80DSL3A)
|
by Blessman11
passing by reference const
|
|
[3 replies] Last: Yes. If a function f() takes a value x this way: f( const int& x )// ... (by closed account D80DSL3A)
|
by janibeg
Strange things with output
|
|
[4 replies] Last: thanks a lot, try with c as int and EOF works fine! (by janibeg)
|
by honeythigh
newbie (1,2)
|
|
[22 replies] Last: I felt the same way when I started....Though some people just can't ha... (by spoon licker)
|
by vlad61
default links and libraries
|
|
[13 replies] Last: hmm yeah i dunno.. ill try doing it from another computer.. but im thi... (by vlad61)
|
by trig
Selecting certain parts of a image
|
|
[1 reply] : You most probably need an image processing library, this one comes top... (by matsom)
|
by jonsto
write a program that converts a hex string into a decimal integer (1,2)
|
|
[22 replies] Last: does this code look right for the binary to decimal conversion? #incl... (by jonsto)
|
Noobish help needed but anyways |
|
[3 replies] Last: take a pencil and paper and figure out how you can disect the number 1... (by vlad61)
|
by PhysFan
Array class question
|
|
[1 reply] : 1. A big one. 2. Many. 3. Many. For 1) just compile the function and ... (by hanst99)
|
by Titus Pullo
unresolved external symbol
|
|
[3 replies] Last: The problem is your constructor doesn't do anything yet. To be honest,... (by hanst99)
|
by TpOreilly
-> operator
|
|
[5 replies] Last: // Call the GameInitialize function. If it returns // true, then... ... (by hanst99)
|
by over the top
operator overloading
|
|
[7 replies] Last: cin>>x>>y>>z; Is the same thing as cin>>x; cin>>y; cin>>z; Becau... (by hanst99)
|
by Tarou San
Bidimensional Arrays
|
|
[4 replies] Last: Ok, thank you. I ended up modifying the code to a 1D array, thanks to ... (by Tarou San)
|
Creating a windo |
|
[2 replies] Last: And probably not in 6 or 7 lines. Well, maybe with Qt or something, I ... (by hanst99)
|
extremely local variable, or not? |
|
[3 replies] Last: Firstly, may I ask exactly what an 'extremely local variable' is. I ha... (by anonymous23323124)
|