Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
Need help with cin setw
I made a program here is my code:
#include
#include
#i
how to query data from website using VC?
I want to query some datum from a website,so I need a program to read data from a .csv file, and ass
Question about ShowWindow()
Hello....
I'm struggling with sumpin, and I hope y'all can help.
I've got a CFormView
Is STL important?
I'm just starting programming and I've made it until the Standart Template Library. But the chapter
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Which practice of iteration through containers is preferred
In the "real world" what kind of loop do most people use to iterate through a container like a vecto
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
writing my own sobel filter convolution - something is wrong
I am trying to keep it very simple, I cant see anything wrong with my logic, could anybody help poin
moving mouse to display image coordinates
I have an existing MFC application that shows an image in the main window.
I'd like to be able to
recrawling
Can anyone suggest me how may i know a page is updated before it is being downloaded, so that i can
socket communication between c++/java and sending image
hi,
i have a class in c++ called win32_sockserver which creates socket to java. i am trying
Serial number of exernal hard disk/Thumbdrive
Hi guys,
I am new tio java networking concepts.Please tel me how to get Serial
number of exernal
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Regular expression tips or resources
Hello! I'm having some issues implementing the appropriate regex patter to eliminate unwanted charac
batch file not building to webapps folder
Hello. I just started running Vista :P and can't seem to get my projects deployed. I found out how
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
Problem with the Update command used with a sqldataadapter
I'm connected to a database on an SQL Server and I'm using a sqldataadapter, sqlconnection, sqldatas