by papyrus
Stuck on my project
|
|
[4 replies] Last: By the way that call to rand() is not necessary. (by jlb)
|
by raynierl
Saving a value in a for loop.
|
|
[1 reply] : Since you're doing compound interest, you want to multiply a by pow((1... (by tallyman)
|
by yehozz
Vectors, linear search, bubblesorting program
|
|
[5 replies] Last: Anyone have a suggestion to fix? (by yehozz)
|
by Rayne54
Numbers of Interest using Input/Loops?
|
|
[1 reply] : For the "bool" problem. Look at each of the if statements, do all of t... (by jlb)
|
by alphaburner
Reading a file and defining an array
|
|
[2 replies] Last: Why do you think that the program is not reading the file? Did you get... (by jlb)
|
by AustinCH
couple quick questions
|
|
[5 replies] Last: @TheIdeasMan: That's right! Duh! Thanks for setting the record strai... (by koothkeeper)
|
if and switch statement need help |
|
[3 replies] Last: First thing you must know is that if/else is a statement or series of ... (by PopRockCandy)
|
by ottob
Error code
|
|
[3 replies] Last: first of all, segfault always appear when you access a byte or block o... (by xenovia12)
|
by PirateNeko
Descompose in prime numbers
|
|
[no replies]
|
by meagain
Problem with pointer
|
|
[2 replies] Last: Thank you so much (by meagain)
|
by lock988
Seg fault and bus error
|
|
[3 replies] Last: The input, N, is guaranteed to be from 4-10. So will I go past the end... (by lock988)
|
by Ko2S2shot
Need help with comparing an input to an array list
|
|
[13 replies] Last: Run this... #include <iostream> #include <string> #include <time.h>... (by pearlyman)
|
by zero hl
clear screen
|
|
[3 replies] Last: It depends on what you want to do... #include <iostream> #include <s... (by pearlyman)
|
by Beginner1551
ofstream outFile
|
|
[7 replies] Last: For the sake of completeness, here's my original suggestion in full: ... (by Chervil)
|
by Casperlie
Need help, please
|
|
[1 reply] : Hi, Start by writing some pseudo code, make it very simple to start w... (by TheIdeasMan)
|
by nazis
Prime number | homework
|
|
[9 replies] Last: Yes, inside the Loop, you are needing to check the value of number, g... (by Codermik)
|
by Sh0es
Unable to Construct ifstream Object
|
|
[5 replies] Last: That should work with a conforming implementation of the standard libr... (by JLBorges)
|
About if & if else statement |
|
[4 replies] Last: Choice between two options if (...) this else that Choice... (by closed account 48T7M4Gy)
|
by Beginner1551
Void data types
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> #include <io... (by JLBorges)
|
by b1477
Weird Output
|
|
[3 replies] Last: Hi, I compiled using the gear icon at the top right of the code, I tu... (by TheIdeasMan)
|