for and bool function problem |
|
[2 replies] Last: Oh that is what I forgot, thank you. Can`t believe I forgot that :/. T... (by closed account EwCjE3v7)
|
by nileshjdarji
output formatting
|
|
[6 replies] Last: setw() applies to next output. Logical choice if you need to set width... (by MiiNiPaa)
|
by Wait for it
function not working
|
|
[3 replies] Last: All I know is don't mix cin>> and getline(), I think that getline is t... (by LendraDwi)
|
by barreto
Help?
|
|
[6 replies] Last: You still have exactly the same problems I pointed out before. Lin... (by AbstractionAnon)
|
by HiCalSoft
Best way to store a deck of cards? (Array, Vector or something else?)
|
|
[6 replies] Last: Thanks for your help guys! My deck is now residing inside a struct! (by HiCalSoft)
|
by Iggles8
Error in Cout statement
|
|
[3 replies] Last: Line 16: That's not the correct syntax for a switch statement. No... (by AbstractionAnon)
|
by Genitruc
download/use random.h
|
|
[2 replies] Last: Thanks for the answer and the comment. (by Genitruc)
|
by xello
too many initializers in character array
|
|
[3 replies] Last: Thanks for the quick response! both solutions work. (by xello)
|
Clarification about this |
|
[3 replies] Last: I do not see recursion in your code, and it looks like sensible code: ... (by MiiNiPaa)
|
Little practice work from class, Confused |
|
[7 replies] Last: The ceil works but I just dont understand what it does to the thing. ... (by AbstractionAnon)
|
by Laurentius89
How to implement Tidy HTML?
|
|
[2 replies] Last: Awesome, I guess it's working now :) :) Thanks a lot! The first time I... (by Laurentius89)
|
by awsmridr8
Substitute an alphabetical char with another
|
|
[no replies]
|
by jdmic
Dereferencing string pointers
|
|
[9 replies] Last: ( p - lpData ) * sizeof(*lpData) When substracting last+1 and firs... (by jdmic)
|
by John2015
craps game please help me
|
|
[13 replies] Last: The instructions are your program! Just take each part of the instruct... (by PCrumley48)
|
by Binary91
argument type reference vs pointer
|
|
[2 replies] Last: Ok, sounds logical.. thanks (by Binary91)
|
by Binary91
Calling constructor of parent class by calling constructor
|
|
[3 replies] Last: Oh, thank you guys, I think I misunderstood something in my book... S... (by Binary91)
|
by Ikana
set precision struggles.
|
|
[1 reply] : What exactly your problem is? std::cout << std::fixed << std::setprec... (by MiiNiPaa)
|
by collapsed
CryptUnprotectData keep failing with error n 13
|
|
[7 replies] Last: Well, the decryption fails if a single byte is wrong. So I'm surprised... (by coder777)
|
by GaryWalker96
What am i doing wrong?
|
|
[7 replies] Last: Because you are still reading them from binary file. (by MiiNiPaa)
|
by billyb29
C printf
|
|
[8 replies] Last: just checked dos c++ lang. %p is in there too for pointers. (by closed account 1CfG1hU5)
|