General C++ Programming - November 2010 (Page 21)

by tantel
Divide and Conquer Algorithm
 
let A[1…n] be an array of integers. Design an efficient divide and conquer algorithm to determine ...
[3 replies] Last: Why divide and conquer? This can be solved in O(n) with just a linear ... (by xorebxebx)
difference of gaussian
 
hi, im trying to subtract 2 image, i just did a cv_gaussian blur for my image, so how do i subtract ...
[no replies]
Trouble compiling a program which should write a new file every day
 
Hello there, I have again trouble compiling my program file. The program should be started manua...
[17 replies] Last: Replace: if (currentday != dayWhenFileWasLastWritten) with: if... (by kbw)
Running a batch file from C++
 
In my program I have the ofstream create a batch file, what I want C++ to do is to start it. So far ...
[4 replies] Last: Thanks you for the post. (by kellyj994)
by wizard
write a 3d media player application for two (Left & Right ) AVI's?
 
Hello All, I have two uncompressed avi's (Left & Right) to view in 3D. Now I need to write ...
[no replies]
what process invoke on a.out
 
When we complie program and excute binary and run the command ./a.out .. than what is process inv...
[8 replies] Last: Thanks Galik That's what i was looking . what kind of process OS crea... (by agoswami)
by tantel
solution for the algo
 
Give a counter example: for the 2-tape problem, the following heuristic algorithm doesn’t always p...
[2 replies] Last: want algo..dont wanna right the code for this thanks (by tantel)
Inheritence ambiguity paradoxical behavior
 
I observed a peculiar effect. I have a superclass called Fraction and a derived class called MixedN...
[1 reply] : does m1*m2 return a MixedNumber? EDIT: Ah.. your problem is her... (by Disch)
Dynamic Array Template Class Trouble
 
I created a dynamic array class named chamber and recently edited it to handle all types with a temp...
[4 replies] Last: 1. In the constructor with itsLength =0 then pChamber = new T will ... (by MottMan)
November 2010 Pages: 1... 192021
  Archived months: [oct2010] [dec2010]

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