by faltu112
queue of vector insert
|
|
[1 reply] : queue<vector<pair<int,int>,int>> q; The premise of your question doe... (by Ganado)
|
by AL88
Can anyone help me fix these 8 errors on this string class
|
|
[1 reply] : 1. const * char doesn't make sense. See: https://stackoverflow.com/q... (by Ganado)
|
by PhysicsIsFun
file handling
|
|
[5 replies] Last: Just adding my code: main: #include <iostream> #include "C:\Users\Re... (by PhysicsIsFun)
|
3 partitions of equal sum (1,2) |
|
[28 replies] Last: Here's a version that prints the sequences and uses less memory than t... (by tpb)
|
by OKcomputer
User creating txt files.
|
|
[2 replies] Last: the trouble with this is that about 50% or more of all text files do n... (by jonnin)
|
Does it cost to learn? |
|
[3 replies] Last: Programming is 99% problem solving, you can learn how to decode how a ... (by poteto)
|
by doafdrive
Slot Machine Practice Problem
|
|
[4 replies] Last: slotVal should be a member of class slotMachine. I think slotMachine ... (by dhayden)
|
is <windows.h>'s system("color 01") cool to use? |
|
[3 replies] Last: well, just to put it out there, there are also the ncurses library ( p... (by Flaze07)
|
Output Problem - Windows. library |
|
[1 reply] : I told what the 'color' is in your other thread: http://www.cplusplus.... (by keskiverto)
|
by pLearner
Switch Case - Problem Going Insane
|
|
[5 replies] Last: when I press number 2 on keyboard it will not display I don't see t... (by Jaybob66)
|
by aurimas13
Function pointers: trying to pass a function as an argument
|
|
[4 replies] Last: I can't add simpson function to my source.cpp file. it has to come fro... (by aurimas13)
|
by Ganitoga
INCOME CALCULATION
|
|
[1 reply] : If you work 40 hours, you get paid your hourly rate times 40. Let's ca... (by helios)
|
by ccox86
Complex numbers operator help
|
|
[2 replies] Last: Ohhhhh Wooooow... I can't believe I didnt notice I was missing () on t... (by ccox86)
|
Classes and object arrays organizing a test questionnaire |
|
[3 replies] Last: #include "TestBankMC.txt" #include "TestBankTF.txt" This looks suspi... (by Repeater)
|
by AtomicRogue1
Displaying combinations of string without repetition with the help of circular queue
|
|
[2 replies] Last: so the order is fixed and the starting point varies. easy enough. th... (by jonnin)
|
by Willogical
Template: Multiple choice
|
|
[no replies]
|
by Jovanovic
Syntax errors
|
|
[4 replies] Last: Thanks and for bad question It seems like I dont use my brain . :( (by Jovanovic)
|
by nowy20180820
Partition Sort for single linked list to double linked list
|
|
[13 replies] Last: To test it, write a function to print the list using the next pointer,... (by dhayden)
|
by koce
Dynamic memory release problem in VS2017
|
|
[7 replies] Last: When you write outside the heap-allocated array, you might be changing... (by dhayden)
|
by arioX
GCC wont link statically
|
|
[no replies]
|