by Dvir Arazi
Is it possible to make a variable that is only accessible to certain functions?
|
|
[4 replies] Last: If only I knew it was that simple. Now you know it is simple. :D I... (by closed account E0p9LyTq)
|
by LTJska82
Using a Function to read from a .txt
|
|
[2 replies] Last: Oh derp, I had that set as a float in the original program. I switched... (by LTJska82)
|
by helena97
string problem
|
|
[10 replies] Last: Hello helena97, Sorry I did not find this until this morning and by a... (by Handy Andy)
|
by Zejific
Accept Duplicate Input In Array
|
|
[1 reply] : 1. Could you replace the goto with loop(s)? 2. Line 7: you create a... (by keskiverto)
|
by garza07
Must use functions
|
|
[7 replies] Last: too many else ifs. should use case switch there really. That can be... (by closed account E0p9LyTq)
|
by asteele27
Trouble with a switch statement
|
|
[2 replies] Last: That did the trick. Just have to tweak it a little and add a default c... (by asteele27)
|
by austin66887
Assignment help
|
|
[4 replies] Last: Hello austin66887, Good to hear you got it working. If you are finis... (by Handy Andy)
|
by ofeliedeceai
Implementing methods to move elements from one stack to another
|
|
[no replies]
|
by ofeliedeceai
Creating a "fill()" method for my Stack class
|
|
[3 replies] Last: Nevermind, I figured it out. The loop was endless because I forgot my ... (by ofeliedeceai)
|
by helena97
i cant make it return to main choose after making ordering (1,2,3)
|
|
[50 replies] Last: Hello helena97, To start with, what IDE/compiler are you using? When... (by Handy Andy)
|
by Bakenhuman
Quadratic equation (Help).
|
|
[3 replies] Last: Thanks @ganado and @tpb I am so blind lol! (by Bakenhuman)
|
by ofeliedeceai
Finding common words from two texts
|
|
[5 replies] Last: Also, is it possible to do it using only pointers? (we can use strtok,... (by ofeliedeceai)
|
by jen400
Linker problems?
|
|
[13 replies] Last: it won't run any of the Dmax functions but will ask if the user want... (by closed account E0p9LyTq)
|
by Manga
This one defeats me...
|
|
[3 replies] Last: Thanks icy1. That was the easiest solution in the world. Perhaps even ... (by Manga)
|
Newer c++ to old c++ Code |
|
[6 replies] Last: How can I conver this to older c++ code. Define "old C++ code," ple... (by closed account E0p9LyTq)
|
by lhamfi95
find out
|
|
[2 replies] Last: Hello lhamfi95, The instructions are easy to follow. 1. Get five num... (by Handy Andy)
|
by fishersoap
Debugging in C++
|
|
[4 replies] Last: I use a mixture of techniques... adding print statements (be sure to... (by jonnin)
|
vector.erase doesn´t work |
|
[3 replies] Last: oh, lol, I also missed that semicolon ;D That would do it! (by icy1)
|
by ofeliedeceai
Inserting something in a string after certain pre-defined characters
|
|
[2 replies] Last: Wow, that was easy! Took me 10 minutes to do it after reading your ans... (by ofeliedeceai)
|
by cidex
Return vector in function
|
|
[5 replies] Last: Thanks @keskiverto for the quick replay. Also to your first comment on... (by cidex)
|