by Justanoob
Issues with Vectors
|
|
[1 reply] : shoppinglist.push_back("a"); cout << "Enter your shopping list. Enter... (by SakurasouBusters)
|
by boordman29
What is wrong with my loop?
|
|
[12 replies] Last: Hello boordman29, Your code is 90+% there. This is what I did to make... (by Handy Andy)
|
by Demonstruck
Simple Blackjack Program Error
|
|
[2 replies] Last: THANK YOU. Nobody in my dorm could figure that out, thank you so much. (by Demonstruck)
|
Creating a string program that counts the number of letters in total. |
|
[1 reply] : The i you create on line 20 is not the i you created on line 14.... (by cire)
|
by NavidTak
why return function " *hey " has a strange behavior
|
|
[5 replies] Last: Yeah i should've given a more complete example. To actually see the ad... (by Ganado)
|
by kingkush
How to show contents of pointer when in an array
|
|
[7 replies] Last: Thank you for explaining it to me! i found examples online but was hav... (by kingkush)
|
by Anteeks
Undefined Reference " " Error
|
|
[6 replies] Last: Awesome! Taking out the .cpp files and moving the definitions into th... (by Anteeks)
|
by jeg19
Prime numbers in an interval
|
|
[4 replies] Last: what does the std::cin >> low; do? It usually does the same as: ... (by keskiverto)
|
by Balajanovski
Strange Error, Possibly Linked With Deque
|
|
[2 replies] Last: Thanks (by Balajanovski)
|
by casu4l
Please help with how to manage a yatzy game
|
|
[2 replies] Last: Line 10: That's not the best place to call srand(). srand() should b... (by AbstractionAnon)
|
by desenagrator
Lottery application project help
|
|
[1 reply] : Here is a way to generate the numbers without duplicates. #include <... (by closed account LA48b7Xj)
|
by technoallah
Help with structures
|
|
[2 replies] Last: Line 41-44: tempProducts is a type name, not an instance. You can't ... (by AbstractionAnon)
|
by Cbasic88
(Console) I need to output txt, one character at a time to look like somebodies typing.
|
|
[8 replies] Last: @ JLBorges, you are a genius, and I sincerely thank you for your help ... (by Cbasic88)
|
by PopRockCandy
Sum of Single Input in Recursion Function
|
|
[1 reply] : #include <iostream> using namespace std; int sum_digits(int n) { ... (by closed account LA48b7Xj)
|
by dannyboy77
binary search giving errors
|
|
[1 reply] : Try retyping the (-) minus. (by closed account LA48b7Xj)
|
by blackbone16
Error on compiling functions from header and cpp files
|
|
[7 replies] Last: So, there are two points here: 1) You need to rework your design, as... (by MikeyBoy)
|
by kimrobert
My project Pls Help
|
|
[1 reply] : Dupe Post - >http://www.cplusplus.com/forum/general/199698/ (by SamuelAdams)
|
by Rebug
Comparing strings inside an if else statement
|
|
[2 replies] Last: if( age < 19 || country == Serbia || country == Peru ) std::cout << "... (by JLBorges)
|
msoftcon.cpp |
|
[3 replies] Last: See: https://msdn.microsoft.com/en-us/library/dybsewaf.aspx https://m... (by coder777)
|
How to make vending machine program |
|
[8 replies] Last: Hello, You declared the function as: void EnterMoney(arguments); "vo... (by Nico)
|