Opening Webpage |
|
[no replies]
|
by fearpop
do { } while (a!="quit"); not working
|
|
[14 replies] Last: use a map for this http://www.cplusplus.com/reference/stl/map/ (by quirkyusername)
|
by HMW
Calculating from - to via user input
|
|
[5 replies] Last: What happens, for example, if your start and end value is the same (i... (by HMW)
|
by pq1wx1p
File path problem
|
|
[2 replies] Last: If the name of the file is actually text1.txt, it's totally necessar... (by Moschops)
|
by GulHK
find substring inside a vector
|
|
[1 reply] : Are the substrings whole words or is there some common way to tokenize... (by PanGalactic)
|
by tlove65219
How do I Sort Nodes to show all of the nodes that are sorted.
|
|
[1 reply] : Where do you ever output anything? I think you shouldn't modify head. (by ne555)
|
by SVXX
Good old Number Patterns
|
|
[2 replies] Last: Thanks for the quick reply, hamsterman. With your help, I've figured i... (by SVXX)
|
by Ali89
Problems with understanding the following snippet
|
|
[5 replies] Last: Thank you very much :-) I've got the meaning by the nice matrix exampl... (by Ali89)
|
by citizen23
Log in time
|
|
[1 reply] : Have the program start when the system boots and log the time of boot.... (by Athar)
|
by nima0102
warning in "switch,case"
|
|
[4 replies] Last: Hi Thanks a lot for your attention and good reply :) With your solut... (by nima0102)
|
by Asmakhan
how to convert a numeral to roman
|
|
[4 replies] Last: Hint: use somthing like: const string roman = { "M", "CM", "D"... (by closed account z05DSL3A)
|
by dazzling5gal
Define macros in c++ wid example? (simple definition) :)
|
|
[2 replies] Last: Thanks a lot :) (by dazzling5gal)
|
by rogvid
Why doesn't it write out the greeting???
|
|
[2 replies] Last: Thanks :) (by rogvid)
|
by Umbrafalx
Basic chatroom logic error.
|
|
[7 replies] Last: Ahh, replacing the first; cin >> strChat; with cin.getline (... (by Umbrafalx)
|
by amaac
quick question Arrays and pointers!
|
|
[2 replies] Last: ok thankyou. i have realized that but i was also wondering if i am eve... (by amaac)
|
by asrockw7
alternative for getch() and cls
|
|
[3 replies] Last: Thanks for the articles! that section is full of info. im reluctant... (by asrockw7)
|
by evertangel
Need advise on looping!
|
|
[1 reply] : Please edit your post and put the source inside code tags. It will mak... (by PanGalactic)
|
by Nost
Greetings (I need advise/input on a practice exercise)
|
|
[6 replies] Last: stdafx.h is the pre-compiled header stuff that MSVC++ has on by defaul... (by Zhuge)
|
Random Number |
|
[3 replies] Last: We will get a nice random number generator in the new C++0x Standard. ... (by wolfgang)
|
by oneSorcerer
Pulling values from objects.
|
|
[8 replies] Last: ahhh it was as simple as newseconds = tempseconds % 60; I also... (by oneSorcerer)
|