by csharp
stack struct function
|
|
[no replies]
|
by nocod123
Keep getting the wrong answer for matrix determinant
|
|
[no replies]
|
by Orval
Whats the point of Privates in classes?
|
|
[2 replies] Last: In your code above there are 2 functions. 1 to set the value and the o... (by shadowCODE)
|
by slickvik01
Don't understand data structures...
|
|
[1 reply] : movies_t movie is the data type of the argument/parameter. Just like h... (by CS Student)
|
by sirrunrun
simple code but still wrong C program
|
|
[6 replies] Last: I agree. scanf doesnt always works properly. (by slickvik01)
|
by joeaswe1
Switch statement, long distance call
|
|
[1 reply] : if ((start_time >= 8) || (start_time <= 18)) This will always be tr... (by Disch)
|
by kong288
Please show me what snip of code is faster.
|
|
[1 reply] : They're both comparable. I wouldn't worry about figuring out which on... (by Disch)
|
by still2blue
Functions question
|
|
[2 replies] Last: Oh goodness! Thank you so much. Overlook on my part. (by still2blue)
|
by michael1320
Help with file loop
|
|
[no replies]
|
by alexBB
Assigning values to complex numbers
|
|
[17 replies] Last: OK, I am compiling the code now. Thank you for your help. Alex. P.S. ... (by alexBB)
|
Program uses a loop to display the characters for the ASCII codes 0 through 127. 16 characters per line. |
|
[1 reply] : Yes. (by fg109)
|
How do I use .def files? |
|
[no replies]
|
by uchi240
How to grab separate inputs and count the vowels
|
|
[9 replies] Last: Thanks everyone for the help!!!!! (by uchi240)
|
by mgjohns61585
Celsius to Fahrenheit
|
|
[1 reply] : you must put 5.0/9 either the result would be 0 * anything else = 0 , ... (by closed account E3h7X9L8)
|
by VVS
++ -- expressions
|
|
[2 replies] Last: the for statement will increment x by 1 (x++) till j which is initial... (by closed account E3h7X9L8)
|
iterator problem with vectors |
|
[2 replies] Last: oh so that was the catch thank you :) (by closed account E3h7X9L8)
|
by rahul820
need help shape
|
|
[1 reply] : enjoy :) #include <iostream> using namespace std; int main() { in... (by closed account E3h7X9L8)
|
by wytmust84
Please explain simple while loop formatting error.
|
|
[2 replies] Last: Thanks so much. That fixed it. I'm new to c++ so forgive my ignoranc... (by wytmust84)
|
by sysmassjo
Boolean function error
|
|
[4 replies] Last: dhayden Thank you very much you are such a great guy. And thanks to t... (by sysmassjo)
|
by mqazi
Casting Pointers
|
|
[1 reply] : The first, meaning that p will point to the byte of x with the lowest ... (by dhayden)
|