by PSYCHAMERON
Why is 1.1 + 2.2 not equal to 3.3 !!!
|
|
[12 replies] Last: http://www.cplusplus.com/reference/cmath/abs/ (by Chervil)
|
by saherch
new Node in LinkLists
|
|
[1 reply] : 1) no problem. But you should set next to nullptr in the constructor... (by coder777)
|
by selfstudy
Can I use string::find and string::insert to insert ub before each vowerl character
|
|
[14 replies] Last: you could also try -std=c++11 compilation flag to enable the C++11 f... (by ne555)
|
Array with strings+int |
|
[17 replies] Last: Thanks malemale777 thank goodness somebody was awake ;) (by closed account 48T7M4Gy)
|
by gibbsy619
Caesar's Cipher Help
|
|
[2 replies] Last: Also, you have a number of arrays you havent declared properly. eg Mes... (by closed account 48T7M4Gy)
|
by Pretors000
Backspaces in string
|
|
[4 replies] Last: Thanks, it`s works (by Pretors000)
|
by overki11
Help with circular inclusion
|
|
[11 replies] Last: It might have to do with the ordering in which you've put in your head... (by YFGHNG)
|
by isom03
Segmentation fault (core dumped)
|
|
[1 reply] : If you ran this under a debugger, it would tell you exactly which line... (by Moschops)
|
by ZahoorKhan
What is Data Structures and Algorithms in C++?
|
|
[5 replies] Last: I should have been on yesterday to watch this drama unfold lol. Anywa... (by YFGHNG)
|
by st4evr
Help With Program To Identify Lower Case Strings
|
|
[2 replies] Last: cin >> l; you should change this to getline because the >> operator ... (by Yanson)
|
by saherch
Improvement on 'return -1' for representing failure of a function
|
|
[14 replies] Last: Thanks for all the replies. (by saherch)
|
by rreyes1005
Sentinel problems
|
|
[1 reply] : If you have been introduced to functions: #include <iostream> bool ... (by JLBorges)
|
by sdarifi
How to see if there are time conflicts in schedule?
|
|
[3 replies] Last: I implemented a similar data structure for work many years ago. It we... (by dhayden)
|
by bibtnj
Implementing own iterator on vector
|
|
[5 replies] Last: > If I may ask, why did you corss out <T*, Comparer>? > I have it ther... (by JLBorges)
|
by three60
need help here
|
|
[1 reply] : Dupe Post http://www.cplusplus.com/forum/general/180506/ http://www.cp... (by SamuelAdams)
|
by newbiee999
Run C++ projects without compiler
|
|
[5 replies] Last: Try copy your source code into the virtual machine, and compile it wit... (by liuyang)
|
by tazzima
from DEv C++ to C++
|
|
[4 replies] Last: #include <stdio.h> #include <string> #include <math.h> #include <iost... (by closed account 48T7M4Gy)
|
Binary search |
|
[2 replies] Last: Much appreciated Arslan7041! Thanks! (by closed account 9N36C542)
|
by uszy 123345
Displaying an array
|
|
[1 reply] : #include <iostream> #include <vector> int main() { std::size_t c... (by cire)
|
Help with function without object. |
|
[8 replies] Last: Ohh, turns out all that was missing was the Cat:: in front of function... (by ProperConfused)
|