199,111 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for avi_d59

i need a program code for my project and the project is-movie hall ticket booking using c# programming language

Member Avatar for Geekitygeek
-2
410
Member Avatar for sDanyal

This is a incomplete code Complete this code by using Dev C++ for practice[code]#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<strings.h> #include<iostream.h> #include<dos.h> #include<time.h> #include <cmath> #include <windows.h> void sleep( clock_t wait ) { clock_t goal; goal = wait + clock(); while( goal > clock() ) ; } void gotoxy( int x, int y …

Member Avatar for dusktreader
-2
418
Member Avatar for judithSampathwa

hi there, i have a datagrid view and it have a datagrid view combo box in it. i use the below code to load data to the datagrid view combo box. [CODE] DataGridViewComboBoxColumn comboBox = (DataGridViewComboBoxColumn)dgvAction.Rows[i].Cells[1].OwningColumn; comboBox.Items.Clear(); comboBox.Items.AddRange(m.LoadUSEmp()); [/CODE] what i want is how can i display the first value …

Member Avatar for rupeshbari
-2
270
Member Avatar for sarithak

Hi frnds... i m using date time funtion in many ways..but i m not getting indian timings...plz tell me how can i exact indian timings... i used all the below functions... [QUOTE] php_value date.timezone "Asia/Calcutta" echo date('d-m-Y H:i:s'); putenv("TZ=Europe/Istanbul"); [/QUOTE] i need only for a single page..

Member Avatar for Member 784564
-2
649
Member Avatar for lab3tech

I am new to VB, and am having problems with a program. I have a textbox where the user enters a grade value, then clicks tghe add button to display the grade in a listbox. The user continues the entries until all grades have been entered. I have also programmed …

Member Avatar for Sarama2030
-2
2K
Member Avatar for Saxo

Would anyone have a C++ program that will prompt the user to enter the number of students and subjects that have been marked, the user should be able to enter the names of the students and subjects and the user should also enter the associated exam results. The program should …

Member Avatar for meandmyself
-2
525
Member Avatar for Dimonbak

Hello! I currently am enrolled in an intro to VB2008. I have done well thus far but have hit a snag on Chapter 5 programming challenge 4 on p350 of the 4th edition(yellow). I swear to you I have put probably 10 hours into this embarressingly and I am ready …

Member Avatar for Moorendeavors
-2
583
Member Avatar for Abiha

i didn't understand ur answer plz reply in more modified way and also tell wats the prob in a=pop(); & in b=pop(); and also tell the output of a+b*c/d^e rply as quick as possible thankyou [code]#include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h> #include<ctype.h> #include<math.h> #define MAX 20 char stack[MAX]; int top=-1; char pop(); …

Member Avatar for NP-complete
-2
1K
Member Avatar for bladethebric

im probalby beiing anoying like this.. but can somone help me .. im a real beginer at this.. the point is i rly need help :D its like this mmm i need to make a hangman game half of the code is done.. and it seams i cant draw the …

Member Avatar for NP-complete
-2
254
Member Avatar for em-kay

Hello FirstPerson First of all, Im not an openGL expert but Im trying to write a code of a movng object and Im facing some problems. So i need your help please here is the code [CODE]#include <iostream> #include <cmath> #include <windows.h> #include <gl/Gl.h> #include <gl/Glu.h> #include <gl/glut.h> double r=600/4,delta=1/r; …

Member Avatar for em-kay
-2
2K
Member Avatar for pinkey

write a c++ program for doing string searching? the assumptions: 1.the progeam should read an arbitrary text from a text file. the name of the file should be read from the user. 2.the size of the text (num of lines and num of characters in each line is arbitrary. the …

Member Avatar for chiwawa10
-2
317
Member Avatar for harshchandra

This program generates different combinations of a number or a string as given by the user.just a simple implementation of arrays.

Member Avatar for Nick Evan
-2
266
Member Avatar for kashimushi

Problem Statement: Finding the repeated elements in an array You are required to write a program that takes 10 integer values in an array as input from user. After getting input, the program should find the elements with repetition and number of times each element is repeated. Detailed Description: 1. …

Member Avatar for needhelp//
-2
2K
Member Avatar for vijaysdon

How can we pass the variable value from javascript to jsp page at runtime? I am getting this problem when i want to display the second drop down box according to the selected item in the first drop down. For ex: Lets consider we have a drop down field named …

Member Avatar for peter_budo
-2
2K
Member Avatar for bl@ck_d3ath-v2

hi i want help in my project m working on the BOOK class. plz make USER class as m getting alot of difficulties in it...i will user ur code as a reference code and will write my own code after undertanding it thnx

Member Avatar for NathanOliver
-2
1K
Member Avatar for manju_b_2006
Member Avatar for Adak
-2
593
Member Avatar for djinn1971

i am trying to set a key press event to accept only letters a-z and back space no numbers but im not sure how to word it can anyone help?

Member Avatar for kvprajapati
-2
1K
Member Avatar for timbomo

error C2297: '>>' : illegal, right operand has type 'void' error C2296: '>>' : illegal, left operand has type 'float' error C2297: '>>' : illegal, right operand has type 'void' warning C4552: '>>' : operator has no effect; expected operator with side-effect. i get these errors and i dont know …

Member Avatar for kvprajapati
-2
1K
Member Avatar for msaqib

This is an automated system for Bank Management. It uses files to handle the daily transactions, account management and user management. Nice graphical layout and mouse functionality. Manager can add, edit and delete the users and manage the user accounts. Code From: <URL SNIPPED>

Member Avatar for jephthah
-2
318
Member Avatar for Muhammadlodhi

HI i made this program for odd inputs if press 5 then ***** * * ***** * * ***** but not showing the correct answer. write a right code if u can plz thanks alott. [CODE] #include <stdio.h> int main() { int num, i; printf("press any odd num"); scanf("%d", &num); …

Member Avatar for jephthah
-2
291
Member Avatar for Muhammadlodhi

Hey guys and girl i need your help in program only in C CODE user press only odd numbers then the following result has been shown like if 3 then *** * * *** if 5 then ***** * * ***** * * ***** PLZ HELP ME >>>> Thanks

Member Avatar for Salem
-2
364
Member Avatar for virgin199

hello how are you ?? I sing here because i know that you will help me.:) I have a difficult:( assignment and I have to give it to the teacher tomorrow at 9 am, It’s about the class and it says A. Some of the characteristics of a book are …

Member Avatar for jephthah
-2
670
Member Avatar for LunchBox_1001

Ok i im writing code that uses three funcrions and they are int getNumAccidents(); void findLowest(); void findHighest(): This proram function is this determines which of 5 geographic regions within a major city (north, south, east, west, and central) had the fewest and highest reported accidents last year. Could some …

Member Avatar for Fbody
-2
260
Member Avatar for gauravvmahhajan

I used VB 6.0 very much. There is a provison to compile to EXE file then package and deployment wizard make setup.exe But I learned VB.Net 2005 programming but I couldn't any way to make a setup program or any alternative to sell my project.

Member Avatar for kvprajapati
-2
2K
Member Avatar for eternaloptimist

i need a function to line up the info with these columns.: Name Test 1 Test 2 Test 3 Average here is the code that i have so far.: [CODE]#include <iostream> #include <iomanip> using namespace std; void arrSelectSort(float *, int); void showArrPtr(float *, int); void showAverage(float, int); int main() { …

Member Avatar for Fbody
-2
1K
Member Avatar for Comatose

Another Small And Simple Function To Take Each Character of a string, and put it into an Array, This helps significantly when you need to sift through a string. This Function Uses The spush (String Push) Function, Also In Code Snippits.

Member Avatar for jfc2k4
-2
913
Member Avatar for ziaul1234

hi I am really having a problem on making a project of inventory system in Java. The project says: The inventory control system should have 1. Login in to the system. 2. Adding new items. 3. Modifying data of selective item. 4. Deleting existing items. 5. Check the stock availability. …

Member Avatar for linx311
-2
459
Member Avatar for ritika_khanna

hi, i am doing on online railway reservation projet in vb.net. I have taken train scheduling in which i have to specify routes of all the stations which are coming in between source and destination.routes are specified in rows and columns.But i do not understand how i specified routes in …

Member Avatar for peter_budo
-2
965
Member Avatar for alcay
Member Avatar for CppBuilder2006

I need an API function that disconnects the computer from internet! does type of connection matter? eg dial up, adsl or.. :)

Member Avatar for CppBuilder2006
-2
583
Member Avatar for Katherine87

I have problem With My Calculator in ASP.NET C# in Microsoft Visual Web Developer 2008 Express Edition : web application not windows application the code: [CODE]protected void Button2_Click(object sender, EventArgs e) { //Double F1; //Double S1; // Double Re; // F1 = Convert.ToDouble(TextBox1.Text); // S1 = Convert.ToDouble(TextBox2.Text); // Re = …

Member Avatar for Katherine87
-2
282
Member Avatar for jan1024188

I want to know how to write a program that moves for example C:\ex.exe to D:\ex.exe.... What header to use? stdio.h? what function to use? Can i get a link of source(this program) ?

Member Avatar for luigi10011
-2
20K
Member Avatar for naren7

how to add youtube videos in windows player in winforms using c#.net.or what is other way to do this.

Member Avatar for Diamonddrake
-2
847
Member Avatar for Scuppery

If you are on school and you are taking algebra like me or just want to find the missing length of one side of the triangle than this program should help you out. Pythagorean Theorem Calculator is great and extremely essay to use thanks to this little program I pass …

Member Avatar for hondros
-2
2K
Member Avatar for chester1908

Hey all. (the reason i dont post code is a)because i think its far too long because the whole program is not just about that and b) because i think you might be able to help me w/o code,as it is kind of wierd problem)~~ So i wrote this program …

Member Avatar for Murtan
-2
268
Member Avatar for harshchandra

This program takes two decimal number from the user and a operator for addition or substraction.it displays the binary equivalent of both number and also the added or substracted binary number .

Member Avatar for Nick Evan
-2
614
Member Avatar for sentinel123

hi guys is there a way to refer to every 2nd symbol of a string? example: [CODE] mystring = 'bananasplit' [/CODE] i want to refer to every 2nd and every 3rd symbol of any string the user types in. in this case the 1st symbol is 'b', the 2nd is …

Member Avatar for sentinel123
-2
4K
Member Avatar for pranavdv

Hello friends, i m trying to input user : scott and pass : tiger also trying user : system pass : manager but even though its not going to start. i m getting following error [QUOTE]SQL*Plus: Release 3.3.4.0.0 ERROR: ORA-12154: TNS:could not resolve service name Enter user-name: Enter password: ERROR: …

Member Avatar for debasisdas
-2
353
Member Avatar for HelloWorld23

Hello -- 1. Can you compile C code in Visual Studio.NET ? If so, can you please submit the proper steps in order to do this. Thank You :)

Member Avatar for shani443gb
-2
4K
Member Avatar for IT seeker

[COLOR="Green"][B]salam i m new here. i m student of MIT. the basic problem is with that i cant understand the statement of proagram that what i have to do in it. and theoratical i know what is cin, cout, headerfiles etc but not very much. so i ve to submit …

Member Avatar for IT seeker
-2
480
Member Avatar for samira1993

9. Create an application that will predict the approximate size of a population organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box and select or enter the number of days …

Member Avatar for vb5prgrmr
-2
486
Member Avatar for nevets04

[code] def a(classname,highdamageweaponname,lowdamageweaponname,ldmgname,hdmgname,yourhealth,enemyhealth,ldmgspellname,hdmgspellname): import os import random os.system("clear") monsters = ['cyclopse', 'duck', 'dragon', 'wizard', 'magician'] randommonster = random.choice(monsters) print "Class: %s" % classname print "1) %s (More damage, but less armor)" % highdamageweaponname print "2) %s (Less damage, but more armor)" % lowdamageweaponname a = int(raw_input("You are battling a %s …

Member Avatar for nevets04
-2
312
Member Avatar for sharathk60

[CODE]OleDbConnection con = new OleDbConnection("Provider = Microsoft.Jet.OLEDB.4.0; Data Source = D:\\incomexp.mdb"); OleDbCommand com; OleDbCommand com = new OleDbCommand("insert into incomeexp values (@year,@month,@data,@bal,@inc_exp)",con); com.Parameters.Add("@year", OleDbType.Integer); com.Parameters["@year"].Value = yr; com.Parameters.Add("@month", OleDbType.Integer); com.Parameters["@month"].Value = mn; com.Parameters.Add("@data", OleDbType.Char); com.Parameters["@data"].Value = s ; com.Parameters.Add("@bal", OleDbType.Decimal ); com.Parameters["@bal"].Value = j ; com.Parameters.Add("@inc_exp", OleDbType.Char); com.Parameters["@inc_exp"].Value = s1 …

Member Avatar for sknake
-2
270
Member Avatar for hla3mi

suppose that each of the four edges of a thin metal plate is maintained at a constant temperature and that we wish to detrmine the steady state temperature at each interior point . to do this we divide the plate to squares the corners of which are called nodes. and …

Member Avatar for vmanes
-2
268
Member Avatar for hket89

Standard telephone keypads contain the digits 0 through 9. The numbers 2 through 9 each have three letters associated with them, as indicated by the following table: Digit Letter 2 A B C 3 D E F 4 G H I 5 J K L 6 M N O 7 …

Member Avatar for hket89
-2
503
Member Avatar for needhelpe

hello! I am having problems with a palindrome program. I have to input an integer between 1 and 9. and then the output has to be: for example if I input 4: output: 1234321 if I input 5: output: 123454321 if 1 output: 1

Member Avatar for twomers
-2
389
Member Avatar for madeltweenlibra

java programming is the latest program around the world. i am a student of computer programing our assessment are too near, i need to learn java programs in just four days starts from tomorrow ... could you?

Member Avatar for javaAddict
-2
305
Member Avatar for Dixtosa

Hi all. i want to make separate process with python. for example i have python code. for example: [code] import time time.sleep(5) print "Time Over" [/code] named: t.py and i want to do all ^^that^^ just on other process :) i hope you understand. AND DONT GIVE ME LINKS PLS. …

Member Avatar for ov3rcl0ck
-2
265
Member Avatar for yorro
Member Avatar for xtremebeauty

hi my problem iz that i am making a program in windows application.. my program is map of my university...for that i have made multiple maps separate for each department in this map i have shown paths from main gate to that particular department ... now the problem iz i …

Member Avatar for Geekitygeek
-2
258

The End.