by mycuser
using print or using print
|
|
[3 replies] Last: I just remembered from very recent reading that the word "using" is a... (by mycuser)
|
by soul0h
Create a right-angled triangle with "Do while" Loop
|
|
[4 replies] Last: Thank you very much ! I solved it like this :) #include <iostream> ... (by soul0h)
|
by WolfG4n
Multi-dimensional array ?
|
|
[2 replies] Last: Alright, Thank you. -Chris (by WolfG4n)
|
by priscilla96
Search String Array Question
|
|
[2 replies] Last: Hello priscilla96, Along with what Repeater said there is so much in ... (by Handy Andy)
|
..... |
|
[2 replies] Last: Your number comes in as an integer. It has 4 digits, so you can put th... (by lastchance)
|
by geo28t
How to count punctuation marks in an array
|
|
[4 replies] Last: #include <iostream> #include <cctype> #include <string> #include <vec... (by lastchance)
|
by HenrikAET
Defining variables with a return function?
|
|
[3 replies] Last: foo.get returns a reference to X, then assigns the reference (which IS... (by jonnin)
|
by Greenyl
How can I see, what's inside libraries?
|
|
[1 reply] : libc++ (a modern C++11 implementation of the C++ standard library) Co... (by JLBorges)
|
Code errors |
|
[7 replies] Last: @Mikey If it shadows the array at line 15, this means that this array... (by MikeyBoy)
|
by coco2991
C++ program errors, where?
|
|
[3 replies] Last: I mean you want to print an int but the format string does not contain... (by Peter87)
|
by stormbot
Making one solution with two projects issue
|
|
[1 reply] : You didn't show the "merged" code that you have issues with. Your cod... (by keskiverto)
|
by ToeMater
Reading from file including newline charactors
|
|
[1 reply] : The problem with just adding 3 is that you may generate none printable... (by coder777)
|
by Vinz24
add, average and reverse in 1 function but no cout in the body of the function
|
|
[1 reply] : Please, do not doublepost. The other thread: http://www.cplusplus.com... (by keskiverto)
|
by DrewRiddles
PuigXML C++ Parsing
|
|
[1 reply] : If you want simple xml consider boost ptree: http://www.boost.org/doc... (by coder777)
|
file updation |
|
[4 replies] Last: oh ok i got it now (by closed account 1vf9z8AR)
|
by hasnain3130
Storing A Range of Numbers in An Array
|
|
[1 reply] : Well, there's std::iota , but this isn't a language feature. There a... (by mbozzi)
|
Maze Gen Issue |
|
[7 replies] Last: @ne555 Very sorry, if you see cCell I most likely meant 1. This is th... (by Hephaestus1233)
|
by ToeMater
Reading data from a file separated by spaces
|
|
[3 replies] Last: Thank you very much it worked perfectly. :) (by ToeMater)
|
by hawkeye
i/o txt files:
|
|
[2 replies] Last: Awesome coder777! That is much smarter than what I was doing, thanks f... (by hawkeye)
|
by Vinz24
asking for help for my code
|
|
[7 replies] Last: Hello Vinz24, I solved the problem by putting this: if (num < 0) { ... (by Handy Andy)
|