by Modern Man19
quadratic solver prt 2
|
|
[3 replies] Last: If you want (really) safe number input, you should check out cire's ro... (by andywestken)
|
by willynilly
The art of Polymorphism
|
|
[6 replies] Last: if you want it in the command promp also then use cout and myfile str... (by andywestken)
|
by youmair
need Help with "assertion Failed"
|
|
[2 replies] Last: Thank you MiiNiPaa Problem Solved :) (by youmair)
|
by tahanaqvi
simple program to know your skill... can you write this?
|
|
[1 reply] : Please note, that this is not a homework site. We won't do your homew... (by MiiNiPaa)
|
by willynilly
trouble with fstream and polymorphism
|
|
[2 replies] Last: Oh so, it could be a function within a class. Okay now that its settle... (by willynilly)
|
by beginnervn
help with my card game
|
|
[1 reply] : Your code does not compile. #include <cstdlib> and it is <ctime> no... (by agt)
|
Passing Arguments |
|
[2 replies] Last: This should answer all of your questions about arguments and functions... (by vasilenko93)
|
by gghf
Need help alphabetizing my string vector!!
|
|
[2 replies] Last: Please, take a look here: http://www.allaboutlearningpress.com/how-to... (by condor)
|
Help with functions |
|
[8 replies] Last: Read the links I provided, they will explain functions really well. ht... (by vasilenko93)
|
by Doc 4141
Word Counter
|
|
[2 replies] Last: oh right lol I forgot that the next question asked to use a string obj... (by Doc 4141)
|
by amitk3553
to create memory locations
|
|
[1 reply] : 1) Queue is a container which support insertion on the one side and re... (by MiiNiPaa)
|
HELP, Stuck on this |
|
[1 reply] : Looks like you have an infinite loop. int i=0; ... while (i==0) Th... (by vasilenko93)
|
by KvltKitty
Problem with 2D array
|
|
[3 replies] Last: always that your inner loop - for(j=0;j<8;j++) - starts,j it's initial... (by eyenrique)
|
by jlpurnell
Function to check for negatives
|
|
[3 replies] Last: Thanks! (by jlpurnell)
|
by Khillz3000
swich with if statement not working
|
|
[4 replies] Last: Thats really good advice. I will use it in the future! Thanks! (by Khillz3000)
|
by Modern Man19
Quadratic solver
|
|
[1 reply] : set bfail to true when you declare it (by closed account Dy7SLyTq)
|
by Khillz3000
searcharray pulls number from wrong array
|
|
[2 replies] Last: What am I doing wrong? I have messed with it more and discovered that... (by Khillz3000)
|
by ambt
help in menu-driven "introduction to C++ class"
|
|
[2 replies] Last: please (by ambt)
|
by iTechHD23
median not out putting correct info
|
|
[2 replies] Last: You don't actually have to sort the array to find the median, just the... (by xxicemanx)
|
trouble with printf command |
|
[6 replies] Last: what do you mean by out of place? (by Hedgehog Ninja)
|