199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for hiraksarkardg

I'm a IT newbie...one day a CST student asked me whether there is any way to write something at a particular location or not.....so am forwarding it to you all. Please guys help me..

Member Avatar for Ancient Dragon
0
119
Member Avatar for draak13

I had gotten my code all working, and everything is capable of doing what it's supposed to do. The next step for me was to organize it a little better; re-allocating my definitions to different source code files and that such...and there the problem starts. After declaring three dyanamic link …

Member Avatar for draak13
0
99
Member Avatar for bin_asc

I`m trying to load the contents of a php file, change some variables through a replace, and save it again, but upon loading, the file_get_contents doesn`t parse the start of the file for some reason. I tried this on my server and on the local server. Example : filesample.php : …

Member Avatar for bin_asc
0
173
Member Avatar for munyandi

hi every one!!! am doing a project that convert spoken word to text ( speech recogniton) in java... am a semi - beginner in programming. i wuld appreciate any type of help from any body. pls help me out???

Member Avatar for scorpious
0
147
Member Avatar for kevinritt

How do I upload an Excel or CSV file into a MySQL database. I 'Googled' it and tried a couple things but nothing worked. Appreciate any help

Member Avatar for sweet cLassy
0
74
Member Avatar for Ninabox

Hi everybody :) here is my problem: I have a Linux cluster I have to run tests on it by using scheduler PBS and I have installed the MPI libraries. What I have done so far is writing down with the help of vi editor a simple C programs using …

Member Avatar for Ninabox
0
118
Member Avatar for amt_muk

Hello friends, Is there any problem with "Zero-Length-String" in C/C++. Pls mention if there is any type of problem in standard string library-functions like strcpy, strcat, memcpy, etc. Thanx, Amit

Member Avatar for Ancient Dragon
0
126
Member Avatar for LudwigFF

Hello. I wonder if anyone can help me. I have the Following XML file, where I load multiple SQL database connection details: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ConnectionDetails> <ConnectionName ID="1">DAWS</ConnectionName> <ServerName>LOLLIE</ServerName> <DbName>DAWS</DbName> <UserName>sa</UserName> <Password>sa</Password> <Network>TCP/IP</Network> <ConnectionDetails> <ConnectionName ID="2">FreightEquipe</ConnectionName> <ServerName>FREIGHTFOCUS2</ServerName> <DbName>FE</DbName> <UserName>sa</UserName> <Password>sa</Password> <Network>TCP/IP</Network> </ConnectionDetails> <ConnectionDetails> <ConnectionName ID ="3">Media Express</ConnectionName> <ServerName>FREIGHTFOCUS2</ServerName> <DbName>ME</DbName> …

Member Avatar for LudwigFF
0
81
Member Avatar for asifjavaid

Hi all :) , I am working on video plug-in in C++.NET. I have a video file. Its size is not fixed. It can be in MBs or GBs. I have calculated sample size and sample count of video file and now I want to prepend (insert in the beginning …

Member Avatar for Ancient Dragon
0
115
Member Avatar for gpdrums

I'm working on an if else statement that will display a custom link for everyone except Company A. Everything below works just fine, but it's imperative Company A not see the first link. I've tried something along the line of: [ICODE]<?php $nolink = "Company A"; if ($_SESSION['company'] != $nolink);{ //display …

Member Avatar for langsor
0
180
Member Avatar for DegreasedMonkey

Hi all - hope someone can help me with this because I've been trawling the web looking for an answer to no avail :-( I'm trying to compile a big project (300+ files) and I seem to have no syntax errors in the code, but I get the following when …

Member Avatar for dougy83
0
107
Member Avatar for knrakesh

Hello friends, i copied a table from other database and using in other database, when iam using the same table in other database the primary key in the table is just auto increamenting from the past table only. i want it to start from 0 Rakesh

Member Avatar for langsor
0
90
Member Avatar for woody292

Hello all. I am working on a programming 2 lab and am unsure how to code the input and output for this assignment. Here is what the lab sheet says: "Your program will be expected to read input from the first file specified on the command line and to write …

Member Avatar for VernonDozier
0
402
Member Avatar for monkey_king

Hi, I'm doing a low-mem implementation of a matrix, than can contain values from 0-4, this is fine for my program. I input 4 values (each 2bit) into 1 char(8bit). I'm using bitpatterns and shifting to extract values. But this is of cause hidden from the user. I've done everything …

Member Avatar for ArkM
0
224
Member Avatar for hno

hi i have wrien a php file and i use wampserver 2 to execute my files.now i have writen a php file that connect to database and use it and now i want to trasfer my files to website but i don't now how to do this.please help me about …

Member Avatar for somedude3488
0
62
Member Avatar for turingmachine

I'm making a midlet that incorporates a database system with relatively large records (~10,000 patient records/health info system on an [B]EAV[/B] entity-attribute-value model). I suppose [B]RMS[/B] cannot do or "is not fit" for this job. (at least, efficiently) Can i use the [B]OpenBaseMovil[/B] for this purpose? or [B]Perst Lite[/B], [B]SQLite[/B] …

Member Avatar for turingmachine
0
126
Member Avatar for SyLk

can someone help me understand what i'm doing wrong here. attempted to run, program builds but no output is generated and the compiler does'nt generate an error message. thank you all. [ICODE]import java.util.Scanner; import java.io.*; import java.util.ArrayList; public class arrayManipulator { public static void main(String[] args) throws IOException { ArrayList<Integer> …

Member Avatar for SyLk
0
124
Member Avatar for RayvenHawk

i have an assignment I've completed except for copying a queue into another queue. According to the book the code for copying is almost the same for a stack, but when I tell my program that copy = original, it's blank. Here is the code I have so far. BTW …

Member Avatar for dougy83
0
2K
Member Avatar for alanchan

Hi, I develop the VPN accelerater card by using the C++ program. According to the explain of MSND, The function of 'CryptDestroyKey' can destroy the public key hanle and free the memory at the same time. But I got the false result when I use the function. So I wanna …

Member Avatar for alanchan
0
72
Member Avatar for SMG0723

I am a beginner and I would like to know whats wrong with my code why it is not working. I am trying to create a login form [code=csharp] private void btnSignIn_Click(object sender, EventArgs e) { string ConString; ConString = "Data Source=.;Initial Catalog=docworx;UserID=sa"; SqlConnection DbCon = new SqlConnection(ConString); m_Login = …

Member Avatar for fuzzelogic
0
74
Member Avatar for henry1987

i need help on setting the timer control to close an animated form within a specific period of time.

Member Avatar for selvaganapathy
0
142
Member Avatar for nizbit

I need to design a function to find within a string a match to what is being searched and then replace that string with another. For example I need to search the string "baseball" with the string "base" and replace it with "basket". The code I have so far does …

Member Avatar for nizbit
0
151
Member Avatar for inkcoder

This doesn't work: [ICODE] if (m == 1,2,3) { cout<< "Sorry you cannot go any farther north.\n"; }[/ICODE] How can I make this work? Ink

Member Avatar for inkcoder
0
106
Member Avatar for Diode

[QUOTE]In Visual Basic 6.0, control arrays could be used to specify a group of controls that shared a set of events. The controls had to be of the same type, and they had to have the same name. In Visual Basic .NET, control arrays are no longer supported. Changes to …

Member Avatar for james4560
0
214
Member Avatar for NinjaLink

Hello all, I am creating a program, and I am currently stuck. I need someone to guide me on track on what I am doing wrong. My main goal is to get the program to run. I can't even do that. My C++ code is provided below. Thanks for all …

Member Avatar for NinjaLink
0
274
Member Avatar for Dinomike1000

Hi, this is my first post on this forum. I am attempting to learn how to work with DirectX and make a game (Visual Studio 2005, C#). I found an extensive tutorial on DirectX games, but I can't find a necessary reference. Here is a link to the tutorial: [url]http://blogs.msdn.com/coding4fun/archive/2006/11/02/938703.aspx[/url] …

Member Avatar for Dinomike1000
0
393
Member Avatar for ingvarorn

I'm doing a assignment for a class at my school and have written this code that follows with little help from DaniWeb users but I have one final touch problem. The problem is that if I run my strcpy function it always fills out the pzsDestination array to fill out …

Member Avatar for ingvarorn
0
150
Member Avatar for lllllIllIlllI

Hi guys I have been making a program over the last few days that grabs an image and re-paints it in paint in 256 colour. The main thing this program is for is so you can watch it getting painted in paint. It works perfectly on my computer but i …

Member Avatar for lllllIllIlllI
0
371
Member Avatar for efg

its supposed to search string a for string b and once string a matches the requirments it should be printed alongside string b. anyway it does that but the output isnt c c c c c c what it should be but it shows double that for whatever reasons: [code=cplusplus] …

Member Avatar for hiraksarkardg
0
450
Member Avatar for amrith92

This is my resource file for a program: [CODE=cplusplus] #include "resource.h" // IDR_MYMENU MENU BEGIN POPUP "&File" //<=error is here BEGIN MENUITEM "&Refresh", ID_PROG_REFRESH MENUITEM "E&xit", ID_FILE_EXIT END POPUP "&Edit" BEGIN MENUITEM "&Options", ID_PROG_OPTIONS END POPUP "&About" BEGIN MENUITEM "A&bout AC", ID_PROG_ABOUT END END [/CODE] I've Checked the above over …

Member Avatar for amrith92
0
117
Member Avatar for bonede

I am administrator of a CMS system for publishing web content. Our editors send newsletters out in html format. Email clients that doesn't understand html display those newsletters as plain text. That means that all the the html tags are displayed as part of the content. I am working on …

Member Avatar for bonede
0
124
Member Avatar for Evil_Tim

I have a project that i need to do but i am having trouble with the code for a delphi application to auto find all the required files and database files that are required for the application to be able to function properly - meaning that if i move the …

Member Avatar for farhan386
0
91
Member Avatar for amrith92

Here's a funny program that simulates the matrix...waaay off topic... [CODE] #include <iostream> #include <ctime> using namespace std; const int NotUsed=system("color 02"); int main() { clock(); int n; double time; char matrixwords[]=" aijk FGHIJKlmnopqrs ABCDtuvELMNO PQRS bcde fghTUVWXYwxyzZ"; char matrix[]="01001100100101011110"; clock(); for(int o=1; o<=70; o++) { cout << "/"; } …

Member Avatar for amrith92
0
187
Member Avatar for lurverocks

Hi there i have some problem in this question . anyone help me on thaT? i don't know how to do the loop part. Thx. user has to enter 3 value and draws corresponding bar graphs using an ASCII character. For example, if the user entered 18,4,5, that program will …

Member Avatar for peter_budo
0
226
Member Avatar for watercolour

so far i already reach this line, but what make it pain in the ass is, i can't really seem to solve [B]how to make multiple operation in one execution[/B], i can only manage make it one operation in time, some say i have to [B]convert the operation like "1.22*3+2.1" …

Member Avatar for watercolour
0
123
Member Avatar for hiraksarkardg

Can anybody help me to do this program ? Problem is to write a program which will take another program as a input & it'll give a program flow chart. Ability of processing loops and if-else block would suffice. I can't understand where to start.

Member Avatar for ssharish2005
0
99
Member Avatar for Tecfan

I'm planning to connect a MIDI-keyboard(piano) to the external sound card (in the MIDI-port, duh), and program a program that will get the status from it. So my question is: How would I get the input signal from the keyboard(piano)? Which function/library would I use? (I only need ON/OFF signal, …

0
88
Member Avatar for TGMaverick

Hi guys, I am awfully sorry for yet anothr newbie post. I searched the forums in depth for somthing related to my situation but could not find anything. The situation is that I am in the final year of my degree and I have to do a final year project. …

Member Avatar for Dizdain
0
150
Member Avatar for Dizdain

Hello. I'm new to the community so hello everyone! I am having some difficulties with my php script. I am trying to generate a list of the latest 10 news topics in my site and code those topic titles to hyperlink to another page, news.php, which will show the entire …

Member Avatar for Dizdain
0
173
Member Avatar for ingvarorn

Hi again. I'm having two issues with this code, first of then strlen only counts the characters in the first word of the line I put into console. Then the second one is that the console takes the second word put into the console in to next "cin" and does …

Member Avatar for ingvarorn
0
133
Member Avatar for ingvarorn

Hi, I'm pretty new to C++ and basically pretty new to all programming at all, have done something in java in school but never been programming something else than some scripts in work until now. My problem now is when I try to compile this code I have here then …

Member Avatar for mustafaneguib
0
197
Member Avatar for bhoot_jb

i am currently learning VC++ with MFC. But i am quite confused now. My dilemma is whether to use structures (which i guess are used extensively at Win32 API level) or their equivalent MFC objects. let me elaborate it. For example i want an array of points to use it …

Member Avatar for bhoot_jb
0
164
Member Avatar for nizbit

I wrote a function that compares the characters of two strings recursively. If the characters of the strings are all equal the function returns 0. If the character from string1 is smaller ie-"a" to "l" it returns the negative difference of their ASCII vaules. If the character from string2 is …

Member Avatar for ArkM
0
132
Member Avatar for ajie6673

hello to all, would somebosy help me creating a library system that consist of book inventory, barrower form, validation of user hope someone could be able to help. iam new in php/mysql and have no idea how to start please help me i will truely appreciate all your help. thanks

Member Avatar for ajie6673
0
137
Member Avatar for lllllIllIlllI

Hey everyone I am interested in learning Pygame as a GUI that is suited to making games and i was wondering if it was worth it? My question is, is it good for anything else than games or animations?

Member Avatar for Ene Uran
0
110
Member Avatar for solaris249

[B]Is pascal vulnarable to heap overflow vulnarability?I think pascal doesn't any have problem with stack overflow attack.is it true in heap overflow attack too?does pascal any problem with heap overflow attack? Thanks.[/B]

Member Avatar for Mehrdadnk_20
0
256
Member Avatar for jasminselvaraj

Hello all, I have one shell script that takes the filename for processing as an argument. for eg. ./BulkEdit.sh SampleFile.xls. In the script it reads the filename from "$1" and does the processing of that particular file read from command line. If i have space character in the file name, …

Member Avatar for radoulov
0
147
Member Avatar for thenamenoonehas

Hi Everyone, I have been looking at ever growing number of Javascript form validation libraries and although a lot of them are very nice, I would like to know whether anyone knows of a library that offers easy input, ie class type validation but with simple alert box validation alerts. …

Member Avatar for essential
0
74
Member Avatar for Johari

Hi All, I have put together a service delivery application in Access that needs to send SMS messages to technicians in the field. Any ideas on how I may achieve this? Regards

Member Avatar for peter_budo
0
95
Member Avatar for chloevin

[B]hi im a newbie here,,, and i am having a hard time to display an icons in my chat program in vb6,,, does any body knows how to do it,,????[/B]

Member Avatar for peter_budo
0
148

The End.