by RAVSHAN02
Need More Help with Code Problem
|
|
[1 reply] : Your code seems to be fine. I see no errors. It compiles, it runs. I ... (by pearlyman)
|
by Deliberation
pointer1 = pointer1 ->pointer2 syntax
|
|
[1 reply] : A pointer is a variable that points to an address in memory. You can a... (by DyslexicChciken)
|
Assistance needed in my code. |
|
[3 replies] Last: Let's fix that, at the start of the function create a variables upper... (by LendraDwi)
|
by CGunn86
File input problem.
|
|
[13 replies] Last: Ts about the length and delimiters, but if its work. Then its Great :... (by LendraDwi)
|
by iskandar
calculating averages with loops
|
|
[2 replies] Last: Thanks That did it. I feel like an idiot. I swear it is always the sma... (by iskandar)
|
Xcode / Visual Studio question |
|
[1 reply] : Don't cross-post. One thread is enough. (by helios)
|
by Kiallendor
While Loop and Return New Value.
|
|
[1 reply] : Never mind I figured it out. When I went through the program I got th... (by Kiallendor)
|
by CrypticA1
programming class
|
|
[5 replies] Last: it works FINAL RESULT #include <iostream> // input and output #... (by CrypticA1)
|
by mntp3lt
"Expected primary-expression before" with for loop.
|
|
[1 reply] : class is a reserved word in C++. Use some other variable name. Not... (by AbstractionAnon)
|
by Deliberation
Return Value and Location of function
|
|
[2 replies] Last: And please, do not double post. It clutters forums and spreads attempt... (by MiiNiPaa)
|
by GFring
returning 2 values by passing pointers to function
|
|
[6 replies] Last: You're welcome. Pointers can be one of the more difficult parts of C/... (by closed account E0p9LyTq)
|
by Winsu
I'm getting a strange warning
|
|
[4 replies] Last: I dont know but I think that I have always declared a n object without... (by Winsu)
|
by narimanid
Draw a line in MS VC++
|
|
[3 replies] Last: There is Windows' GDI LineTo function: https://msdn.microsoft.com/e... (by closed account E0p9LyTq)
|
need help with conditional statements |
|
[4 replies] Last: #include <iostream> #include <string> #include <thread> #include <chr... (by JLBorges)
|
by cpluswut
Please help me!!!
|
|
[3 replies] Last: Thank you so much MiiNiPaa, your insight by using the || was great and... (by cpluswut)
|
by Ruthgar
Calling a switch statement from a do-while loop.
|
|
[2 replies] Last: Ok, Thank you. I will confess that the first 8 weeks of this class we... (by Ruthgar)
|
by ImaVampire
Using the if statement with inputs
|
|
[4 replies] Last: Thanks for the help, got the y's and n's to work. Cant get the error m... (by ImaVampire)
|
by Aideux
Variance help?
|
|
[2 replies] Last: I was only asked to calculate variance, so I just went with the easies... (by Aideux)
|
Having trouble with array sizw |
|
[no replies]
|
by zacklucky
int to string conversion issues
|
|
[3 replies] Last: I was a little confused, after some tinkering I realized that all I ne... (by zacklucky)
|