General C++ Programming - January 2010 (Page 15)

Sound
 
Hello. Working with sound needs specific header files? How can I download It?
[1 reply] : OpenAL http://connect.creativelabs.com/openal/ (by Duthomhas)
Polynomial Root Finder
 
I've been having problems with a program I'm writing for finding the roots of any polynomial. I use ...
[6 replies] Last: Small note: don't forget to free the memory allocated by the GetRoots ... (by moorecm)
How do I make OLE items non-openable?
 
How do I make OLE items non-openable? In other words, if an OLE item is pasted into Wordpad, how ...
[no replies]
fprintf with string argumant
 
Dear all, In order to creation a formatted file, I want to utilize `fprintf`. it must get `char*`...
[2 replies] Last: Thanks alot. It works. Regards (by arianmd)
Error compiling a program
 
Hi, I'm trying to write a program to keep track of money, using the read/write function. I've tried...
[6 replies] Last: Worked like a charm, thank you all so much for your help. I got it up... (by madhatter19)
One base multiple derived classes
 
Hello; I want to use inheritance to make two classes and I want them to have same base class. Dif...
[6 replies] Last: constructors and destructors of the base class is always called when a... (by blackcoder41)
by xikkub
Arrays as Parameters are 4 Bytes?
 
When I use the sizeof() function to determine the size of an array passed as a parameter to a udf, i...
[15 replies] Last: I think there is some minor terminology abuse going on here. STL algo... (by moorecm)
by lace28
Read file content
 
Hi, I want to read the content of a binary file which does not work correctly using the read meth...
[2 replies] Last: You're right the read() function doesn't stop reading at the first 0 b... (by lace28)
by gumaze
Database access cost
 
When speed is crucial for running a program that execute millions of calculations, accessing informa...
[no replies]
Double Array Problem!!! Plz come in...
 
Hi all, I try to implement the following: I have 3 sets of integers which may not be equal in siz...
[13 replies] Last: I was wrong with this statement vertices is a pointer to an int arr... (by luckycusp)
OR Bit Operation
 
Could someone explain flags and their use of '|' or OR. Could you also note what it does internally ...
[2 replies] Last: Thank you. This helped quite a bit. (by closed account S6k9GNh0)
Happy New years every ones
 
Happy New years every ones Thank for all helps that you did in the past years, God Bless you ...
[1 reply] : Happy New Year to you too. (by guestgulkan)
Odd Shape Object tracking with opencv and C++
 
Hi, Currently I have a program to detect odd shape object from web cam. The program is able to dr...
[no replies]
by bmruze
Sleep() function C++
 
Can anyone tell me what functions are better to use in C++ other than Sleep? I’ve heard of Pause a...
[10 replies] Last: Silly me... always google first. (by tummychow)
C++ Customize Context Menus
 
Hi I have been working in C++ Console applications (VC++ editor). Now, I wish to customize my con...
[3 replies] Last: I'm not sure I understood you correctly the first time. Are you say... (by Duthomhas)
by cl41re
Templates (not quite partial specialization but perhaps similar)
 
Hi, For a templated class, I would like to be able to require that the template typename extends ...
[8 replies] Last: @cl41re hehe, i expected that error. yeah why would you use template ... (by blackcoder41)
by meesa
[C++] Const Expression
 
So I'm creating a function to put info into an array. Problem being is that I don't know the size of...
[8 replies] Last: Okay, I'll look further into them. After I posted that it worked, it d... (by meesa)
C++ Preprocessor #ifdef #ifndef confusion
 
I've read everything about them but my compiler is still freaking out about this stuff. Here is...
[2 replies] Last: http://cplusplus.com/doc/tutorial/preprocessor/ (by blackcoder41)
Change specific ostream lines
 
Hi, Is it possible with an ostream like cout to change specific lines into new text?
[4 replies] Last: If if want to write to a specific location on the console and/or overw... (by moorecm)
ERROR C2664
 
Hi, I'm new at this so heres my problem. im creating an online library and im stuck on one part ...
[5 replies] Last: For the first error, there is no implicit type conversion available to... (by moorecm)
January 2010 Pages: 1... 1314151617
  Archived months: [dec2009] [feb2010]

This is an archived page. To post a new message, go to the current page.