by GGWPBOT
Help with code
|
|
[3 replies] Last: Bummer. I see what you mean. One problem that stood out even on looki... (by closed account 48T7M4Gy)
|
by louwin
How do I use my PC to program pretty patterns on my TV/monitor?
|
|
[6 replies] Last: You might find Processing ( https://processing.org/ )to be a good fit ... (by cire)
|
Can I write to a file without ofstream? |
|
[1 reply] : std::cin is an input stream, so no. You can write to a file using st... (by helios)
|
Passing Parallel Arrays through a function |
|
[10 replies] Last: Figured that out shortly after I posted that. Perhaps next time let ... (by closed account 48T7M4Gy)
|
by kmn90
Help with hangman
|
|
[1 reply] : The programs code itself is here: #include <iostream> #include <stdlib... (by kmn90)
|
by sleeky
Continue entering in array where previously left off
|
|
[3 replies] Last: Well it depends exactly where you want to stop and start but the idea ... (by closed account 48T7M4Gy)
|
by codingn00b
Passing Command Line Arguments
|
|
[3 replies] Last: Thank You :) I figured it out with your help. (by codingn00b)
|
by ParkerH
Help with code while loop
|
|
[1 reply] : Perhaps a clue as to which line detection occurs would help us help yo... (by closed account 48T7M4Gy)
|
by codingn00b
Help with nested loop
|
|
[5 replies] Last: Thank You ! for (int r = 0; r < numRows; r++) { for (int c = 0;... (by codingn00b)
|
by kali105
Need help with this hw question
|
|
[1 reply] : You could use that as a start, especially modify it as a piece of pseu... (by closed account 48T7M4Gy)
|
by DarkForce531
Else before if error
|
|
[5 replies] Last: Line 26 should also start 'else' and not 'else if' Only one set of br... (by closed account 48T7M4Gy)
|
by jpanther
array issues
|
|
[2 replies] Last: We haven't covered vectors yet, so I don't think were supposed to use ... (by jpanther)
|
by yehozz
Call for the method?
|
|
[5 replies] Last: Use the main function from the first code block with the placement of ... (by tallyman)
|
by ACMurarescu
Reference Parameters
|
|
[2 replies] Last: when you do pass by value the compiler makes a copy of the passed vari... (by closed account E3h7X9L8)
|
by Antria4
how to start a number with a specific number
|
|
[2 replies] Last: If you are actually dealing with numbers (and not strings), there is a... (by Duthomhas)
|
by ianheinze
3 Functions?
|
|
[1 reply] : The problem here is that you could be making any one of a dozen mistak... (by Computergeek01)
|
by Outlaw782
reading from a file and storing data into a struct
|
|
[6 replies] Last: Sorry for that. It just a thorn in my side: no one ever in my memory u... (by MiiNiPaa)
|
How to use an if statement to check if string exists in a specific array? |
|
[1 reply] : If it has to be a simplistic array like this then you would iterate th... (by Computergeek01)
|
Spliiting a string at a delimiter and saving to a variable |
|
[2 replies] Last: Using the standard regular expression library: #include <iostream> #... (by JLBorges)
|
by qia360
HELP: Segmentation Fault
|
|
[2 replies] Last: thanks.. (by qia360)
|