by Terribad13
NEED HELP FAST
|
|
[1 reply] : string f(const string & s) { string result = removeSpaces(s); ... (by cire)
|
by Terribad13
Manipulation of strings
|
|
[3 replies] Last: You have the return statement inside the loop so it only runs the firs... (by Peter87)
|
Writing a program that reads a list |
|
[no replies]
|
by vinny1
bool functions
|
|
[3 replies] Last: #include <iostream> #include <string> #include <fstream> bool file_e... (by JLBorges)
|
by WareStrength
Programme problem. Clases, gets and sets.
|
|
[2 replies] Last: Thank you for everything, it has been very useful. I have to say that... (by WareStrength)
|
by vinny1
My function isn't quite working
|
|
[2 replies] Last: Also tellg, seekp and most other file position functions use a streamp... (by jlb)
|
by AmmmG 01
Subtraction in a Linked List Calculator
|
|
[2 replies] Last: Try something easy like: 12 - 3 then 3 - 12. Maybe // Don't use th... (by histrungalot)
|
by dualsymphony
Trying to Call on an Array
|
|
[3 replies] Last: FOUND THE PROBLEM BUT I DON'T KNOW WHY IT WORKS. I put lines 73 to... (by dualsymphony)
|
by bsc123
changing a char in a grid
|
|
[no replies]
|
by dualsymphony
C2664 Error New to Arrays
|
|
[2 replies] Last: Thanks man. Learned something new. I didn't know they had to be in ord... (by dualsymphony)
|
by turtlesavage
Can't stop this function once it's started?!?
|
|
[4 replies] Last: if (key == 's') { keep_blinking.store(fal... (by cire)
|
by technologist
nested for loop literal problem
|
|
[2 replies] Last: I had a bracket missing from the code that created errors with goo(foo... (by technologist)
|
by Cat32
Issues with constructors for class
|
|
[1 reply] : Morning. It's because when you instantiate your Fraction you're callin... (by mutexe)
|
by pacman169
Segmentation fault
|
|
[1 reply] : Since you pass an array of ints to qsort you can and should cast it to... (by Thomas1965)
|
by casescs
Count all characters appearing consecutively. OUTPUT: The number of characters appearing consecutively and the letters.
|
|
[5 replies] Last: You are very welcome. (by Thomas1965)
|
by beesea309
Text file into arrays
|
|
[1 reply] : First I would declare the arrays as in the instructions: Your progra... (by Thomas1965)
|
by bsc123
Replace char in grid
|
|
[no replies]
|
by seanster
Need help with problem in my source code
|
|
[no replies]
|
by stridder
Using for loop variable when inner exception occurs
|
|
[3 replies] Last: Yeah, that was a stupid question, I was too tired:) Rewrote it with wh... (by stridder)
|
by omega4relay
C++11?
|
|
[2 replies] Last: alright it compiles now, but yeah it seems you have to enable c++11 in... (by omega4relay)
|