132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ashish_nirkhe

hello friends, i m in BE computer engineering, & selected a project in java for moving object detection with the help of web camera pls inform me where i can get help regarding this topic thanking you

Software Development engineering java
Member Avatar for ashish_nirkhe
0
81
Member Avatar for dexter1984

[CODE= CPP] //Searching for specific characters while (!stats.eof()) { stats.getline(counter,200); for (int i=0; i<strlen(counter); i++) { if (isupper(counter[i])) upper++; if (islower(counter[i])) lower++; if (isdigit(counter[i])) decimal++; if (isspace(counter[i])) blank++; if (counter[i] == '.') end++; if (counter[i] == '!') end++; if (counter[i] == '?') end++; total++; } } [/CODE] Hi guys, I …

Software Development c++
Member Avatar for Ancient Dragon
0
118
Member Avatar for Roy420

The issue I am encountered with is… the same vector we read as double is to be used in another function, but with different data type as mentioned bellow. So I need a conversion function which performs this fact. I have a class as follows [code][i]template <class T> class NRVec …

Software Development c++
Member Avatar for Radical Edward
0
135
Member Avatar for masterjiraya

In some of my programs I encounter error message in the middle of the successful start without debugging.... is there a code showing the reason of the error message?

Software Development c++
Member Avatar for mitrmkar
0
160
Member Avatar for Aamit

Hi .. I am new to JavaMail... [url]http://209.85.175.104/search?q=cache:h2HRteCAXKoJ:www.zukowski.net/WebTech-JavaMail.ppt+javamail+faq&hl=en&ct=clnk&cd=4&gl=in[/url] i am trying to run this code ...from this url.. [code]import java.util.Properties; import javax.mail.*; import javax.mail.internet.*; public class MailExample { public static void main (String args[]) throws Exception { String host = args[0]; String from = args[1]; String to = args[2]; // …

Software Development java session
Member Avatar for Chaster
0
160
Member Avatar for techie2008

guys, can u help me make a lexical analyzer that outputs invalid/valid only? it would really help if you guys help me with this. this is my midterm project. thanks!!

Software Development c++
Member Avatar for techie2008
0
247
Member Avatar for jssupekar

hi, I want to upload one photo at a time in picture box.... I would like to take input from user.. i have taken one button...by clicking on that button it should open the drives and files window.........after selection that link is stored in textbox.... how that link i can …

Software Development visual-basic
Member Avatar for Jx_Man
0
103
Member Avatar for arun_lisieux

Hey ppl, Im currently writing a code for the following problem. " Problem Statement ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: SquareDigits Method Name: smallestResult Parameters: int Returns: int Define the function S(x) as the sum of the squares of the digits of x. …

Software Development c++
Member Avatar for arun_lisieux
0
154
Member Avatar for scarypajamas

I've have a class function below (using fstream) for my game that I had working on Visual C++ 2008. When I tried to port my app to xcode, I found it compiled, but complained that the directory doesn’t exist. Believe me, the directory exists. I've checked and rechecked! Basically this …

Software Development c++ ios
Member Avatar for iamthwee
0
1K
Member Avatar for vs49688

Hey, I am having a really weird problem with my OpenGL Program. When I compile it in Debug mode and run it through Visual Studio 6, it works fine, but when I run it from windows, it works fine until the part where you go to manipulate the camera of …

Software Development c++ opengl visual-studio
Member Avatar for vs49688
0
80
Member Avatar for masterjiraya

I feel that all or almost all of the stack arrays needs a stack header... well this is the project target... I need to input a postfix algorithm an check whether it validates or not... I'm not very familliar with headers could some one suggest it for me or make …

Software Development algorithm c++
Member Avatar for iamthwee
0
122
Member Avatar for chanderk

Hi All, Could anyone listdown the differences between pointer & reference??

Software Development c++
Member Avatar for Ancient Dragon
0
139
Member Avatar for Herd_ya

I am relatively new to java, and i really don't understand some of the things going on. A freind gave me his java exam from his first year at universtity, and said it was relatively easy, i still do not understand it, so i thought i would ask here to …

Software Development java
Member Avatar for Chaster
0
137
Member Avatar for Typhoon

Due to some changes in my company's structure, I need to transform our catalog of products in a xml file. I need to know how can I do this provided that nobody has a technical background in the team.

Software Development xml
Member Avatar for gtd
0
211
Member Avatar for pusangkinalbo12

make a simple calculator involving the following operations addition, subtraction, multiplication, division, square-root and percentage!!thanks....:)

Software Development visual-basic
Member Avatar for Jx_Man
0
79
Member Avatar for toadzky

I am trying to use an existing access db file with my c# app. When I try to connect, it says that: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine." How do I register it/install it/whatever it is I need to do to make it work? Thanks. I …

Software Development microsoft-access visual-studio
Member Avatar for nvmobius
0
157
Member Avatar for Chaster

Hi everyone, well, my problem would be:There is a database server which contains no databases. So there is nothing to connect to (as it is needed by the DriverManager.getConnection instruction). How can I create a new database under these circumstances? Thanks, Chaster

Software Development java mysql
Member Avatar for Chaster
0
137
Member Avatar for adityam4444

Hello I have a jsp on which there is a table and a hyperlink to Export the same table into excel sheet. According to the functionality, it is required that on clicking Export, a blank pop up without address bar and other toolbars will be opened and on that empty …

Software Development java
Member Avatar for adityam4444
0
252
Member Avatar for Renukavani

hi everyone. I have Splitercontainer control. normaly if u keep mouse in between u can able to c spliter image . its possible inside of that i can keep my image over there. its in C# win. plz help me out.thanks

Software Development c#
Member Avatar for Renukavani
0
67
Member Avatar for StayElla

Hi!! I am EXTREMELY knew to Visual Basic. (You will be able to tell shortly!) I needed a computer programming class for school and my advisors put me into a class that uses Visual Basic! Ive been struggling!! My latest assignment is........ -Write a program to request positive numbers one …

Software Development visual-basic
Member Avatar for aktharshaik
0
124
Member Avatar for JackDurden

I know I already posted this but I guess I cant do it the way it was shown. I want a 2-dim array to print out on the same line as string word. I cant seem to figure out how to get a 2-dim array to do this, does anyone …

Software Development c++
Member Avatar for Ancient Dragon
0
130
Member Avatar for kingpmp

I wrote a post-install script, which is executed after the package installation by command like " pkgadd -d /mypackage.pkg". I also want to read user input in post-install script as follows: [CODE] while [ "$ANSWER" != "y" -a "$ANSWER" != "n" ] ; do echo "Apply changes to database? [y/n]:" …

Software Development first-post shell-scripting
Member Avatar for eggi
0
124
Member Avatar for kwan_kwan08

I try to access a same database using two different system, a) a window based system and b) a web based system. Both are using VB.NET. But it seem like the there is either one of them can access the database at a time. When one of them running, the …

Software Development open-source vb.net
Member Avatar for kwan_kwan08
0
89
Member Avatar for cellus205

Right now Im having trouble getting data from a MySQL table and creating a new datatable to store this. I have a TreeView control that I am trying to dynamically add nodes to. The query that I have is returning the Attachments column of all rows where Owner = (parameter), …

Software Development mysql queue vb.net
0
81
Member Avatar for SHAWTY721

Hi I have a form where a user can enter a path name into a text box and I want to be able to check if the path name is valid. By valid I mean contains the right syntax. Is there a way to accomplish this in vb6. Thanks in …

Software Development file-system visual-basic
Member Avatar for Jx_Man
0
384
Member Avatar for inoxmum

Can someone plz help me with this. Its urgent. [B]Scenario:[/B] I have developed my application using C# and .NET class libraries. My application consists of two custom dlls and a .mdb file. Total four files including an exe file. These all work fine when run on a local machine. But …

Software Development windows-server
Member Avatar for nvmobius
0
138
Member Avatar for mrjoli021

I have a txt file with three sections. i need to use section 1 for one function section 2 for a diffrent function and part 3 for the third function. how can i read the file from a specfied delimiter to another delimiter. so bascially i want to read what …

Software Development
Member Avatar for nvmobius
0
111
Member Avatar for sciwizeh

new to network stuff going through the java tutorials and i did what it said heres the code: [code=java]import java.io.*; import java.net.*; public class EchoClient { public static void main(String[] args) throws IOException { Socket echoSocket = null; PrintWriter out = null; BufferedReader in = null; try { echoSocket = …

Software Development java
Member Avatar for sciwizeh
0
3K
Member Avatar for HLA91

Hi all In the book im learning from 'Getting Started In Java' one of the example programs is a small swing application with some buttons and icons on the buttons. I typed the code and the book tells me to place my picture that i want to use as an …

Software Development java java-swing
Member Avatar for HLA91
0
120
Member Avatar for soppyhankins

Hello again! I am trying to make a jump and run game using SDL, but I am stuck at the jumping part. Whenever I press the Up key, the sprite should go up. However, when I press it, it goes down. I have changed it and done math that should …

Software Development c++
Member Avatar for soppyhankins
0
252
Member Avatar for JackDurden

I want a 2-dim array to print out on the same line as string word. I cant seem to figure out how to get a 2-dim array to do this, does anyone know how to do this? [CODE]void Sort(string word[],float grades[][8], int number) { int i,j=o, temp; string aName; float …

Software Development c++
Member Avatar for Radical Edward
0
146
Member Avatar for saneeha

Can any one guide me how can i write a byte array to a file.. I am using ofstream class function write().. but it only accepts char*, can any tell me some other function or any way of conversion..ma code is: [code]Byte array[512]; //....the array is initialized using memcpy()....// fstream …

Software Development c++
Member Avatar for saneeha
0
957
Member Avatar for ederX

Having a hard time here, Im not great with pointers and arrays yet, can anyone tell me how to properly pass a char array, i thought this was right but the compiler is complaining with: I know the bubble sort is incomplete, i just wanted to quickly test the passing …

Software Development c++
Member Avatar for Radical Edward
0
1K
Member Avatar for shaynicb25

I have to create a program that reads the text, outputs the text as is and prints the number of lines and the number of times each letter appears in the text. I have to include an exception, so that if the array index goes out of bounds when the …

Software Development java
Member Avatar for javaAddict
0
444
Member Avatar for Alex Edwards

Is the [X] at the top right corner part of the JApplet or container with the JApplet? I need to make an action happen when the user attempts to close out of the JApplet and I'm not sure of how to properly access the window-closed button within JApplet context. Thanks …

Software Development java
Member Avatar for Alex Edwards
0
173
Member Avatar for Alex Edwards

I'm having a Focus issue when running a Swing application. There are 4 buttons visible on the JApplet. I have an implementation that allows the user to make keyboard and mouse events in the JApplet. The problem is that I can use the keyboard and mouse events when the program …

Software Development java java-swing
Member Avatar for Alex Edwards
0
167
Member Avatar for vulpecula

Hi everyone, I have a opened and read a file in a program that I am working on. I have the following informantion in the file: string intstring intstring intstring intstring intstring int string intstring As you can see, starting with the second string, the string starts right next to …

Software Development c++
Member Avatar for Lerner
0
186
Member Avatar for breezyy

Hey there, I have the following problem driving me nuts! I have 2 check boxes and each one is assigned a message (for check 1 say Hi, for check 2 say food). If I click on one of them, it displays its message in a text box, and pressing the …

Software Development visual-basic
Member Avatar for breezyy
0
138
Member Avatar for kavithabhaskar

i have 2 tables with same fields except that table2 has 1 additional field..but otherwise table1 and table2 have same fields and have different number of records in each and each row in each table could be the same or completely different.. i am trying to add the distinct values …

Software Development dataset open-source vb.net
Member Avatar for kavithabhaskar
0
114
Member Avatar for Clockowl

Hi guys, Could you tell me what's wrong with this code? I don't get why the compiler says it can't find a matching function... [code=cpp]#include <iostream> #include <vector> using namespace std; template <class T> int printVector(vector<T> &x){ for(unsigned int col = 0; col < x.size(); col++){ cout << x[col] << …

Software Development c++
Member Avatar for Clockowl
0
109
Member Avatar for Dancealot

Hi all. I am new to java, and trying to get bluetooth communication running on my mobile htc s710. I have heard something about having to initialize the stack before it can work, but I cannot find any information about how to do this, or how to get a package …

Software Development java
Member Avatar for peter_budo
0
263
Member Avatar for ahmbil

Hello i need a help for my barcode scanner project. i want to create a code save it in a DB and be able to read it and decode it with the barcode scanner.

Software Development visual-basic
Member Avatar for Ancient Dragon
0
103
Member Avatar for ++C LOVER

guys! please help me to choose language (c++/J2ME) for mobile application! Actually I decided to do in c++ but some of my friends say it is not a good idea to do it! so please tell me which language I should select for S60 mobile phones to do project and …

Software Development c++
Member Avatar for peter_budo
0
149
Member Avatar for Clockowl

Hi guys, I'm getting a segfault and I don't really understand why.. Here is the code n, i, quadcount, quadPerVert and quadindex are all (arrays of) unsigned integers. [code=cpp]unsigned int *quadsPerVert = new unsigned int[quadcount * 4]; //(...) vector<vector<unsigned int> > quadsPerVertIndex; quadsPerVertIndex.reserve(quadcount * 4); for (n = 0; n …

Software Development c++
Member Avatar for Clockowl
0
119
Member Avatar for Pgmer

Hai all. In my appliction im having MDI parent form. and i made frm2 as topmost form But problem is whenever i open some other appliction still that frm2 will come on top. whenver my application is open or active then only frm2 should be on top. Thanks

Software Development vb.net
Member Avatar for waynespangler
0
95
Member Avatar for death_oclock

I am making a blitting call on my backbuffer: [CODE=C++] BOOL drawImage(IMAGE *lpImage, LONG x, LONG y) { RECT rect; rect.left = x; rect.top = y; rect.right = x + lpImage->lWidth; rect.bottom = y + lpImage->lHeight; dwVideoErrCode = lpBack->Blt(&rect, lpImage->lpSurface, NULL, DDBLT_WAIT | DDBLT_KEYSRC, NULL); if(dwVideoErrCode != DD_OK) { MessageBox(NULL, …

Software Development c++
0
71
Member Avatar for HLA91

Hi all I was trying to make it so my small program that gets user input would first ask for a string and then print out the string that the user entered, then it would ask for a number it would read it in as a string and then convert …

Software Development java
Member Avatar for javaAddict
0
157
Member Avatar for SonxQ7

Is there a Template Class in Java as in C++, or is Object class in Java similar to Template class in C++ or at least the concepts...

Software Development java
Member Avatar for Alex Edwards
0
95
Member Avatar for glecymay

hello i hope you can help me :icon_question: i just want to know how to code binary value to decimal value using c++ im willing to wait for your response :) thanks a lot godspeed

Software Development c++
Member Avatar for glecymay
0
195
Member Avatar for lich

can anyone tell me how to round off the values..

Software Development java
Member Avatar for VernonDozier
0
166

The End.