by dannyboy77
averages of my arrays are not right and letter grades are not showing up
|
|
[2 replies] Last: Thank you!! (by dannyboy77)
|
by jlbrown314
I am completely lost!!! PLEASE HELP!!!
|
|
[1 reply] : Thank you! Here is what I have so far: #include <iostream> using name... (by jlbrown314)
|
by J3mzz
Multiply variable and double
|
|
[2 replies] Last: Thank you so much. lol Sorry, im just learning c++ and rewriting one o... (by J3mzz)
|
by seanster
Someone please breifly explain what this assignment is asking for? Im slow
|
|
[3 replies] Last: The first paragraph is just an overview of the assignment. It says you... (by jlb)
|
by kapil2905
How to write a class library in c++ like the one we write for functions
|
|
[3 replies] Last: Thanks mbozzi :), this was really useful. I am now clear of why I was ... (by kapil2905)
|
by leon13
Need help with Programm to print next largest element in array
|
|
[3 replies] Last: Its an amazon interview question i found onlinr. So it must be complic... (by leo11313)
|
by jlmccart01
Trying to use 2D string array, but having compile errors
|
|
[1 reply] : Please copy and paste the exact error message and indicate which line ... (by LB)
|
by masecla33
Optimizer
|
|
[2 replies] Last: Look at powershell if your using windows 7 or newer. (by SamuelAdams)
|
by Frenzy
G++ is deleting my Source Code
|
|
[3 replies] Last: GCC tutorial http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html (by closed account E0p9LyTq)
|
by Putarda
pointer in for auto for vector of poitners causes fatal error
|
|
[5 replies] Last: would need to see `getName()' code. (by ne555)
|
by farhhad
How to create a class of all constant values
|
|
[1 reply] : struct molecule{ double rho; //... }; namespace parameters{ ... (by ne555)
|
by BlairM
Pointers and Palindromes
|
|
[3 replies] Last: No. Make first a program that takes one string, determines the length... (by keskiverto)
|
by bp04
Makefile in Borland C
|
|
[2 replies] Last: I assume you mean 'Borland Turbo C++'? That's slightly better than '... (by TwilightSpectre)
|
by bp04
Merging of two programs
|
|
[4 replies] Last: Well you can add them in main file as well as header files (I am assum... (by shadder)
|
by mrpeed
Good Books for a C++ Beginner
|
|
[6 replies] Last: I would second what BHX said. SFML is easier, in my opinion, to learn... (by JayhawkZombie)
|
by master12
Can Somebody help me
|
|
[1 reply] : please do not double post http://www.cplusplus.com/forum/beginner/1970... (by SamuelAdams)
|
by Frenzy
getline(); only executes once
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/197263/ (by closed account 48T7M4Gy)
|
by Putarda
Returning struct from function is not working for me.
|
|
[3 replies] Last: getPosition unknown override specifier (by Putarda)
|
by newbcoding
Going out of scope and I don't know how to fix it.. Help me!
|
|
[3 replies] Last: Yes, nextDay is suppose to increase day by 1 and then when the day hit... (by newbcoding)
|
by Willo123
Learning C++11 / c++03?
|
|
[2 replies] Last: Thanks man! Appreciate your answer! I'll keep going then =D Oh alright... (by Willo123)
|