by Karthik Rao
Write vector values into multiple files at once
|
|
[2 replies] Last: #include <iostream> #include <fstream> #include <string> #include <ve... (by againtry)
|
by ChrisValvo
Inputting batting average- expected unqualified id before << token???
|
|
[1 reply] : You need to add #include <string> for getline and string << "Enter... (by Yanson)
|
by ubaidm
Iterating a template pointer at compile time
|
|
[6 replies] Last: Your code looks much better. I have 2 questions for you. 1. Why add... (by doug4)
|
by wogoos
how to alias a struct of bitfields as a single byte
|
|
[1 reply] : Unfortunately, bit fields are a crapshoot. While they look pretty, the... (by Duthomhas)
|
by julie2019
Zero, one, two, Freddy’s coming for you
|
|
[no replies]
|
How to separate numbers from a character? |
|
[5 replies] Last: #include <iostream> using namespace std; int main() { char comma;... (by lastchance)
|
by Dee5
Breaking down of numbers
|
|
[10 replies] Last: Bless you , thanks (by Dee5)
|
Custom TPM module start |
|
[1 reply] : Sorry, no code to supply as I do not even know where to start. If I... (by againtry)
|
by vojta
What number is used the most
|
|
[8 replies] Last: Thank you very much. I appreciate that. (by vojta)
|
by staycoding12
setfill function
|
|
[3 replies] Last: That should work just fine then. (by salem c)
|
by Dee5
Declaration of negative values
|
|
[2 replies] Last: Thanks I've already solved it (by Dee5)
|
When is `this` a valid and fully-formed pointer? |
|
[8 replies] Last: @Mbozzi Thank you! I appreciate the detailed answer! (by Aaron Vienneau)
|
by Mikolaj152
Counting characters of each word in file
|
|
[9 replies] Last: #include <fstream> #include <iostream> #include <string> using namesp... (by cirih)
|
by fish692
Skipping Over Initial Prompt (Do/While)
|
|
[2 replies] Last: Worked thanks! (by fish692)
|
by fish692
Keeping Correct User Input
|
|
[6 replies] Last: ohh my bad, i thought i was just writing which variable was going to b... (by fish692)
|
by Norej
problems reading from a file into a char arrray
|
|
[1 reply] : Since the first and last names are separated by a space why not just u... (by jlb)
|
by stradikus
Having problems with functions in C++
|
|
[2 replies] Last: I’ve no idea what your teacher asked you, but it could be a bit more... (by Enoizat)
|
Reversed array |
|
[2 replies] Last: How many elements are there in an array that has 0 elements? Your cod... (by keskiverto)
|
by vojta
expression must have pointer-to-object type
|
|
[4 replies] Last: That aside, what is the logical operation that you do in this: int mi... (by keskiverto)
|
by HUNLevi
Change values in .opf file via forms
|
|
[15 replies] Last: Here's the uploaded file: https://www.moddb.com/games/the-outforce/dow... (by HUNLevi)
|