by kartracer12
console problem, running in background
|
|
[2 replies] Last: ok, well maybe i'll pick this project up once i understand windows a b... (by kartracer12)
|
by jcorral79
i need advice on how to write functions
|
|
[3 replies] Last: You can use global variables or pointers (if you have learned about po... (by Scipio)
|
by yandreiy
c++ simple problem
|
|
[7 replies] Last: Thanks for the information. I'm not very familiair with self-created h... (by Scipio)
|
by appleCORE
for loop
|
|
[4 replies] Last: The code should: - Be put in main a main function - Have iostream in... (by Somelauw)
|
by sanzilla
Member functions inside struct
|
|
[2 replies] Last: well , I don't know why I don't seen that . anyway need's more patien... (by sanzilla)
|
by CheesyBeefy
Optimizing code
|
|
[18 replies] Last: Perhaps: int current; int prev; int prevprev; for(current = 1, ... (by QWERTYman)
|
by matt570
function does not take 0 arguments
|
|
[2 replies] Last: You mean line 235 :) (by Timaster)
|
by SoulReaver
Pointer to 2D Array into Function
|
|
[3 replies] Last: In order to pass a 2-dimensional array to showMap, showMap has to hav... (by jsmith)
|
by cannsyl
Struct of Arrays and pointer manipulation
|
|
[1 reply] : I don't know what this does: struct Donor { i... (by jsmith)
|
by CheesyBeefy
Arrow Key Identifiers
|
|
[8 replies] Last: Many of the "special" keys on a keyboard -- Up, Down, Left, Right, Hom... (by jsmith)
|
by putyoursoxon
Counting vowels program creating loop
|
|
[14 replies] Last: Here is your code: #include <iostream> #include <string> usi... (by Scipio)
|
by Poke386
Problem with 2-D arrays
|
|
[9 replies] Last: Well, i dont fully understand what your code is trying to do. But it o... (by Scipio)
|
by TapaniS
Winnie - from Sourcecode
|
|
[10 replies] Last: Hi again, Thanks Bazzy! Now I got it! It works! Hmm... Obviousl... (by TapaniS)
|
by dronsf
Array homework question.
|
|
[6 replies] Last: You'll have to return double as well, and your addition has a little m... (by Poke386)
|
by bluezor
Unable to calculate final score properly
|
|
[3 replies] Last: This is the new one. This copy was never posted in the General C++ Pro... (by bluezor)
|
by nram2323
Finding the GCD in C++ Program
|
|
[11 replies] Last: here's a hint, I won' t write the code for you: the GCD of x and y ... (by grcunning)
|
by cascade384
for loop
|
|
[4 replies] Last: I used [distance = .5 * 9.8 * pow(count,2.0);] instead of [distance = ... (by cascade384)
|
by krilin978
Strings logic!!
|
|
[1 reply] : First read: http://www.cplusplus.com/forum/articles/1295/ Then rea... (by firedraco)
|
by Somelauw
iostream, fstream which do I need for handling files?
|
|
[2 replies] Last: Thanks you are right: tellp and seekp are for input tellg and seekg ... (by Somelauw)
|
by jrock
selection sort
|
|
[3 replies] Last: Again you didn't print them. (by Somelauw)
|