How to find word in a string
I m working how to make a program to find word in a string. for this i posted my code it has logical error can any tell me what to do next?? i m tokenizing string after that what to do? thanks in...
View ArticleI want to retrive data between two dates to Crystal report
I want to retrieve data between two days usins vb.net 2008 and sql server 2005 thing coding I used Dim cryRpt As New ReportDocument [color="#008000"] CrystalReportViewer1.SelectionFormula =...
View ArticlePROJECT HELP
hELP WITH THIS PROGRAM ATTACHED, THE MAIN PROBLEMS ARE WITH THE FILES I GUESS , PROGRAM COMPILES WELL, 1) REGISTERING 2) ACCEPTING BLOOD 3) AND BLOOD QUANTITY I've reasonably good level of...
View Articlejava atm program using textpad has no syntax but runs weird
my project is due on monday. its about an ATM. i shows no errors but it runs wierd. when i chek my balance it shows me the first balance and when i run it again it jumps to the next balance instead of...
View ArticleHow hard would it be to make this app a reality?
This video shows a prototype of an app that uses your smartphone to vibrate a design on paper. My link
View ArticleSee labels through transparent area of a picturebox
Hey. What I need help with: I am trying to create a program where the background is my logo, my logo is a tree, the left half of the tree is solid, and the right half of the tree is made of 1s and 0s...
View ArticleGet Character on Both Sides of Delineator
I am working on an algebra calculator. I want to be able to get each of the Characters on either side of the delineator saved as strings. Example: 5x=2*63 string 1 = x string 2 = 2. THANKS. /> Below...
View Articleoverflow with recursively binary search in c++
I am trying to implement binarySerach recursively, but I got stack overflow. First I have find function that takes 3 parameters. Then I call this function in main and pass adresess from the array. Nut...
View Article[Link] Web Services Are Dead- Long Live REST
QuoteRemember the heyday of Web services, when we were always just one specification away from perfect interoperability? Ultimately, that towering stack of protocols collapsed under its own weight....
View Articlejava swing code execution
I tried this code for creating a java login page application, the code is like this import javax.swing.*; import java.sql.*; import java.awt.*; import java.awt.event.*; class LoginDemo extends JFrame {...
View ArticleHaving Issues With C++ Project
I am having issues with a programming project. I haven't coded in about a year but I have quite a bit of code and need help just putting it all together. The objectives of this program are to take a...
View ArticleHow to use R-tree for line segments (using opencv)
I have huge number of 2D line segments having varying in length and oriented in different direction. My idea is to find near by line segments for a given line segment using r-tree data structure. I...
View ArticleScore Decaying Program
Hi all, thanks in advance for any advice...My problem is that I am not sure that my code here is sufficient and/or the best possible design for what I am trying to do. The scenario is that I have a...
View ArticleRSS Feed Reader
Lets say the user will give me a URL of Dzone as in this one: http://feeds.dzone.com/dzone/frontpage?format=xml Now, for my rss feed reader i want to parse it. However, i cant see the XML form of it...
View ArticleError C2061 in visual studio,
I try to reference a struct from another class in my code and it gives me an error, saying I have a syntax problem. //Figure index struct FIGURE_TYPE { //Where to crop the image from SDL_Rect crop; int...
View ArticleWhat it does CL Register in this source code?
Hi all programmer...! I'm a new programmer with assemblly language and i have a lot of problem...! Friends, who can describe follow source code for me?! I can not understand register cl what It does in...
View ArticleTrying to create a Student and Grades file after dropping a .csv
Description: Aside from the file I/O part, this should all be a review. A .csv file is one that is "dumped" from a spreadsheet program. It is a text file that contains the rows of the spreadsheet as...
View ArticleDelete Three lettered Words in a string help
I'm having trouble grasping what to do next. My program has to take in a string and then delete all the three letter words in the string. I've posted my code below, if someone can point me in the right...
View ArticleAn error occurred creating the form
I can't find where is the problem, because i don't know in which line is the error. Only know that is before form_load event. Currently I don't know what to do and where to put break point, please...
View ArticleHow to start the GNU Fortran compiler.
I just installed the GNU Fortran compiler on my MAC OS X machine. I seemed to install without any errors, with the message "The programs have been installed in /usr/local/gfortran/". How do I start...
View Article