by PoinP
Trying to make a BlackJack game
|
|
[3 replies] Last: Generating and displaying a deck of cards is not that hard, with some ... (by closed account E0p9LyTq)
|
MATH PROBLEM |
|
[3 replies] Last: There are 3 numbers ending in 2, 3, or 9 between 10n and 10(n+1). So y... (by tpb)
|
by Gerkers
C++ Switch statement
|
|
[2 replies] Last: Thank you, that resolved my problem. (by Gerkers)
|
by dgpl2070
Help reading a file
|
|
[3 replies] Last: The problem with this approach is when you open the input file the fil... (by Thomas1965)
|
by tyler21210
help with paramter functions
|
|
[1 reply] : You need to declare the function before you can use it, like you have ... (by Peter87)
|
by Dtodorinov
Data Structures and Algorithms
|
|
[1 reply] : Read each input into a string. If you can convert the string to a num... (by Repeater)
|
by RachelAnne
Passing data to a member function
|
|
[2 replies] Last: You could make selection a string and use an if-else statement. stri... (by Thomas1965)
|
by holyheck
error: invalid conversion from 'char' to 'const char*'
|
|
[2 replies] Last: char lit ; Why even have an array if you know it's 1 letter long...?... (by Ganado)
|
by sciman777
How to read user entered polynomial?
|
|
[5 replies] Last: Thank you guys for your help! I think I need to learn more about C++ ... (by sciman777)
|
by bkara
Opening file explorer, then selecting a text document and then converting that text document?
|
|
[4 replies] Last: It doesn't sound like any automation here is necessary, it just needs ... (by Ganado)
|
How can I obtain an hexadecimal value how a string? |
|
[7 replies] Last: I'm just as confused as everyone else -- what's the ultimate goal? ... (by icy1)
|
by franpetrini
Problem Running Tic Tac Toe game
|
|
[2 replies] Last: Start i at 0. Then at the very beginning of your while loop, increment... (by Manga)
|
by evano
Requesting c++ programming books and wed development books
|
|
[no replies]
|
by One Pea
Find the two largest elements in an array in n+log (base2)(n) comparisons
|
|
[2 replies] Last: the math is the number of comparisons needed, this is called big-O not... (by jonnin)
|
by EloyRD
Vector of pointers from inside a class to another class
|
|
[2 replies] Last: @lastchance. Thanks a lot. I do have included: #include <iostream>... (by EloyRD)
|
by Dvx70
Building cpr c++ library HELP NEEDED
|
|
[no replies]
|
by mnai
Created a private const variable but it can still be changed?
|
|
[3 replies] Last: if i am understanding correctly adding int infront of it creates a ne... (by tpb)
|
by xdigit
Trying to understand pointer and address
|
|
[2 replies] Last: I see, so the memory cell is represented by the bytes. (by xdigit)
|
by sciman777
Put variable into variable name
|
|
[1 reply] : Have you considered creating an int array, filling it with a counter i... (by StMick)
|
by agusx
vector.erase() and finding mid position
|
|
[3 replies] Last: Thanks a lot JLBorges and icy1! Yes icy1, you are right, I didn't exp... (by agusx)
|