Problem in the code |
|
[3 replies] Last: #include <iostream> using namespace std; int main() { string st... (by nader altayara)
|
by r0manatw00d
hex stores into a variable ?
|
|
[3 replies] Last: #include <iomanip> // ... std::cout << std::hex << hex; (by Zhuge)
|
by kamilhassaan
Im getting this error in if-condition for string. I cant figure out why
|
|
[5 replies] Last: See http://www.cplusplus.com/reference/string/string/at/ (by Chervil)
|
by adam2016
vectors scope
|
|
[3 replies] Last: if it's not declared inside a function/class/struct... it's a global s... (by Moooce)
|
by froglips
Can't even get "Hello World" to work!
|
|
[4 replies] Last: thx. got it now. sorry for asking question that someone else asked bef... (by froglips)
|
by twisted
vector<bool> error with pointers
|
|
[4 replies] Last: > I used a pointer to a specific element of the vector because many Lo... (by JLBorges)
|
by Philipp92
Unknown Number of needed Variables
|
|
[1 reply] : Use a vector of points. Fetch input, create point, push_back point to... (by Moschops)
|
What is a good side programming language for C++? |
|
[5 replies] Last: If you know C++, you will go through other languages with ease. (by Uk Marine)
|
by pedrosc
haalp! Class and store data
|
|
[1 reply] : I tried to use linked list, but i cant make it work, theres any other... (by coder777)
|
by syakirin
File input cannot be read when running the program
|
|
[1 reply] : You should always check if the file opened correctly before to try to ... (by Thomas1965)
|
by soyasoya5
Getting exception CrtIsValidHeapPointer
|
|
[2 replies] Last: Ah i see. Thanks alot for pointing it out, silly oversight by me. (by soyasoya5)
|
by r0manatw00d
CreateThread() Help!
|
|
[1 reply] : Any data pointer can be casted to 'void *', so you can pass a pointer ... (by helios)
|
by therpgking
Palindrome Problems
|
|
[9 replies] Last: I think you'll find it much easier to create a function that will take... (by dhayden)
|
by Ismael123
Exception thrown: Read access violation
|
|
[4 replies] Last: Exception thrown: read access violation. _Other was 0x20 . Any tim... (by dhayden)
|
by Ejay
need help.
|
|
[6 replies] Last: #include <iostream> #include <sstream> using namespace std; int ma... (by adam2016)
|
by Tyler T
Remove all whitespace from a std::string?
|
|
[4 replies] Last: Thanks guys! (by Tyler T)
|
content |
|
[3 replies] Last: wow (by closed account 3Cj3AqkS)
|
by kamilhassaan
I cant understand a part of this HANGMAN code. Strings are used.
|
|
[3 replies] Last: C++ does allow declaring a hierarchy of names. This allows organizing ... (by tcs)
|
by Zorac
reading from text file to a vector.
|
|
[3 replies] Last: something like this ? No. Don't loop on eof(). It is an error-prone ... (by Chervil)
|
by Ruzgar
quiz code not working/out of ideas
|
|
[1 reply] : It is possible, but you have to assign it to a variable, or total the ... (by davidemoeller)
|