Need help with array type question |
|
[1 reply] : #include <iostream> template < typename T > void print_subsequences(... (by JLBorges)
|
by Seralle
Help with blank outputs in while loops
|
|
[2 replies] Last: Hi, Please always post all of the code, don't leave out the include s... (by TheIdeasMan)
|
by Shibitto
How do you convert c++ to c# the old fashioned way
|
|
[5 replies] Last: string buffer = Console.ReadLine(); input1 = Convert.ToDouble(bu... (by Shibitto)
|
by rsteinhauer
Error checking issues
|
|
[5 replies] Last: for( const auto& ticket : lotto_tickets ) // for each lottery ticket ... (by JLBorges)
|
by Nichismoke
Trying to make a database
|
|
[3 replies] Last: Hello Nichismoke, I refer you to the code in your first post. Line 33... (by Handy Andy)
|
by thorman29
Knight's Tour Using Warnsdorff's
|
|
[no replies]
|
by pakitowicz
Fun with Functions
|
|
[5 replies] Last: We will never get zero as this is clearly division so any number bein... (by elohssa)
|
by mjones382
getting errors golfer1 must have class type
|
|
[2 replies] Last: ok, thank you for the help. (by mjones382)
|
by poohbear
cin fail
|
|
[3 replies] Last: Hello poonamp6792, Give this a try: std::cout << "adult tickets s... (by Handy Andy)
|
ambiguous reference |
|
[1 reply] : On line 8 the compiler doesn't know if you want your hash class or std... (by Peter87)
|
by stormbot
Issue when dividing/modulus?
|
|
[4 replies] Last: #include <iostream> #include <cstdlib> // for std::abs(int) using nam... (by JLBorges)
|
by sam0987
Find specific string and return that string
|
|
[2 replies] Last: Double post: http://www.cplusplus.com/forum/beginner/230469/ (by Thomas1965)
|
by sam0987
need to find from either strings and print
|
|
[3 replies] Last: A very crude way to read the file into different parts. ifstream src... (by Thomas1965)
|
by arielga96
Dynamic Matrix. Random numbers and size problem.
|
|
[2 replies] Last: Thanks Solved. (by arielga96)
|
by Elarionus
Playing NIM with modified conditions
|
|
[no replies]
|
Vending Machine |
|
[1 reply] : this topic might help you: http://www.cplusplus.com/forum/general/2304... (by hammerman)
|
by cosimo
iota is not a member of std
|
|
[5 replies] Last: Thank you kesikeverto, I understand. I did try to plug the c++11 compi... (by cosimo)
|
by An Integer
Grammar for calculator
|
|
[3 replies] Last: Am I wrong to bump this? (by An Integer)
|
by CJ91
Creating a cube with multiple planes
|
|
[2 replies] Last: Brilliant we will give these a shot and see how it works, we managed ... (by CJ91)
|
Reason for printing of 10 at end of line? |
|
[1 reply] : Hello swezafor, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS (t... (by Handy Andy)
|