by treassach
Cost calculator function
|
|
[1 reply] : double delivery_charge (const double ounce) { const double cost = 3.... (by TheIdeasMan)
|
by b166er
really new to coding dice game
|
|
[4 replies] Last: Hope your class goes well, sure it will with the experience u have to ... (by b166er)
|
by zahra2018
help with this code
|
|
[2 replies] Last: try using a double... double a,b,c,d,e; (by DirtyDan)
|
by Supershock01
Help with output file
|
|
[2 replies] Last: Oh, okay thank you very much! (by Supershock01)
|
by joshuatz
classes
|
|
[2 replies] Last: the setall function is supposed to initialize the class members. than... (by joshuatz)
|
by verdastelo
cin >> n doesn't work
|
|
[4 replies] Last: Thank you, Moschops! The program works now! ^_^ (by verdastelo)
|
Ofstream not changing target file |
|
[1 reply] : I would check the status of bookWriter after the open() call to make s... (by koothkeeper)
|
by MaBunny
Pointer Example: Some Problems Part 2
|
|
[2 replies] Last: http://stackoverflow.com/questions/1744665/need-help-with-getline #i... (by Bdanielz)
|
by rajhansk
I want to make program with a GUI
|
|
[1 reply] : You could look into using a graphics API or library. You might look in... (by CGunn86)
|
by mtbayat
Check if an array elements exist in the another array
|
|
[11 replies] Last: Remove the system("pause"); altogether. There is no sane reason to h... (by keskiverto)
|
by qwewq149
C++ iterator, function not running
|
|
[3 replies] Last: Of course. Within your class definition (lines 5-24) you do declare (... (by keskiverto)
|
by chachika
what is problem? i don't know ...
|
|
[2 replies] Last: main problem: int main(){ vector<ocean> x(N); // This actually cre... (by tipaye)
|
by CGunn86
C++14 Question about auto
|
|
[1 reply] : I agree. I prefer writing the return type explicitly. It makes it much... (by Peter87)
|
by Shadyx
Need help with the correct use of "IF"
|
|
[6 replies] Last: Thanks to all who helped, marking the topic as solved. (by Shadyx)
|
by MaBunny
Pointer Example: Some problems
|
|
[6 replies] Last: No,could you write the code in here,the site is too slow for me to loa... (by MaBunny)
|
by ankit137
Problem in isalnum
|
|
[3 replies] Last: What about a string A string contains a series of characters. Each c... (by Chervil)
|
by moonman239
Day of week calculator off by 1 day
|
|
[2 replies] Last: What day of the week was Julian day zero? The answer to that question... (by dhayden)
|
Template class Linked List |
|
[1 reply] : just had to put the functions into the .h files (by AmazingBKaiser)
|
by csnook
Reversing the String
|
|
[4 replies] Last: It actually looks like your assignment operator is working incorrectly... (by GRex2595)
|
by Zulu93
Cpp 2D struct Array
|
|
[3 replies] Last: Your struct charData can hold the complete line so there is no need fo... (by Thomas1965)
|