by Marcos8701
Reading in a file (with ints and strings) using getline
|
|
[6 replies] Last: It worked! Thank you for your help fiji. (by Marcos8701)
|
by iTzBigRed
Arrays with while loop help (homework)
|
|
[4 replies] Last: My comment provided info on how to do the for loop as well. "You may ... (by PiggiesGoSqueal)
|
Write a program that acts as a self-checkout register at a store and lets the user buy 2 items |
|
[7 replies] Last: Yes, if you applied what you learn in class. (by chicofeo)
|
by advancedip
Statement questions
|
|
[4 replies] Last: While this does not directly answer your question, most of these links... (by PiggiesGoSqueal)
|
by Alb13G
SWITCH PASSWORD PROGRAM
|
|
[2 replies] Last: Hello agrennan, In the future in your subject line do not shout, i.e.... (by Handy Andy)
|
by freenba2002
Help needed with an exercise
|
|
[3 replies] Last: Hello freenba2002, Just to help you along: PLEASE ALWAYS USE CODE T... (by Handy Andy)
|
by Cairus
Function issues using ADT bag
|
|
[8 replies] Last: I think you must have changed something. But it looks like in order to... (by dutch)
|
by jmpt
Encription upgrade
|
|
[16 replies] Last: Yet more ways to complicate text encription: I need a way to scramb... (by jmpt)
|
How do I modify my geometric equations to compensate for Cartesian/Computer difference? |
|
[14 replies] Last: @dutch Sure, here are the .h and .cpp files for SDL_Helper // SDL_... (by closed account Ezyq4iN6)
|
First Time Writing a class |
|
[4 replies] Last: @granado Thank you I forgot to intialize it but why isn't xcode sho... (by Jack Van Stone)
|
by rhamm5798
Templates
|
|
[1 reply] : If you're going to show others your code, you should indent it like th... (by dutch)
|
by Monzaku
How to find gmail certificate for libcurl?
|
|
[1 reply] : Just guessing, but try this: https://www.geotrust.com/resources/root_c... (by dutch)
|
by SizarVB
Array kind of stops (?) at value of 10. help
|
|
[2 replies] Last: Well, line 4 is illegal and, even if it weren't, there wouldn't be man... (by lastchance)
|
by Raj12
Related to basic c programming about function return type.
|
|
[14 replies] Last: It's not really a problem if we just make sure to enable warnings. C... (by Ganado)
|
Edit distance |
|
[12 replies] Last: The issue was using getline instead of cin (by closed account 1vf9z8AR)
|
string palindrome |
|
[7 replies] Last: Hmmm. I thought it was some kind of glitch because I hadn't included c... (by Grime)
|
by usmannazir
Double Array with 2 row and 2 column varibles (1,2)
|
|
[23 replies] Last: It's a nonlinear system, so yes, it's possible to have multiple soluti... (by lastchance)
|
Help with repeating code |
|
[1 reply] : your mixing of >> and .get() has the same problem than here http://www... (by ne555)
|
Random numbers, math library and mixed mode arithmetic |
|
[7 replies] Last: Heh, https://xkcd.com/221/ No, you cannot pick your own random number... (by Duthomhas)
|
by avnitoto
How to filter
|
|
[4 replies] Last: İf you run this program const int NMAX = 8 above it will give 56 ro... (by avnitoto)
|