by Angela020395
Not really sure why my program isn't running but can someone correct the errors
|
|
[2 replies] Last: void main() isn't C++. int main() is C++ Your findcost function i... (by Repeater)
|
by tadinaaawr
Creating global and local objects
|
|
[2 replies] Last: three of them to get you started: int global; static int persists; vo... (by jonnin)
|
cin and geline |
|
[3 replies] Last: Thank you all for your help and reply! (by closed account Gv0G3TCk)
|
by PichDereck
[NEED HELP] Program for creating a random deck of cards
|
|
[1 reply] : It is in french, but you can easily understand it. French grammar is ... (by Enoizat)
|
by Dietmil20
Need help with a Test average application
|
|
[6 replies] Last: ok, i got it working, it was the program i was using(i was using jdood... (by Dietmil20)
|
by NOSgraf
I don't get what is wrong with my program
|
|
[2 replies] Last: οκ now i get it thank you. I thought the numbers in a string were s... (by NOSgraf)
|
by jokersleuth
Can't search an array of objects for a matching string
|
|
[1 reply] : On line 13: Index != -1 is the positive case. You have it backwards.... (by coder777)
|
by hh98265
Displaying an array
|
|
[7 replies] Last: @hh98265 One way would be to change line 13 and 14 to.. int i = 0; ... (by whitenite1)
|
by kopev
add two char*
|
|
[4 replies] Last: what the point of using std::memcpy if it has the same parameter than... (by mbozzi)
|
by tgrump
Please help me with my C++ code! (using fstream)
|
|
[1 reply] : Hello tgrump, Welcome to the forum. I think you tried to use code tag... (by Handy Andy)
|
by f2200j
Problem reading input file
|
|
[4 replies] Last: That worked. Thanks (by f2200j)
|
by zablas
What is the best MOOC to learn about algorithms and data structures in C++?
|
|
[2 replies] Last: you will notice that 85% of a classic ds/alg class is found in the STL... (by jonnin)
|
by mcr1
Help Me Understand: weird practice question
|
|
[1 reply] : I think one point it's trying to get at is how cin works - if the inpu... (by wildblue)
|
by LastSeen
FCFS Scheduling Algorithm
|
|
[4 replies] Last: Thank you for the replys,ill see what i can do based on the suggestion... (by LastSeen)
|
by hh98265
Help *urgent
|
|
[7 replies] Last: In the for loop at line 13-14 the code outputs all 100 elements of the... (by wildblue)
|
by vpham1
im stuck on this
|
|
[4 replies] Last: #include <iostream> #include <cmath> int main() { double a, r = ... (by mbozzi)
|
FLTK function help |
|
[no replies]
|
by vpham1
help pleaseeee
|
|
[5 replies] Last: here you go: #include <iostream> #include <string> int main() { ... (by closed account SECMoG1T)
|
by waschbaer
Multimap, How to find an element in map with its value but not the key?
|
|
[2 replies] Last: https://stackoverflow.com/questions/37950521/finding-an-element-in-a-m... (by gunnerfunner)
|
by Alexis2020
I need help starting the program for this assignment
|
|
[1 reply] : price = 100 roomsBooked = ? discount = 0 if(specialOccasion) { i... (by BerlingSwe)
|