by mahnoorkhan
hostal management system
|
|
[5 replies] Last: Without seeing the code that's generated this error, we can't possibly... (by MikeyBoy)
|
what does <> means? |
|
[1 reply] : I found the answer http://www.cplusplus.com/doc/tutorial/templates/ (by linkoftheworld)
|
by superfury
Finding x,y pixel address in mode 13h VRAM?
|
|
[4 replies] Last: I've found out that my emulator is missing the support for the MAP13, ... (by superfury)
|
by mahnoorkhan
error???
|
|
[1 reply] : Show some code and we can help. I'd wager it's a stray semicolon or b... (by MrHutch)
|
by aritra
Doubt2
|
|
[1 reply] : We're not a homework service. (by MikeyBoy)
|
by rmxhaha
Turning recursive to iterative form
|
|
[4 replies] Last: I start thinking again and again, I find one iterative solution, I try... (by rmxhaha)
|
by superfury
VGA i/o port 0x3B8/0x3D8 and 0x3D9 effects?
|
|
[no replies]
|
Help with coords please |
|
[8 replies] Last: thanks to all.... because i also needed these types of information... (by Debraion)
|
by programgirl
Recursion code question
|
|
[11 replies] Last: you are on your way, to greatness. (by TinyTeeTree)
|
by xwielder
free()ing a _strdup'd value correctly?
|
|
[4 replies] Last: char *getText(); void someFunction(void) { char *msg = getText(... (by xwielder)
|
by aritra
Doubt
|
|
[2 replies] Last: Nothing undefined about it. http://ideone.com/0J9qvS (by cire)
|
by aritra
Doubt
|
|
[2 replies] Last: You should use a debugger. Step through the code and you can look at t... (by firedraco)
|
by PurpleKush
Taskbar icon disappear on mouse
|
|
[no replies]
|
for loop to find vector length |
|
[1 reply] : Scalar Vector2D::Length() { Scalar lengthSquared=0.0; ... (by closed account o1vk4iN6)
|
by harnman
Rand number gen help
|
|
[3 replies] Last: Thanks for the help! (by harnman)
|
by aritra
Question
|
|
[2 replies] Last: The only correct line is line 4. (by vlad from moscow)
|
by Bleedz129
Summing up arrays
|
|
[3 replies] Last: You should declare a third array that will have size equal to max( siz... (by vlad from moscow)
|
Quick Sort Implementation |
|
[no replies]
|
by fotoni2
Random vector
|
|
[6 replies] Last: Thanks a lot! This sounds good. I think each of your ideas, a gaussian... (by fotoni2)
|
by noodles1
Sending a string to a program.
|
|
[1 reply] : Did you try std::cout << a << std::endl; ? What other way do you have... (by Smac89)
|