by NOSgraf
Segmetantion fault
|
|
[4 replies] Last: Alright thank you very much i should just change my array from array ... (by lastchance)
|
by donda97
moving elements in arrays
|
|
[1 reply] : Copy/move element: #include <iostream> #include <string> #include <al... (by JLBorges)
|
by MoreUmph
Trouble passing variables by reference. I think?
|
|
[4 replies] Last: Thank you jlb, figured out what I was doing wrong. Thank you Globalto... (by MoreUmph)
|
by sonar87
MIPS Assembly to C++ convert
|
|
[6 replies] Last: Ha, yea. May have to do that when I get the chance. Yea... don't want ... (by sonar87)
|
by EJJG
Server: Need to have the Home_Page read an HTML file
|
|
[no replies]
|
by ncant
Censor Code not Compiling
|
|
[1 reply] : Put the files back the way they were and make sure everything still ru... (by closed account 48T7M4Gy)
|
by Rodr1697
Program Design
|
|
[2 replies] Last: Andy, I did end up doing something similar to pseudo code just in a ... (by Rodr1697)
|
by bal160730
c++ code help
|
|
[4 replies] Last: Thanks you! (by bal160730)
|
by jpauly1
ArrayBag bagIntersection & bagDifference
|
|
[3 replies] Last: I'm so sorry, my sugar has been off and my brain isn't functioning all... (by Duthomhas)
|
by chuvak
Issues passing a pointer pointing to a struct to a function
|
|
[10 replies] Last: I am deallocating memory to avoid memory leaks, hence the delete Ye... (by jlb)
|
Error Checking |
|
[1 reply] : Something like this, perhaps: #include <iostream> #include <cctype> ... (by JLBorges)
|
by Metalman488
How to read lines from a fiile, then split each line into words without arrays? (1,2)
|
|
[31 replies] Last: Ok, the only problem that I am having now is how to implement a delete... (by Metalman488)
|
by hilal1990
rates
|
|
[7 replies] Last: What we want to find out is, over the intervening 14 years, what is t... (by keskiverto)
|
by b1yku
question
|
|
[5 replies] Last: #include<iostream> using namespace std; int main(){ int number1; i... (by closed account 48T7M4Gy)
|
by samcro
Insurance Premium Calculator
|
|
[1 reply] : A few things look like they need fixing. First, the declaration at li... (by Chervil)
|
by moosyman
Cmath cant open math.h
|
|
[8 replies] Last: Ah, I should have thought of that. (I had been under the assumption th... (by Duthomhas)
|
I/O, fstream error. |
|
[5 replies] Last: You're welcome, @mynameisalexey. (by Chervil)
|
by Bopaki
Help me find a problem with this line: rev(s[1..s.length]);
|
|
[1 reply] : #include <iostream> #include <string> void print_reverse( const std:... (by JLBorges)
|
by JasonMcG
Random Number (1,2)
|
|
[22 replies] Last: #include <random> #include <utility> #include <limits> #include <iost... (by JLBorges)
|
by Thethrown22
Code review please.
|
|
[1 reply] : #include <iostream> #include <cstdlib> #include <ctime> int main() {... (by JLBorges)
|