Search a file and output specific lines |
|
[7 replies] Last: Got everything working, thanks so much, everyone! (by theforgottenone4)
|
by AlekseiKonov
Shell sort
|
|
[6 replies] Last: just put the gap in an array and get one of the good ones from the wik... (by jonnin)
|
by Auntiejack56
Passing a pointer of the wrong type
|
|
[6 replies] Last: Yes, my code has everything to do with that Microsoft SQLDriverConnect... (by Auntiejack56)
|
by noblemin
Practice Program Question.
|
|
[5 replies] Last: Hey thanks everyone for the advice, will implement these ideas. Apprec... (by noblemin)
|
by Frogoten
Number of sort operations
|
|
[7 replies] Last: You can count various things: comparisons, swaps, iterations. #incl... (by dutch)
|
by synapse187
Struct inside a Class
|
|
[12 replies] Last: You don't need to define the struct within the class: struct myStruct... (by deleted account xyzzy)
|
by audrius69
RungeKutta class C++
|
|
[9 replies] Last: Thank you very much. You were right, base class lacked pointer to x. A... (by audrius69)
|
by sameer304
Function called in cout
|
|
[4 replies] Last: The compiler is same Such things can change between different versio... (by dutch)
|
Create a dynamic array with duplicates [stuck on a problem] |
|
[8 replies] Last: Lets take half of that task: output = array ; output = array ; ou... (by keskiverto)
|
by rozick1
make a name unique
|
|
[2 replies] Last: As Salem says, some kind of incrementing integer is a pretty common wa... (by Repeater)
|
by aaguilar2021
C++ calculator that loops answers
|
|
[2 replies] Last: "=" = "becomes" "==" = equals (by lastchance)
|
by aimen112
I need help with a code for LOOPS!
|
|
[9 replies] Last: Thank you Sean and Andy. (by aimen112)
|
by emmanuel9510
how to write something in a array of characters in an array of stuct
|
|
[1 reply] : That’s because it’s catching the '\n' that the normal cin never sw... (by highwayman)
|
by capnation
File I/O -> getline() Returns Empty
|
|
[2 replies] Last: Got it! I removed std::ios_base::app, and everything is working! Tha... (by capnation)
|
by John3682
hard stuck (1,2)
|
|
[34 replies] Last: yeah , u were right i missed a part , thank you so much for taking the... (by John3682)
|
Inheritance and Cleaning Up Code |
|
[12 replies] Last: I now see why you posted a second time: you had no color before and no... (by highwayman)
|
by OrestasX
Array String Void IF FOR, I am stuck with COVID-19 program calculator
|
|
[6 replies] Last: #include <iostream> #include <fstream> #include <sstream> #include <s... (by lastchance)
|
by cstricko
Need help hiding 0th Rolls on a DND "simulator."
|
|
[2 replies] Last: Oh my. I don't know how I missed that. Thank you so much, dutch! (by cstricko)
|
by josilva00
Saving in binary files
|
|
[6 replies] Last: the problem is pointers. if you accidentally send a pointer to the b... (by jonnin)
|
by Phanboy
Code not continuing after void while function
|
|
[6 replies] Last: You are getting data input in your function, you need to return that ... (by Phanboy)
|