199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for austinslik

Hello can anyone give me an idea of a project that I can do on C++ Please can you support your advice with something that i can read about it? its ok if not. Thanks, thanks in advance.

Member Avatar for Jishnu
0
130
Member Avatar for spikywits

Hi i need to have a update for a file that updates only the last modified content from another file.... say for example....if file A is having content like . . . hatxxxx catxxxx ratxxxx and file B(the file to be updated is having content as hatxxxx catxxxx then file …

Member Avatar for radoulov
0
113
Member Avatar for bis student

I have these question and I need some help from you : Assume that the maximum number of students in a class is 50. Write a program that reads students' names followed by their test score from a file and outputs the following: a. class average b. Names of all …

Member Avatar for amt_muk
0
143
Member Avatar for Leil@

I need a code which send output directly for printig i mean istead of veiwing program's output on screan(monitor) it should print it

Member Avatar for ithelp
0
56
Member Avatar for a1eio

Hello, I was wondering whether it was possible to embed something made with pygame, like some sort of animated display or bouncing ball whatever, into a Tkinter made window, with tkinter buttons/frames etc... Anybody heard of this or know of if it can be done? Thanks a1eio

Member Avatar for a1eio
0
809
Member Avatar for johnnybgoode

I am trying to activate the Help > About button with no succes. I made a GUI with Glade3 with only a menu item in the main window. Here's my code: [code] #!/usr/bin/env python import sys try: import pygtk pygtk.require("2.0") except: pass try: import gtk import gtk.glade except: sys.exit(1) class …

Member Avatar for johnnybgoode
0
157
Member Avatar for kv79

Hi i will ask maybe stupid question. I have a this. wcx.lpszClassName = classname.c_str(); and i do not understand context classname.c_str(); ??? I know in C just put "windows name".

Member Avatar for kv79
0
106
Member Avatar for zeromancer

Sorry for the double post. but it wasn't even remotely in the right spot before. I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll the DIV to the bottom when you add stuff to it. [code] <html> …

Member Avatar for digital-ether
0
1K
Member Avatar for smile!

I have a question in c++ , can you help me ,and tell me where is the proplem in my solution ? The question is: Assume that the maximum number of students in a class is 50. Write a program that reads students' names followed by their test score from …

Member Avatar for wamuti
0
114
Member Avatar for Sawamura

hi all, i m new in this forums. i want to save int file into dat in according to biner. please help me cause i dont know how to start.. thx.. best regards...

Member Avatar for Jx_Man
0
220
Member Avatar for ithelp

Every time I reboot my laptop it gets new static ip address, I login to unix servers using ssh, every time I have to manually export DISPLAY to actual ip address, is there any way I can automatically get the ip address of machine from where I am logining in?

Member Avatar for Duoas
0
104
Member Avatar for syedferhat

Hi Friends I have a form having multiple field such as option button set and checkbox with different names and values and on next page i want to get there name and value. The problem is that if i only use/checked option button i got proper names of object (option …

Member Avatar for Shailesh25
0
124
Member Avatar for abhi_elementx

Hello people, I need help with a template program that i am writing . I am trying to emulate Stack operations using template class which works fine with all the datatypes except char* [B]when using all the datatypes at the same time.[/B] What I am trying to do is [B]pass …

Member Avatar for abhi_elementx
0
104
Member Avatar for #include<DAN.h>

Does anyone know how to use a for loop to clear a 2D array? To clear a 1D array, for example you might do this: [CODE] char array[10]; for (int ct; ct<=10; ct++) { array[ct] = "\0"; } [/CODE] What I'd like to know is how to clear a 2D …

Member Avatar for Duoas
0
2K
Member Avatar for adilz.cool

I am new to this community and also new to PHP. My problem is that i have installed apache 2.2.6 and also have php 5.2 version. also made all the changes in conf file of apache. I also did all the neccesary things on PHP side (placing & changing files …

Member Avatar for adilz.cool
0
167
Member Avatar for manish_gajjar

i want to view image as tooltip of small image on mouseover on that so what is the code for that?using javascript how it can be done?

Member Avatar for Walkere
0
86
Member Avatar for hackme66

Hi im alfred from the philippines and i badly need your help so that i could create a "four in a row" game in vb6. Hope to hear from you guys soon. i badly need your help in making this game cause i really dont know where to start

Member Avatar for vbCNEW
0
86
Member Avatar for xdream

i having problem on the game is tied part. when i run the program it end with player 3 win. tis is the programe i hv [code=c++] #include <iostream> #include <string> #include <cmath> using namespace std; class TicTacToe { public: TicTacToe(); int Pick_Player(); int Pick_Row(); int Pick_Column(); int Check_Board(); void …

Member Avatar for xdream
0
172
Member Avatar for clairedubaer

I'm trying to make a mathematics game in Borland C++ v4.52. My game consists of multiple mathematical problems moving down the screen, while the user is able to enter the answer to any of these problems. Once the user has entered the problem, the problem disappears. My problem is that …

Member Avatar for Ancient Dragon
0
105
Member Avatar for odelya

hi! i am trying to change the title of a media player object: Private Sub stam() Dim wm As New WindowsMediaPlayer wm.URL = "C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).mpg" MsgBox wm.currentPlaylist.getItemInfo("title") wm.setItemInfo("title" ,"hello") End Sub the getitemifo works well, but not the setiteminfo i get a messege: …

Member Avatar for technogeek_42
0
254
Member Avatar for Nemes

Hello, I am running a lightly random-based heuristic search with a problem, and I encounter something quite peculiar. When I run the program using no compiler optimization, I obtain results that are consistently worse than when I use compiler optimization (-O3 parameter using gcc). What I mean by "results" is …

Member Avatar for Salem
0
122
Member Avatar for guitarrick

Stuck again. Determines the size of the green crud population on any given day. // Assumes that green crud reproduces every 5 days starting when // it is 10 days old,giving a growth rate following the Fibonacci sequence. // So if there is a new crud population of 10 pounds …

Member Avatar for Salem
0
105
Member Avatar for michaelmac

Hi I am use to using the old c/c++ system("dir") in the 16-bit world. how do I use it in the vc++ express 2008 world? Thanks

Member Avatar for michaelmac
0
134
Member Avatar for np2100

I am working on a program that scans a host and I ve run in to a simple problem I cant figure out. When it asks what type of scan to perform and you say number 2 it will go to the number 1 type of scan. Here is the …

Member Avatar for WaltP
0
87
Member Avatar for Icebone1000

hi, sorry my english im using visual studio 2005, my project is in win32 console application im training to use files, my problem is that i cant do a ifstream get all stuff of a .txt file, it get just the first line, i can do put all in the …

Member Avatar for Icebone1000
0
88
Member Avatar for kfupm

please could any one give me hints in this question A popular method of displaying data is a Histogram. A histogram counts how many items of data fall in each of n equally sized intervals and displays the results as a bar chart in which each bar is proportional in …

Member Avatar for WaltP
0
96
Member Avatar for Jessica892

So I'm in the final days of being able to turn this in, yes it is a homework assignment, but I've almost got it completely done. In fact I'm only having issues with like the last 8 lines. (at least that's all that is causing an error right now.) Here …

Member Avatar for iamthwee
0
181
Member Avatar for ericstenson

Hi- I have a doosie... I think. Maybe it's easy and I am just an idiot, I am not sure. Here's how it goes... On my web form, I have a GridView. I pull selected values from cells on the GridView. Sometimes I change a dropdownlist.selected value, which causes the …

Member Avatar for ericstenson
0
143
Member Avatar for eXceed69

Our servers is crashing everytime when my client scan my ports. And due minimal documentation since the code is writen few few years ago the only thing I could do is just recreate the whole event. below are the piece of the function that error and its exception tells that …

0
86
Member Avatar for pip1975

Hi there, I am having trouble with public variables. I am trying to create a public variable when a button is pressed. and then recall it on a different form. I cant seem to get it working. The code on form 1 is: Private Sub cmdstu_Click() fmpay1.Text1 = "Students" fmpay1.Text2 …

Member Avatar for pip1975
0
65
Member Avatar for jimmer12

hi i have 7 textboxes and 2 drop down boxes i need to write a while loop statement to validate them. thanxs

Member Avatar for waynespangler
0
73
Member Avatar for mohanvamsi_18

Please tell me .. how can i Initialise 2 dimentional integer array in visual basic 6.0 ..... if i am giving like this .. it returns error .. at ([B],[/B]) Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}} please guide me ... i want initialization …

Member Avatar for choudhuryshouvi
0
190
Member Avatar for kafkas

I need to find the 5 middle numbers in the center(example: 2 3 4 5 6 7 8, the middle numbers are 3 4 5 6 7, remove+subtract largest and smallest numbers), I have tried many ways but have not succeeded. Can anyone please help me? [code]#include <iostream.h> #include <iomanip.h> …

Member Avatar for invisal
0
173
Member Avatar for snitch321

how would i incorperate multi-threads in my coding to make the last section all execute at the same time(ive highlighted the last section): /** * draw a balloon on to a canvas * then to make them fly * * @author (chris twaits) * @version (12/10/07) */ public class Balloons …

Member Avatar for Ezzaral
0
182
Member Avatar for Teder

Hi all, I've been designing a program in VB6 to extract certain rows of data from a SQL Database and shoot them out over email. Problem is, the farthest I can get is to printing them on the VB form, and can't do much else. I get an error when …

Member Avatar for choudhuryshouvi
0
168
Member Avatar for nightwalker

Hello everybody, my name is Ludvig, I am a swedish student who educates myself to become an engineer. For my programming course I have made a minesweepergame, but to get the highest grade availible, I have to make it in graphics. I have succeded in doing a version without the …

Member Avatar for vegaseat
0
110
Member Avatar for lifeworks

Hi Working on a photographers CMS, the idea is that they'll resize their images using a batch processing app, separate from the website, then I'd like them to be able to add a new section and select the entire directory (of resized images) for upload, not just individual files... If …

Member Avatar for lifeworks
0
80
Member Avatar for moe1983

[B][U][COLOR=#000000]part iII: project[/COLOR][/U][/B] [B][U][COLOR=#000000]Problem 1[/COLOR][/U][/B] [COLOR=#000000] [/COLOR] [COLOR=#000000]a- Compute the median of a data file. The median is the number that has the same number of data elements greater than the number as there are less than the number. For purposes of this problem, you are to assume that the …

Member Avatar for Andre79
0
268
Member Avatar for silentdragoon

Hi, again. I'm trying to read in data from a file that I've opened, so it is sitting in FILE* fp. Now I want to put it into a format that I can do things with it (seperate it into words). My question is: how can I do this dynamically? …

Member Avatar for silentdragoon
0
155
Member Avatar for arunsolanki31
Member Avatar for Loyen

Hello DaniWeb. I'm new to this site and will just have to say some words before asking my question. I'm Loyen and I am 14 years old and lives in Sweden. I've just started on an upper secondary school about IT and there I'm going one class that's called "programming" …

Member Avatar for Loyen
0
2K
Member Avatar for snitch321

sorry to be a nuisance, but ive solved my other problems but now come acropt another one. The problem is that the line highlighted has an error message saying '<identifier> expected' . What do i do to solve it? /** * create an input temperature gauge. * * @author (chris …

Member Avatar for snitch321
0
121
Member Avatar for deef

I am a new student to php and I am working on my first project. I have created an html form, a php output form and a php confirm form. I am having trouble linking them together, when I fill in the information on my form it does not show …

Member Avatar for vssp
0
312
Member Avatar for searchacar

Hello everyone, I am trying to add an auto generated map in property website. [url]http://www.whatahome.co.uk[/url] When some one click on details of any house , it should show the page with google map using the postcode of their house, as in other website is implemented. Is this achieveble easily. Anyone …

Member Avatar for vssp
0
81
Member Avatar for chitra1

Hi, I'm working on web based project whereby I'm using Html and Php. I want to know how to create forums on a website that I have built.

Member Avatar for vssp
0
63
Member Avatar for kaushik259106

Is it possible to get the key value of any property file through JSP.. Let me explain.. I have following keys in my application.properties file. it has my.a=http://apple.com my.b=http://ball.com my.c=http://cat.com Now i want to access this from my jsp.. i tried to access like this.. <fmt:message id="alphabets" key="my.a" /> I …

Member Avatar for lovely12
0
84
Member Avatar for ceyesuma

I am writing a program to display a mysql database. I have added a search button. I would like to have someone look at the program,click search (it will display the contents of the database) then if possible break down the logical steps to take to 1click search 2capture the …

Member Avatar for lovely12
0
78
Member Avatar for Aaraggornn

I am trying to call the GetLayeredWindowAttributes(hwnd, crKey, bAlpha, dwFlags) function but it does not work. I use Visual Basic 6 on Windows Vista Home Premium. I declared it using: [CODE]Private Declare Function GetLayeredWindowAttributes Lib "user32.dll" (ByVal hwnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags …

Member Avatar for venkatramasamy
0
196
Member Avatar for pranavdv

hello, i want to find record with number field and text field. please help me

Member Avatar for venkatramasamy
0
166
Member Avatar for eranga262154

Hi all, I'm working with some date formating, with local and UTC time format. At the end I've print the result to the console as follows. [CODE] cout << stLocal.wMonth << "/" << stLocal.wDay << "/" << stLocal.wYear << " " << stLocal.wHour << ":" << stLocal.wMinute << "\n"; [/CODE] …

Member Avatar for eranga262154
0
140

The End.