199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for knrakesh

Hello I require a solution please the problem is the user register for an event at the admin side the admin can accept or reject is registration for event if admin clicked on accept a mail has to go saying that the registration has accepted else no mail please help …

Member Avatar for Josh Connerty
0
110
Member Avatar for 0xCMD

This is a newbie question regarding Bitwise Operators in C: The variable original is initialized to 0xABC. [code=c]unsigned int original = 0xABC;[/code] I know that 0xA = 10 in HEX but what does 0xABC mean? Testing it in the compiler I get the following value "2748". But how does this …

Member Avatar for csurfer
0
171
Member Avatar for larryperl

Hi, I have a my script here-- [code] print "The Perl Script does the User health check and system health check...\n"; print "---------------------------------------------------------------------\n"; # use strict; my($OS); $OS = $^O; # need to test @ARGV before GetOptions shifts it if (@ARGV == 0) { print "\nNo options provided, using defaults …

Member Avatar for mitchems
0
164
Member Avatar for Thediabloman

Hi! This is my first post, so be gentle.. :D I am learning CPP with a book called "Beginning C++ Game Programming", and I have run into a problem. The book asks me to make a program were the user can enter his/hers favorite games, delete a game, and print …

Member Avatar for Narue
0
86
Member Avatar for HITMANOF44th

i want to import a file and then use the items in variables i have the file imported i also turn it into chunks with explode now i tried preg_replace to get rid of certain charaters i need to get rid of " character from the file then split it …

Member Avatar for HITMANOF44th
0
106
Member Avatar for oystercatcher

Let me begin by saying that I am a lousy programmer and I am hacking away at something that interests me. I havent used these forums before so I hope the code I post doesnt get corrupted. I am working on a logarithm solver using a method explained by napier …

Member Avatar for oystercatcher
0
189
Member Avatar for san gabriel

[code=cpp]#include "stdafx.h" #include <iostream> #include <iomanip> #include <cstring> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { char s1 = ""; char s2 = ""; cout << "Input String1: " ; cin >> *s1; cout << "Input String2: " ; cin >> *s2; if ( strcmp( s1, s2 ) > …

Member Avatar for mirfan00
0
448
Member Avatar for virspy

Hello Friends, I got a problem iam working on a module called employers in that the company people can only give the username and we have to place the possiblity that employer cant able to modify the username and emailid can anyone please help me. Thanks

Member Avatar for quibbie
0
91
Member Avatar for JakShelar

hi friends, last two days i am facing problem with vista. Actually i developed one product in C#(Windows Application) and in this product I mostly used krypton controls like Command button. In XP all krypton command button captions are displayed but in vista OS does not display krypton command button …

Member Avatar for ddanbe
0
63
Member Avatar for swisschris104

Umm... Im New To c++, But Not New To Programming Lemme Tell you All About Me Before Yu All Pile On Me! Im Only 14! I Can Program basic Online Codez :CSS and HTML. I Can Also Program Visual Basic ( 3/4 of it) My Question About C++ is Can …

Member Avatar for Narue
0
134
Member Avatar for Xessa

I want to get the row number of a specific row in the table. Also is this legal? [code] INSERT INTO (SELECT * FROM myTable WHERE mynumber=2) VALUES ........ [/code]

Member Avatar for pty
0
138
Member Avatar for lss123

I just wanted to post the code I wrote for an OO C++ solution to solving sudoku puzzles. I'd like to invite anyone to ask questions, give comments, or make critiques on the methods or algorithms in the code. For a recent job interview, I was tasked with writing a …

Member Avatar for lss123
0
475
Member Avatar for defender_

i am writing a program with threads. it's a simple program in which user will enter how many number of thread he want to be created. what technique we use to create multiple threads ?? using for loop ??? suppose to run 3 threads... [code=c++] for(c=0; c<3; c++ ){ pthread_create(&thread[c], …

Member Avatar for kvprajapati
0
90
Member Avatar for localp

I am an absolute beginner in JAVA, i want to know how to upload and save an image in a prescribed folder. sorry, i tried my best to search for this in the net, but i couldn't find any related to this, and also i do not have any sample …

Member Avatar for peter_budo
0
141
Member Avatar for sw41

I have a list of 400+ names I am getting from a mysql database. They are listed out in a table. I would like to have a text box where once you start typing, the string highlights below, the more I type the less matches come about ([COLOR="Red"]will[/COLOR] and [COLOR="Red"]will[/COLOR]iam …

Member Avatar for infamousjre
0
1K
Member Avatar for phillipdaw

I am writing a utility to allow engineers to insert and remove code I have written for one time use. This code will be used to automate one specific (and lengthy) debugging phase, then it will be removed using my utility. Currently, my utility simply finds the exact function declaration …

Member Avatar for phillipdaw
0
154
Member Avatar for hiscasio

Design an Employee Information System for employees of Super Shoppy The employee master should keep employee specific information. For each employee, details of all dependent family members are also maintained. There may be one or more family members for an employee. The menu base program should provide following options… ï‚· …

Member Avatar for hawash
0
149
Member Avatar for david.1982

Hi Everyone, I have a datatable with a bunch of options in it, some marked "assignable", so not. I'm trying to dynamically create a radiobuttonlist with all the options listed, but the ones marked as not assignable without an actual radio button. IE, I don't want to gray out the …

Member Avatar for kvprajapati
0
88
Member Avatar for ankiesiau

i hv 8 movies to select in my list but i show only 2 for example. [CODE]Public Class frmSelect Dim currenttotal As Integer Private Sub listPlaying_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstPlaying.SelectedIndexChanged If lstPlaying.SelectedIndex = 0 Then 'If the first movie is selected grpOverview.Visible = True 'Make …

Member Avatar for kvprajapati
0
104
Member Avatar for Peyton

Hi there, I have been trying to figure out the common recursion problem given in e.g. 6.42 in the following link: [URL="http://net.pku.edu.cn/~course/cs101/resource/CppHowToProgram/5e/html/ch06lev1sec28.html"]Towers of Hanoi[/URL]. After a few hours I still can't figure it out, even though I've got the code: [CODE=cplusplus]#include <iostream> using namespace std; // num disks void Towers(int …

Member Avatar for csurfer
0
128
Member Avatar for catchmrbharath

I was trying to find the number of zeroes in a factorial of a number. The time limit was 2 sec. Max number of test cases being 100000 my code is as follows [code=cpp] #include<iostream> #include<cstdio> int five(int number); int two(int number); using namespace std; main() { int num; int …

Member Avatar for Sky Diploma
0
145
Member Avatar for kerek2

Hi Alls, I need help regarding to rename my event file by current date. It's mean my file will be rename by date automaticly.....i can write to the text but the name not replace with the current date....can u help me...plz

Member Avatar for Teme64
0
166
Member Avatar for Bisaye

Hi I am woring on a for loop to extract selected datas from matlab workspace.The program has some problem to give you an idea what it all about. I want to read 12 datas which follow some pattern in my case every 10 datas that follow a criteria 20 first …

Member Avatar for Bisaye
0
113
Member Avatar for lavipc

Hi Everybody . .:) I am a new member and I am looking for somebody who can help me... I'm building a new website (HTML) and customers all over Orange County will be my target. I'm looking for a code who'll shows all the cities in Orange County, that looks …

Member Avatar for aashishn86
0
147
Member Avatar for shakeelahmed22

Please help me in the below program Write a class named 'Stack" that has two methods named 'push' and 'pop'. The class has the following members: Member variables : int array [] int n ------------------------> size of the array int top Constructor : to initialize n, array and top. Member …

Member Avatar for javaAddict
0
167
Member Avatar for rajboy

Hi there, Ive just started out learning C++ and ive been thrown 3 qns and ive got no clue how to start working on them.Im not here for the codes but rather someone could spur me up so that i can kickstart. First of all, i need someone to recommend …

Member Avatar for ithelp
0
100
Member Avatar for Potato.Head

Hi to all, I'm sorry to bother you again,but I have the following problem, I have the following DIV, that I need to position in the center of the page, I have the following code, but you can see the div is not exactly center, space I have from the …

Member Avatar for essential
0
129
Member Avatar for MJ Pieterse

I have a Java file with sub menu’s that links (via include) to my Master Page. everything works fine, except that the menu is not linking correctly. I have used relative links, but obviously the master page inherits each page and the links are not created to link via all. …

Member Avatar for MJ Pieterse
0
227
Member Avatar for ad65222

i am a newbie in this...can u plzz send me the code for....creating a file in the folder with userID & password. i:e if any one wants to access that file he should first enter the ID& password....please help me ASAP. keenly waiting for ur reply with "FULL CODE"

Member Avatar for samir_ibrahim
0
174
Member Avatar for Traicey
Member Avatar for MosaicFuneral
0
153
Member Avatar for keripix

guyz, im having problem programming with UNO. when i include the header, such as [code]#include <com/sun/star/bridge/XUnoUrlResolver.hpp>[/code] i get "no such file or directory" im new to this. Is there any things i must set first? ive already run the setsdkenv_unix.sh. Oh ya, im using openSuse. So any advice on what …

Member Avatar for keripix
0
45
Member Avatar for geny

Hi, There is this website -> [url]http://www.openrouteservice.org/[/url] ,where on querying and using this url-> [url]http://data.giub.uni-bonn.de/openrouteservice/index.php?start=7.0892567,50.7265543&end=7.0986258,50.7323634&pref=Fastest&lang=de[/url] ! I get Route Summary with Route instructions.Now,I want to grab it.How is that possible using PHP? To explain bit more,I have till now,created the required URL using text boxes and concatenating values and tried …

Member Avatar for geny
0
108
Member Avatar for s_sridhar

I'm not quite familiar with Visual C++. I was trying to create a basic win32 program. I compiled it but i don't know how to run the output file. If i select start without debugging, it asks me to choose the executable file. But i don't know what to do …

Member Avatar for s_sridhar
0
116
Member Avatar for Benkyou

So here's the thing, im reading a binary file wich is an image. I think im reading this correctly, so i have the whole binary info i red stored in a buffer and i wanna display this in my screen like '0100010010011' is there a way for me to do …

Member Avatar for Benkyou
0
120
Member Avatar for nourbee

can anyone here can help me? i only want a simple program which is the user must enter the right serial number before enter into my program... im using VB 2005 and using PDA application (mobile pocket PC) plez help me.... i only want the simple code....

Member Avatar for summerishere
0
184
Member Avatar for aashishn86

hii!! i am making a form in which the user fills in the fields and finally submits the form, which is then saved in the database i use asp and javascript for validations. the user can see, all the enteries as a list in another page. Now, i have to …

Member Avatar for aashishn86
0
94
Member Avatar for Benkyou

Hi there, this is my first post here so please tell, if im doing something wrong. Ok so heres the the struct [CODE] typedef struct _CMD { char nome[100]; char arg[100]; struct _CMD *prox; }*CMD; typedef struct _sCMD { int cont; CMD inicio; CMD fim; }*sCMD;[/CODE] The function i use …

Member Avatar for Benkyou
0
115
Member Avatar for noman78

Dear There I have one web application created in asp.net. i hosted the website on one american server. As the site was on american server so i did all scripting for date checks and conversion by keeping in mind the format mm/dd/yyyy. Now after one and half year i have …

Member Avatar for kvprajapati
0
129
Member Avatar for Logi.

Hi there, Im not very good with coding UIs but having to do one for a program im writing atm.... I have two windows in seperate classes and they both extend JFrame. From Window A i open Window B from the menu options but when i then want to close …

Member Avatar for masijade
0
102
Member Avatar for cmick56

I am having trouble figuring out how to write the following code and having the the two void functions? I am supposed to pass the values of the integer array to the functions using the call by reference method. here is the code i have so far. [code=cplusplus] include <iostream> …

Member Avatar for Ancient Dragon
0
142
Member Avatar for kashn

Please tell me how/where is it explained on using Java Tables? I know about JTables, but the problem with that is that I can't seem to get rid of the onClick MouseEvent on that... I need a static table basically with 2 columns and 1 row. ~ Thanks!

Member Avatar for kvprajapati
0
94
Member Avatar for athlon32

Ok...i've been getting a weird error in Gtk+. I've narrowed it down to this line: [code]gtk_menu_shell_append(GTK_MENU_SHELL(helpmenu5), about);[/code] that gives me this error: [code](packing:5236): Gtk-CRITICAL **: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed [/code] Now my program compiles, however the menu wont pop up and the terminal prints that error...does anyone know what …

Member Avatar for athlon32
0
121
Member Avatar for Xessa

Hi. I have a JSP page and servlet and a java class. Also a .js file. Anyways. I want to go to the database and select some variables from the database. After i select the variables i want to populate my HTML file with them with js code. The problem …

Member Avatar for kvprajapati
0
128
Member Avatar for vb_programmer

Hello Forum Members; I'm currently working on a project in which I need to extract Email addresses from Outlook DBX files. I'm facing little difficulty while doing this. The main problem in front of me is handling large files! Basically, I think my approach is to be refined. Currently, I …

Member Avatar for zwr
0
256
Member Avatar for imaloner

I am posting two threads because I have two different problems, but both have the same background information. Common Background Information: I am trying to rebuild code for a working, commercially sold application with only partial build instructions. The previous maintainer of the code (a mixture of C and C++) …

Member Avatar for JasonHippy
0
768
Member Avatar for realnsleo

hi everyone. i am having trouble with validating an input field where someone is supposed to enter their full name. i got this validation from the internet but it does not allow spaces between words. please help me correct it and explain to me what was wrong. Thanks a bunch. …

Member Avatar for essential
0
85
Member Avatar for exzibit23

i already connect to internet. but if im trying to access the site, it only gives me the code (page source) of it. why is that?

Member Avatar for exzibit23
0
70
Member Avatar for okieoilman

I need to add commas to my data.. Somehow I'm missing the mark on getting this done... Currently out putting building info with: [icode]<td><?php echo $row_DetailRS1['BuildingSize']; ?> </td> [/icode] I've use some variations of [icode]number_format($number);[/icode] without results. Should be easy but I'm not getting the results. Oh, and yes I'm …

Member Avatar for okieoilman
0
51
Member Avatar for Poab9200

Hello All, I have a question more like suggestions but none the less. For the past few days I've been thinking what "skill sets" not too sure what the proper word would be. Ok more to the point. I just what to know what things a programmer would need to …

Member Avatar for Poab9200
0
124
Member Avatar for csy

I used a dataset in multiple-reader and single-writer design in my application , but the 'read' and 'write' is possible happend at a same time . will it thread safed ? or I need to apply any locking mechanism? but i don't wish to lock the 'read' to be single …

Member Avatar for Stinomus
0
138

The End.