by Blanco64
Arrays of dissimilar objects?
|
|
[4 replies] Last: Can you give me a visual example (code)? Lets say the base class is... (by Blanco64)
|
by MPKMM
Is there an expression for ANY variable?
|
|
[3 replies] Last: thanks, guys! (by MPKMM)
|
by mhough85
Quick question
|
|
[1 reply] : No, using variables as parameters of functions doesn't make them globa... (by Scipio)
|
by zehdopulo
How to move 2 DWORD to __int64?
|
|
[2 replies] Last: unsigned _int64 x=time.dwHighDateTime; x<<=32; x|=time.dwLowDateTime... (by helios)
|
by deerlittle7
What is the c++ code for Two-way sort/merge?
|
|
[2 replies] Last: And post some code to show some effort. I got an A in beginning and i... (by jsmith)
|
by deerlittle7
what is the c++ code for folding hashing function?
|
|
[1 reply] : Post code. We don't do people's homework for them. (by jsmith)
|
by deerlittle7
what is the c++ code for mid-square hashing?
|
|
[1 reply] : Please post your non-working code, otherwise we don't do people's home... (by jsmith)
|
by KBakerSR
linked list confusion
|
|
[2 replies] Last: deleteList looks correct. firstItem is wrong because it does not init... (by jsmith)
|
by mhough85
Global Variables question
|
|
[1 reply] : A global variable is a variable which is declared outside the scope of... (by jsmith)
|
by deerlittle7
how can i make prime-number division remainder?
|
|
[1 reply] : the % operator returns the remainder of an integral division 24964%9... (by Bazzy)
|
'c' source billinear interpolation |
|
[1 reply] : http://onslaught-vn.svn.sourceforge.net/viewvc/onslaught-vn/trunk/src/... (by helios)
|
by deerlittle7
what is the code of digit extraction hashing function in c++?
|
|
[no replies]
|
by deerlittle7
what is the code for radix conversion hashing function in c++?
|
|
[no replies]
|
by deerlittle7
what is wrong with my code?
|
|
[no replies]
|
by Faysal
Code needed!
|
|
[2 replies] Last: Where the user will be asked for entering his word which would be comp... (by Faysal)
|
by airowe
Header file Error...
|
|
[8 replies] Last: Repost what you have so we can spot the problem quickly. (by seymore15074)
|
Stopping a program |
|
[1 reply] : If you are inside a function, you can just return to get out of it, an... (by firedraco)
|
by c1one
how to write this spell check program in c++
|
|
[10 replies] Last: i would but im on my normal computer i dont have c++ on it :( um ill d... (by c1one)
|
by Afupi81
Function inside a function.
|
|
[2 replies] Last: tried the suggested change on the backspace structure, still not worki... (by Afupi81)
|
by jesusk
Using "For" in a program
|
|
[4 replies] Last: The while idea was the one... i found out why it was wrong, it accomp... (by jesusk)
|