by thecryptarch
Sorting and Arrays
|
|
[9 replies] Last: Line 52 is in the wrong place. Since it's inside the loop, you are ret... (by dhayden)
|
by oseri
Operator new overloading
|
|
[6 replies] Last: OK, thank you for your help :) , I must have been really tired that I ... (by oseri)
|
by Tanner
Strings
|
|
[4 replies] Last: > He introduced a new term he hadn't used before, string. What is this... (by JLBorges)
|
by gelier
Basics of Array
|
|
[2 replies] Last: a[k+1]=9; (by agamatr)
|
by FrankRafa
Output result in tabular form
|
|
[3 replies] Last: The first roll means the selection 1 right? I will read through this ... (by FrankRafa)
|
by Orval
Can you do multiple values on a switch statement?
|
|
[4 replies] Last: Mmmk, was just checking if those were valid in switch. Thank you. (by Orval)
|
by jessiebnyc
Calculator for decimals
|
|
[8 replies] Last: > Why did you put std:: before all the cout/cin statements? See http:... (by JLBorges)
|
by SCB3
Having issues with Drawing a grid
|
|
[2 replies] Last: yep thats what I mean, not sure how to get the lines to show though (by SCB3)
|
by thor36
Internet sockets learning question (Beej's guide)
|
|
[7 replies] Last: Thanks Computergeek01, that was a very informative and straight answer... (by thor36)
|
by hmlwin
Wrote program to sum terms, but can't get it to give me the correct summation...
|
|
[1 reply] : 1/n == 0, when n is integer and 1<n. (Integer division discards the re... (by keskiverto)
|
by bomgod1914
What's wrong with my code?
|
|
[8 replies] Last: Another problem with your code is that lines 16 and 24 use the assignm... (by AbstractionAnon)
|
by HelenI
Stack
|
|
[10 replies] Last: thank you :) (by HelenI)
|
by mighty asker
Sorting array of classes
|
|
[3 replies] Last: std::tie returns a tuple of references. And tuples already have well... (by MiiNiPaa)
|
by HG319
recursive linked list function
|
|
[no replies]
|
by jakeculp
deleteContact() function: can't delete contact
|
|
[1 reply] : Hi Jakeculp, Without knowing much about advanced file editing in C++,... (by Aaron Vienneau)
|
read and write to text files |
|
[11 replies] Last: ^yes. That sort was a given that we had to use. I am aware of simpler ... (by rremigoso4310)
|
by etrusks
RNG using xorshift
|
|
[3 replies] Last: Ohh yea, now we are talking :) Thanks guys so much so much :) (by etrusks)
|
by MrGoat
Minesweeper multi-dimensional array problem.
|
|
[1 reply] : Since the index starts with 0 only indexes from 0 upto 8 (this are the... (by coder777)
|
by airfire29
File and String Program Not Running, in plain C lang
|
|
[1 reply] : First On line 14: The name of the file is "Battle_ship.txt". Are you s... (by coder777)
|
by decoy98
Passing 2D Vector to a function problem
|
|
[3 replies] Last: I don't know your code, but I assume that you have a private variable ... (by ats15)
|