by ladesidude
Floating Points and == operator
|
|
[6 replies] Last: Yep :) But macro's should be well defined in your documentation in c... (by Zaita)
|
by tdigdug
Sorting issue? Completed
|
|
[6 replies] Last: Thanks Faldrax. I will keep that in mind for next time. I switched my ... (by tdigdug)
|
char variable as a bit pattern |
|
[7 replies] Last: @akmalnuenberg: C is still widely used because it has alot of know beh... (by Zaita)
|
by Fluffy Bunny
function template
|
|
[3 replies] Last: Send it to Wellington, New Zealand. Corona please :D (by Zaita)
|
by ladesidude
floating points
|
|
[3 replies] Last: Ok. For example you have 1.9. if your (int) this it will become 1. It ... (by Zaita)
|
by Nandor
deleting content of files
|
|
[3 replies] Last: You don't need to delete it before ios::trunc. It automatically erase ... (by Mitsakos)
|
by Otto
Question about GetPixel(); -function
|
|
[6 replies] Last: I found this thread: http://forums.msdn.microsoft.com/en/vcgeneral/thr... (by Otto)
|
What is this doing? |
|
[1 reply] : It is usually expressed as int main( int argc, char* argv ) where ... (by Duthomhas)
|
by babu198649
2D array indexing
|
|
[2 replies] Last: thank u (by babu198649)
|
by ladesidude
Arrays and pointers
|
|
[5 replies] Last: Whew. I was worried for a moment there that my brain wasn't working ri... (by Duthomhas)
|
by hamo94
what does += mean??
|
|
[4 replies] Last: thanks a million i posted that question a few days ago and since i lea... (by hamo94)
|
by boenrobot
getline() behaving weirdly *the first time*
|
|
[11 replies] Last: Well, it looks ugly, but it works. There's one small problem left thou... (by boenrobot)
|
by Jacob
Opportunity to ask a bunch of questions
|
|
[9 replies] Last: Well my example isn't a card sorter, it is just making a deck(array) o... (by mikeb570)
|
by QWERTYman
Difference between loops?
|
|
[3 replies] Last: Like someone else said, it is possible for the while loop to run 0 t... (by mikeb570)
|
by deviant
primary expressions
|
|
[3 replies] Last: When you declare the "B" you use which means that it will be an arra... (by Mitsakos)
|
by powerpod
read modify write
|
|
[1 reply] : The value '2' is the character code for the picture of a 2. If you a... (by Duthomhas)
|
by deviant
variable types
|
|
[3 replies] Last: thanks a lot.. now my program is all alright.. (by deviant)
|
by LostStudent
Stuck on Code for Program
|
|
[4 replies] Last: The file is employee name, pay status, hours worked per week and hourl... (by LostStudent)
|
by matanuragi
how to read hexadecimal data
|
|
[3 replies] Last: How is the input formatted. As bytes? 01 7F 13 AB A5 0C ... or as ... (by Duthomhas)
|
by monie89
Word Reverse in C++. What to use?
|
|
[3 replies] Last: Yep. You got it exactly! ;-) You'll need another loop where ? ... (by Duthomhas)
|