Create multidemensional array, string and other array |
|
[15 replies] Last: Ok thank you, will read up! (by wimvandenborre)
|
by jaffe15
Size of largest string in vector
|
|
[10 replies] Last: @Peter87 Thanks! You taught me a new pitfall. In this case std::r... (by mbozzi)
|
How to place a space at the end of cout |
|
[10 replies] Last: Happy to help. (by Ganado)
|
by clerkburton
Cout not printing in for loop
|
|
[2 replies] Last: How many times do you think the loop is going to execute? Hint: Never... (by AbstractionAnon)
|
by Hajo93
Struct
|
|
[8 replies] Last: It would be helpful if the OP posted a Short, Self Contained, Correct ... (by deleted account xyzzy)
|
by AidanofVT
Include eight headers, get a 1500kb program. Is this normal? (1,2)
|
|
[24 replies] Last: Yeah, I'm not concerned about a 600KB program as a practical matter, i... (by AidanofVT)
|
by merlinf
Knight Tour
|
|
[9 replies] Last: #include <iostream> #include <iomanip> #include <vector> #include <u... (by seeplus)
|
by se daniel
Asterisks Shapes Together
|
|
[4 replies] Last: @OP Here's a start - note the extra j-loop for a box. You also need so... (by againtry)
|
by jzilliam
Output formatting and Inputting lower/upper
|
|
[7 replies] Last: Well all I'm trying to do is format the options so it displays like t... (by deleted account xyzzy)
|
by vasncode
Not sure how to add a running total
|
|
[9 replies] Last: Thank you guys seriously ^^^ (by vasncode)
|
by jaffe15
Beginner algorithm problem
|
|
[2 replies] Last: You never change arg, so you should be able to make it const. (by Ganado)
|
by bigtree
CreateProcess() not working with exiftool
|
|
[2 replies] Last: Try something like this: CreateProcessW(NULL, L"\"C:\\full\\path\\to\... (by kigar64551)
|
by impetus
array with ints strings and doubles
|
|
[10 replies] Last: Hi folks! Could you advise the array type to contain both ints, doub... (by jonnin)
|
expected unqualifed-id |
|
[1 reply] : main() needs a code body surrounded by {}. After L5 put { At the end o... (by seeplus)
|
by mmc32
windows.h vs fstream (1,2)
|
|
[27 replies] Last: I think only the default buffer size is implementation-defined. ... (by kigar64551)
|
by mmc32
How does a productive day of study look to you?
|
|
[1 reply] : It never is productive. I usually already know something or have no in... (by zapshe)
|
by pjhei
Matrix 5x5
|
|
[6 replies] Last: For both of these functions, you need a nested loop. Have a look at ho... (by seeplus)
|
by Kevin211
Refactoring a class full of getters and setters
|
|
[6 replies] Last: Since the class has no default constructor, a question you should be a... (by jlb)
|
by Shervan360
Function’s Argument Evaluation and Type Checking
|
|
[2 replies] Last: 1. If you pass an expression as argument to the CIRCLE_AREA the expres... (by Peter87)
|
by Suizasweet
If...Else Statement doesn't executes
|
|
[3 replies] Last: [quote=dhayden]In the future, you can tag bits of code by highlighting... (by Peter87)
|