by matthewfs
comparing unsigned char to hex value
|
|
[1 reply] : unsigned char c = 0x01; if(c == 0x01) cout << "yay"; (by hamsterman)
|
by ty98
how do i drow a picter in a console program
|
|
[7 replies] Last: You CAN use SFML in a console program. The introductory tutorials at t... (by closed account D80DSL3A)
|
program skipping if/else statments |
|
[1 reply] : These two statements: msd = number / 10; lsd = number % 10; s... (by KAt in ThA hAt)
|
by warscoten
fstream question in program
|
|
[8 replies] Last: ...vaguely explain roundabout answers? 1. "How you write it into you... (by matsom)
|
by geomike
Simple Code failing
|
|
[3 replies] Last: Your problem is the for loop. Look here: http://cplusplus.com/doc/t... (by Branflakes91093)
|
by Shannon1981
C++ Test Review Help Please
|
|
[10 replies] Last: Write a linked list (of ints) library: create, destroy, isEmpty, count... (by hanst99)
|
Template Class - Method Definition Problem |
|
[5 replies] Last: Thanks for the link, Ne555. I'll read upon that now. Also, thanks for ... (by closed account zb0S216C)
|
by turbowhat
subtract new - used
|
|
[6 replies] Last: Ah........you're right, I must quit drinking at 9am..........hahahaha (by turbowhat)
|
by jason55915
function does not take 0 arguments
|
|
[3 replies] Last: You need to pass two arguments (like function(argument1, argument2); ... (by Albatross)
|
by STRADIGY
Command Prompt
|
|
[13 replies] Last: Okay thank you (by STRADIGY)
|
struct and reading from a file |
|
[4 replies] Last: Like Hamsterman said, you'll need an array of Nodes: #define NO... (by kooth)
|
by ty98
how to make a menu in a console program???
|
|
[3 replies] Last: In any CLI, you can just display a list of options and accept input fr... (by moorecm)
|
by oldnewbie
opengl question
|
|
[2 replies] Last: I expected what you're saying ,since Opengl is defined as a state mach... (by oldnewbie)
|
by SFX9901
Palindrome
|
|
[6 replies] Last: Whoah, disordered posts. Anyways, maybe that's not part of the assignm... (by ultifinitus)
|
by DShadow107
About pointers
|
|
[6 replies] Last: Really, a common C++ developer doesn't need to know how new, delete, a... (by closed account S6k9GNh0)
|
by matthewfs
Insertion sort on singly linked list
|
|
[no replies]
|
by Caesar1
Notepad program
|
|
[2 replies] Last: Thanks that solved it. I don't know how I overlooked that. (by Caesar1)
|
by shiyongseng
case and function problem
|
|
[2 replies] Last: I've not seen a whole lot on switches being used, but the assignment a... (by shiyongseng)
|
by icko718
program crashes
|
|
[3 replies] Last: Okay ... you are misusing char arrays. Until you know more about me... (by Disch)
|
by Maerle
linked error
|
|
[1 reply] : You have a typo. Where you have defined incrementMinutes , you have a... (by anonymous23323124)
|