C Program not giving correct output |
|
[5 replies] Last: Ah ok thanks guys. (by Cheetofingers)
|
by fahod1990
change the loop
|
|
[2 replies] Last: // Program Looping uses a count-controlled loop to read and // sum 10... (by closed account 48T7M4Gy)
|
by cjp2010
Need help with a loop I made.
|
|
[8 replies] Last: Cheers chree3pO, If there was only one way then all we'd have to do i... (by closed account 48T7M4Gy)
|
by rdydmngz
program stops running in case 1
|
|
[1 reply] : That is because your while loop is executing infintely. It runs so lon... (by TheKingOfTyrants)
|
help with program |
|
[3 replies] Last: It is not necesary... you are alright... :D....I edited.... thanks (by Java90)
|
by PHYSGRL
Making a Makefile
|
|
[3 replies] Last: Um, there shouldn't be any file named "Makefile.cpp". A makefile is no... (by Duthomhas)
|
by Endymion
I can't get my second diver to appear
|
|
[7 replies] Last: I also don't know how validate the yes no at the end of the program. (by Endymion)
|
by fahod1990
filled in the missing code
|
|
[4 replies] Last: OK ... here it is again. I think you must have missed something. #i... (by closed account 48T7M4Gy)
|
by august30
My First C ++ Program (Determining Prime Factors of a Number)
|
|
[3 replies] Last: Wow! Thank you very much for your replies. I will try it again. (by august30)
|
by fahod1990
help me out please
|
|
[3 replies] Last: there is something wrong could you please write the codes again ? the ... (by fahod1990)
|
by elffoot7
Functions using different programs to compile
|
|
[4 replies] Last: if (name !== '') word } What is "word"? EDIT: string firstn... (by TheToaster)
|
by Kernul
Tic Tac Toe Game
|
|
[11 replies] Last: Please mark this thread as solved if you have solved your issue. :) (by TheToaster)
|
by SgtSilock
How can I loop back to start of this simple programme?
|
|
[3 replies] Last: Okay loops are used to do something repeatedly while a certain conditi... (by closed account SECMoG1T)
|
by patriic48
Adding elements to one sum
|
|
[1 reply] : Fixed it!!! for (int i = 0; i < sizeOfVector; ++i) { sum = su... (by patriic48)
|
Need help linking structure with function and switch statement. |
|
[3 replies] Last: You need to pass them as arguments. Line 56: You're not calling A... (by AbstractionAnon)
|
by tdk93
input of a program from file but no output on stdout
|
|
[2 replies] Last: This did it. Thanks a ton! (by tdk93)
|
by patriic48
Calculating Average value of values in a dynamic vector
|
|
[1 reply] : If you had a list of numbers on a piece of paper, how would you calcul... (by Peter87)
|
by azl4182
Printing out a Monthly Calendar
|
|
[7 replies] Last: *update* #include <iostream> using namespace std; int main() { ... (by azl4182)
|
by Nielyboyken
Can't seem to understand fork & exec
|
|
[4 replies] Last: I got the code to do it. int pid = fork(); if (pid == 0) { execl("... (by Nielyboyken)
|
by patriic48
Cin to a vector
|
|
[6 replies] Last: You are filling it. It is just you are creating equal amount of zeroes... (by MiiNiPaa)
|