by Pierce
Why will this not work? Bad use of IF function?
|
|
[6 replies] Last: = doesn't compare the operands. It sets the variable on the left to th... (by helios)
|
by madara
store binary of decimal in char array
|
|
[7 replies] Last: Yes. Integer 0 and chracter '0' are different. integer 0 is used to de... (by MiiNiPaa)
|
by ertix
Trouble with strcat and text file input
|
|
[2 replies] Last: I would love to use std::string. Unfortunately, this is an assignment ... (by ertix)
|
by sajis997
write to a file
|
|
[2 replies] Last: The issue is solved. Provided wrong file path . Thanks (by sajis997)
|
by IamANoob21
Input Validation with Ints and Doubles
|
|
[2 replies] Last: Input as a string and validate the string #include <iostream> #inclu... (by Yanson)
|
by rappyBob
PLEASE HELP
|
|
[3 replies] Last: It is late. Hopefully this helps it is my take your problem. Hopefully... (by Bdanielz)
|
by Isho
Creating a simple table
|
|
[1 reply] : Somethig like that: #include <iostream> #include <iomanip> int main(... (by MiiNiPaa)
|
by MechaNismBD
String Variable?
|
|
[3 replies] Last: Your not making any sense. You declared nickname, you just asked how ... (by SamuelAdams)
|
by ph0703
Question about Arrays
|
|
[13 replies] Last: Glad you figured it out. (by admkrk)
|
OOP TicTacToe Critique |
|
[8 replies] Last: WoW thanks for the replies guys, a lot of good information here for me... (by CpluspProgrammer)
|
Problem compiling Phonebook app LNK2019 error |
|
[2 replies] Last: damn... thanks lol (by CpluspProgrammer)
|
by HellfireXP
Deck of Cards Class
|
|
[1 reply] : In case anyone was wondering why I would make the 'card' structure usi... (by HellfireXP)
|
by sabaritky
Disposing Thread
|
|
[1 reply] : You could call std::terminate() from any thread and the thread you're... (by TheToaster)
|
by bedroomCoder
Seemingly Correct Program Crashing!
|
|
[2 replies] Last: The program runs now, thanks so much! Always the little errors... (by bedroomCoder)
|
by Elzcode
Repeating a menu option until user quits
|
|
[7 replies] Last: @dhayden, Neat readable clean code solution. I like it. (by CodeWriter)
|
Strings |
|
[6 replies] Last: @dhayden: Yes, I know. My bad for not being thorough-enough. (by koothkeeper)
|
by Soundork
Directives and Declarations
|
|
[5 replies] Last: I am failing to understand why two pieces of reusable code They are ... (by MiiNiPaa)
|
by PSYCHAMERON
About dynamic allocation...
|
|
[4 replies] Last: Object with automatic storage is destroyed when its scope ends In firs... (by MiiNiPaa)
|
classes and object orientated programming |
|
[2 replies] Last: yes it was sir/mam... this was also backwards. void Bank::setBalance... (by MaseratiDeluxe)
|
by alonlywolf21
Two Programs that have no errors won't work.
|
|
[2 replies] Last: Two Programs that have no errors won't work. Well, the second progra... (by andywestken)
|