by zingo
add window for progress bar
|
|
[1 reply] : Your program sounds like a game (or something similar) Which means mos... (by liuyang)
|
by imoverthese
Using non-integer values with cin?
|
|
[2 replies] Last: Thank you so much! (by imoverthese)
|
by schmiischmoo
C++ Program to check for balanced parentheses in an expression using stack.
|
|
[4 replies] Last: Ah , I see, thanks for pointing out my mistakes guys! :) (by schmiischmoo)
|
by bluefrog
c style pointer arithmetic?
|
|
[1 reply] : 2 is just the same as arr . arr = *(arr + 2) = *(2 + ... (by Peter87)
|
by RobiBue
char_traits::assign question
|
|
[3 replies] Last: what is static void used for with the first definition, or why is it ... (by Cubbi)
|
by bluefrog
using c style pointer in c++ constructor
|
|
[2 replies] Last: A few other problems: Line 8: You reference cout, but you have neithe... (by AbstractionAnon)
|
by mrbaki1
My length function with class
|
|
[10 replies] Last: to add on something for safety precautions void my_cpy(char* dest,... (by closed account SECMoG1T)
|
counting number of files in a Dir , switching btwn functions |
|
[10 replies] Last: Ooh thanks man, hadn't been around, thank you for that guide i'll be l... (by closed account SECMoG1T)
|
by wolfv
vector of structs compile error
|
|
[8 replies] Last: Overloading ctors, subscript and insertion operators could be another ... (by gunnerfunner)
|
string and space |
|
[5 replies] Last: Hello ASCIIIsVeryHelpful, The "function ken()" works fine for me. Wit... (by Handy Andy)
|
by stpatryck
Difference in machine language code
|
|
[4 replies] Last: In response to: I would be rather surprised to encounter an optimizin... (by cire)
|
by fourloko1
Need help with some c++ questions (Total beginner)
|
|
[1 reply] : You could have accessors/mutators, while keeping member variables priv... (by integralfx)
|
by peklo
greedy algorithm with all posible combinations of a given number
|
|
[4 replies] Last: can you mybe work out something with this ? #include <iostream> usi... (by peklo)
|
by tofi
search for a number from one txt file in another .txt file
|
|
[15 replies] Last: @kemort Thanks for helping me . The example you provided works as I ... (by tofi)
|
by Canerpis
Trying to make basic if command
|
|
[1 reply] : In main you initialize password to 9314. When you try to enter a strin... (by Thomas1965)
|
by jo123
How to use find for the inner map
|
|
[8 replies] Last: Thanks a lot Keskiverto. (by jo123)
|
by Masbah97
Loops assignment
|
|
[3 replies] Last: Hello Masbah97, In addition to http://www.cplusplus.com/forum/unices/... (by Handy Andy)
|
by icy8
Output exe. not showing for visual studios. I tried everything! help!
|
|
[4 replies] Last: Hello icy8, kemort's answers are good, but I will try to explain it d... (by Handy Andy)
|
by peklo
rectangle with ziggzagg lines-need help...
|
|
[7 replies] Last: thank you all, you helped me quite alot here! (by peklo)
|
Output Incorrectly |
|
[7 replies] Last: #include <iostream> using namespace std; void makeRectangle(int, in... (by closed account 48T7M4Gy)
|