by FeedMeTacos
Overwriting the same node when loading file
|
|
[7 replies] Last: Ah, I see, thank you for explaining. I was actually following an examp... (by FeedMeTacos)
|
Want to prevent a duplication of a header file. |
|
[9 replies] Last: I am sorry for him. (by shafiul0304034)
|
Else without a previous if |
|
[5 replies] Last: Directly comparing floating-point values for equality is very error ... (by Ganado)
|
by cash
sorted insert
|
|
[2 replies] Last: You can handle both special cases that salem c brings up by using a po... (by dhayden)
|
Equation program |
|
[5 replies] Last: if k is small you can just do a simple loop where you grow factorial r... (by jonnin)
|
by willsmek77
Accepting Hyphens in String
|
|
[7 replies] Last: Thank you, I've figured it all out. You've helped me realize that whe... (by willsmek77)
|
by arslanjafer
deadlock with mutex lock
|
|
[2 replies] Last: actually i dont know which library i should include in this code (by arslanjafer)
|
by Repeater
creating operating system
|
|
[1 reply] : Looks like a doublepost of http://www.cplusplus.com/forum/general/2647... (by keskiverto)
|
by mfarmiloe
Suggested improvement to C++ Language Tutorial
|
|
[6 replies] Last: a reference is LIKE a pointer in many ways, but is not a pointer. ... (by Repeater)
|
by ninjz98
Building a Logic!
|
|
[4 replies] Last: Yes, @Ganado! #include <iostream> #include <string> using namespace ... (by lastchance)
|
by puphunter
Can't seem to call string in instance
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; class dat... (by lastchance)
|
by miku831
Problem about class constructor
|
|
[2 replies] Last: Thanks for your helping!! (by miku831)
|
by mamamichelle
C++ array issue
|
|
[1 reply] : Why are you dynamically allocating your array? You can just do const ... (by Ganado)
|
Did you guys see any mistake from this small code! |
|
[14 replies] Last: ok Sir. (by shafiul0304034)
|
by DarkVixion
error in do...while, help
|
|
[2 replies] Last: 1. You should have made case 1 work first, before copy/pasting the sam... (by salem c)
|
by ghegheg
Some of C functions do not work in C++
|
|
[3 replies] Last: Keskiverto has already shown you how to do that. If there are things ... (by MikeyBoy)
|
HOW to change value of a number present in a string |
|
[1 reply] : echo "this is a 79 pc" | sed s/79/200/ That, obviously, is not C++ b... (by keskiverto)
|
by Bopaki
Asking for help about correctly writing this constructor
|
|
[2 replies] Last: hint: a constructor is called when an object is constructed do you not... (by ne555)
|
by TheJast
last pair in my input file printing twice.
|
|
[4 replies] Last: The first read will either read something or set the "eof" bit. What... (by jlb)
|
by stefano77
create my own main function
|
|
[4 replies] Last: #include <iostream> using namespace std; namespace myspace { int... (by lastchance)
|