Hi All,
I have to read text file which has data in following manner,
2345 zxc 123344 abchfdfdfdg
I need to read fixed length and store same into variable,
Say first 6 character, then nex...
Hello,
Im looking to make a client/server application where the server will be running on a linux environment.
After looking around I can only find single threaded socket examples, howev...
How to include OpenCV 1.2 to Dev c++4.9.9.2?. I tried some procedures as given in http://www.cypax.net/tutorials/opencv/index?language=en
but those are for openCV 1.1.
I always get the err...
I'm following a tutorial for MFC/C++ that regards automatic resizing of elements in a formview. Essentially, I want to have a CFormView dialog with elements that occupy the entire screen, no m...
HI guys,
I am trying to do what itsmeanobidyelse told me to do and see if it is working...
- create a folder below your project directory - say rltoolbox.
- copy all source files from
...
I need to concatenate two binary files. but i need to do this operation as fast as it can be. Can you show me a way to do this ?
thanks
(I am using windows and VS 2008-native c++)
This question was asked previously but, to no avail.
I am using code blocks as my compiler.
I have a program that I am trying to figure out.
The instructions given is:
Write a C++ progra...
GetProcAddress is returning null...
I am using the latest C++ Builder from CodeGear.
There is an API.h and file1.cpp - then I show my output... no compiling problems - just keep gettin...
Hi Guys,
I am trying to make a program that can detect edges and then select anedge as a landmark . But it seems that I have some problems with the heap. It is a long code, and I hope you c...
Hi All,
I am using sscanf function to read a text file with syntax like this
1 Record One With Space
2 RecordTwo
3 Record Three with space
How can I use the sscan...
What is the purpose of "#pragma section". In two different header files if same '#pragma section' is defined, then what will happen? If we defined in two different header files of same pragma,...
I'm a fairly new programmer as far c++ goes, and even newer to visual studio. I need to make an application that can go out and grab a URL and bring it down for me to parse and populate variou...
I'm working on an existing program and I see several uses of a curious bit of code:
gridCharsSeen->Add(new char[ strlen(gridChars) ]);
strcpy((*gridCharsSeen)[Zero], gridChars);
--...
hi,
Where can I find source code of 1D Bin Packing algorithm in C++ or C?
I know Best fit (BF) for one-Dimentional Bin Packing is best cutting with lowest cost?
I searched Net but cannot fi...
Each section is a separate file:
The second last section contains main and the last section displays the error that I cannot seem to figure out. I have indicated the line in main that is ca...
Hi
I need to know what is Static linking & dynamic linking of DLLs with simple example in C++ win32.
Where it'd be useful?
How to decide what to use.
Thanks
Subrat
Hi guys,
This is an error that I have ...
For more information you can see
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_24813099.html
Is Visual C++ Express 2005 better or Dev- C++ in terms of RAD. Which one has a better WYSIWYG interface and has more developed and advanced features.
Hi.
What I want to do is to draw the results of 3D functions and other 3D objects into my DC. To achieve this, I have to map 'real' values. For example, I would like to draw a cube which ha...
I tried to add OPenCV 1.2 to dev c++ 4.9.9.2 . I added the library files,i c inlcudes,c++ inlcudes etc correctly. The program is compiled properly without any errors/warnings. But when I run, ...
Hello
I have an application written in VC++ 6.0 that is intermittently failing (both running on XP Pro and 2003 Server.) When it does it produces an error in the event log:
faulting mod...
hello expert,
i have written a program for virtual cashier system using dev c++.
the following is the program
could you please and make modification where neccessary.
#include<std...
Is there a function or a library that can solve equations like: exp(constant*x) + exp(constant*x) = constant ?
If not , what is the best way to solve this equation in c++ ?
Thanks
Hello everyone.
I have an example of a Pacman game, we are doing path finding and we are looking at BFS (Breadth first search)
I need to be able to write down all the paths that the BFS ...
how can i find a machine is 32 bit or 64 bit?