Exchanging byte sizes |
|
[2 replies] Last: Oh right, I didn't know that bitwise operators couldn't be used with f... (by TheBeardedQuack)
|
by asda333
visual studio redist help
|
|
[no replies]
|
Collision Detection (1,2) |
|
[29 replies] Last: What do you mean by this? AC = A-C; Just what it says? You subtrac... (by Disch)
|
by superfury
VGA 4-color mode?
|
|
[no replies]
|
by benny850
Insert into a certain position in a double linked list!
|
|
[4 replies] Last: First of all, post corrected code (with pos used where it's required) ... (by andywestken)
|
by Jijo
dynamic allocation for string array
|
|
[4 replies] Last: Hi jijo! 1. I think @kwb's reply was quite useful, and about the " *(s... (by Yueeng)
|
by qriz75
Structures, loops and how not to repeat typing the same code
|
|
[7 replies] Last: Thanks cire, that reduces the amount of code even more. We're down to... (by qriz75)
|
by l0311
simple 3x3 guessing game
|
|
[1 reply] : It is the compiler that reports why it can not compile your code. We a... (by vlad from moscow)
|
by CroCo
Annoying Error??
|
|
[3 replies] Last: I have no idea what you were asked to do, so I can't answer that. (by kbw)
|
I need some help (SOLVED!) |
|
[2 replies] Last: Make it as a solved issue. (by CroCo)
|
by sujha
arrays+functions
|
|
[no replies]
|
by ThePoloHobo
Filling vectors!
|
|
[8 replies] Last: ahh it was the destructor messing me up! I thought initialization list... (by ThePoloHobo)
|
by hagfish88
Beginning Modularization Techniques
|
|
[2 replies] Last: ahhh I see that now. Thank you. (by hagfish88)
|
variable help |
|
[1 reply] : Something like this: #include <windows.h> int main() { HWND my_... (by JLBorges)
|
by msouppe
Text file help (1,2)
|
|
[24 replies] Last: Is there a way to see all 450 lines? The easiest way would be to re... (by cire)
|
by rapoza85
mortgage program
|
|
[3 replies] Last: #include <stdio.h> int main(void) { int years, months, index; do... (by ats15)
|
Searching for line intersections |
|
[5 replies] Last: Oh cheers man, I've already been reading that post and noticed you've ... (by TheBeardedQuack)
|
by WmWeber
Template Example Builds in VC++ 6, Errors in Watcom C++ 1.9
|
|
[5 replies] Last: VS6 is the compiler that built it. It's Watcom that wouldn't. (by WmWeber)
|
by Jorys22
slight hick up with a factoring program
|
|
[no replies]
|
by lostwithcpp
A linked list benchmark: STL vs simple one?
|
|
[8 replies] Last: thanks ne555, just what I suspected although I wonder why doesn't it c... (by lostwithcpp)
|