by ForgottenLaw
File Manipulation Search Record from a File and Edit Files Through Delete and Update Record in a File
|
|
[2 replies] Last: Based on 2), then consider: #include <iostream> #include <fstream> ... (by seeplus)
|
by technologist
flattening 2d matrix how do I fix the iterations
|
|
[7 replies] Last: Awesome. So a flattened 3D to 1D matrix has negligible performance di... (by jonnin)
|
by seeplus
What books did you read to learn C++?
|
|
[2 replies] Last: At the very least someone who actually wants help might read this. So... (by deleted account xyzzy)
|
by UltraBlack
Trouble with std::async syntax
|
|
[2 replies] Last: I tried both ways but got the same delay... I talked to someone on an... (by UltraBlack)
|
by DeezyM89
What is wrong with my code?
|
|
[3 replies] Last: > if(R1<R2 & C1<C2) Also note that & is the bitwise operator and && is... (by salem c)
|
by wc skya
redistribution uniformity
|
|
[3 replies] Last: If you do not have access to the original N then you are SOL. Sorry. ... (by Duthomhas)
|
by BuckedUp
How to edit and Delete records in a CSV file
|
|
[17 replies] Last: I suggest you create these methods in courseType: bool readCSV(is... (by dhayden)
|
by technologist
exception with loop (1,2)
|
|
[24 replies] Last: Personally I'd never create a 3D (or more) vector*, the most I'd do is... (by deleted account xyzzy)
|
by karming021
6x6 pelmanism game showing symbols
|
|
[5 replies] Last: Using std::shuffle then possibly: #include <iostream> #include <str... (by seeplus)
|
by roccosd26
Can you go over my code please?
|
|
[4 replies] Last: You're not seeding the random number generator by calling srand(). Th... (by AbstractionAnon)
|
by jtruongjones
Help with simplifying int main ( ) for Tic Tac Toe Program
|
|
[3 replies] Last: Perhaps something like (not tried): bool process(char board , char... (by seeplus)
|
by loopmonster
Call objects by integer?
|
|
[2 replies] Last: Line 38: C++ does not support implied left hand side in conditionals.... (by AbstractionAnon)
|
by frek
Max counters
|
|
[7 replies] Last: you read correctly, but what I mean is that you don't know what's a co... (by ne555)
|
by mariagrazia
save a 2D array in .mat file
|
|
[7 replies] Last: Why can't you use the mat-file interface functions to produce the file... (by seeplus)
|
by ForgottenLaw
Student Grades and Records Problem
|
|
[2 replies] Last: Perhaps something like this: #include <iostream> using namespace s... (by seeplus)
|
by ssha422
having trouble using a private helper function
|
|
[1 reply] : You are trying to compare an Object (whatever that is) with a char. Ho... (by lastchance)
|
by frek
Getting started using Catch2 in Visual Studio
|
|
[13 replies] Last: [quote=George P]What you've mentioned here in this thread does give me... (by MikeyBoy)
|
by technologist
code outputing hex values, expecting int/float
|
|
[5 replies] Last: An xy problem, lipstick on a pig, or dreaded waste polishing? #incl... (by againtry)
|
by ForgottenLaw
Problems in Show the player(s) who got the min and max average
|
|
[3 replies] Last: With the way I've re-factored it, you don't use option 6 (file open) a... (by seeplus)
|
Horse race program is giving error. Need help to run this program. I included all the 3 class files and the main files in it. |
|
[7 replies] Last: Your header files should be .h files. Or .hpp files (or whatever ex... (by seeplus)
|