by barbis
How to call a function from dll?
|
|
[11 replies] Last: Does anybody know how to use Delphi languages "Packed record" in c++?... (by barbis)
|
nested loop |
|
[5 replies] Last: johnbob, don't post solutions. In 99,9% of the cases, you're making so... (by Gaminic)
|
by heymrjack10
Fibonacci #s and Prime #s Help please!
|
|
[2 replies] Last: Hi, First I personnaly would suggest to use a function "bool isPrime... (by johnbob)
|
figuring out video transitions using c++ |
|
[no replies]
|
by kribel
Write output to a file using a template
|
|
[no replies]
|
Adding numbers in an array |
|
[1 reply] : I'd say something like this: // Outside loop: int carry(0); // In... (by Gaminic)
|
by agoswami
Map memeory issue in c++
|
|
[1 reply] : It can't work because you're using an array as a key, so you don't hav... (by DarioDigiuni)
|
by KaraPardue
Classes and Objects?
|
|
[10 replies] Last: Let me do your homework. int main(int argc,char* argv ) { Inventor... (by DarioDigiuni)
|
by MglMogul
Need help with finding sum of an array plz.
|
|
[1 reply] : On line 31, you're subscripting the variable "amount," but it's not an... (by mzimmers)
|
by joshrocks
compiler help.
|
|
[8 replies] Last: You can call lua or javascript code from C++. You can download lua lib... (by hamsterman)
|
by jls36
Hash Table with chaining
|
|
[5 replies] Last: I know about STL Hash Tables but my teacher wants us to create our own... (by jls36)
|
by MglMogul
Need help outputing months and days.
|
|
[no replies]
|
by LB
Best way to scope?
|
|
[1 reply] : According to the C++ Coding Standards by Sutter and Alexandrescu, in... (by Cubbi)
|
by bxdin
Bool member function won't return argument correctly
|
|
[13 replies] Last: I didn't say anything about syntax. I just pointed out what I think ca... (by Peter87)
|
by vivmen
checking performance of array
|
|
[12 replies] Last: well i tried above code but my result does not differ much 13211 4191... (by vivmen)
|
by mizzdomy
Amortization chart problem
|
|
[no replies]
|
Music in C++ |
|
[1 reply] : You need the PlaySound function. http://www.google.com/search?btnI=1... (by Duthomhas)
|
by doilin
Trying to add 'backspace' Functionality to my Text Editor
|
|
[2 replies] Last: OP also wants to use Alt+Key combinations. (Sorry to respond so late.... (by Duthomhas)
|
by bwilson1
Urgent! Trouble with a Programming Assignment Please help
|
|
[4 replies] Last: it should be: if(i%2==0) sum+=yValue*2.0; else sum+=yValue*... (by DellaCoder)
|
by wtfshawn
ctime !
|
|
[2 replies] Last: thank you :) (by wtfshawn)
|