by willynilly
Man Overboard
|
|
[4 replies] Last: you can use getline(). prototype: getline(istream&, string&); Exa... (by IWishIKnew)
|
by hellcoder
constructor initialization
|
|
[17 replies] Last: No. Consider this: int foo = 42; Does it assign a value 42 to every... (by keskiverto)
|
Ignoring getch() |
|
[8 replies] Last: One f the more easier alternatives for beginners would be to use _kbh... (by IWishIKnew)
|
by willynilly
STL string library
|
|
[6 replies] Last: THANK YOU VERY MUCH (by willynilly)
|
by murphmack
New to C++ for API / Algo Trading
|
|
[1 reply] : am wanting to learn a very limited range of what it can do. Well onc... (by Script Coder)
|
by Aibsr
operator= implementation
|
|
[5 replies] Last: Here you have an iterator on your left. This is a container which, wh... (by Stewbond)
|
good compiler Not an IDE |
|
[1 reply] : Install gcc, compile a file with g++ myfile.cpp look up more option... (by trollger)
|
by digital3ds
Trying to limit input to int type (1,2)
|
|
[21 replies] Last: awesome, thanks a lot guys. I will spend some time studying everything... (by digital3ds)
|
by Aibsr
solving an error in my code
|
|
[8 replies] Last: You are right i fixed all includes and it worked Thank you very much:)... (by Aibsr)
|
by mike99
Hexadecimal to signed decimal
|
|
[1 reply] : My personal favorite thing to use is std::string to do the job. #incl... (by kevinkjt2000)
|
Defining an enum inside a union |
|
[4 replies] Last: Thanks for the help! (by The illusionist mirage)
|
by dulipat
How to convert vector to a stringstream
|
|
[1 reply] : i think it would be easier for you to manipulate your data. if you can... (by rafae11)
|
by cedwards
Could someone edit my code , i cant get it to compile
|
|
[2 replies] Last: Thanks for that, ill do it now :) (by cedwards)
|
by Rick lange
Problem with if else statements using char variable
|
|
[3 replies] Last: #include <iostream> using namespace std; int main() { char inpu... (by Chriscpp)
|
by codyman
mouse click
|
|
[12 replies] Last: If you're trying to make something like an IRC bot then you're thinkin... (by Computergeek01)
|
by masschamber
Can't read the first line of file!
|
|
[4 replies] Last: Ok, So I followed many of your tips from the previous program but am r... (by masschamber)
|
by rickyls
Prevent people from type anything beside y or n in cin>>blablabla
|
|
[7 replies] Last: Yes, but he is only a beginner. I would not recommend that unless you... (by IWishIKnew)
|
What is the difference |
|
[13 replies] Last: But what does this mean long double ld = 3.1415926536; int b = {ld};... (by keskiverto)
|
by JHEN18
array program
|
|
[8 replies] Last: well lets say that this program will input only 3 numbers by changing ... (by closed account 28poGNh0)
|
by JHEN18
string
|
|
[6 replies] Last: @keskiverto I agree with that tottaly and I feel shame contrubiting on... (by closed account 28poGNh0)
|