199,112 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for 88omar

i got this question and started and got a bit stuck can u please help. it goes like this the questions asks us to Write a c-program to read 10 numbers from the keyboard and store the numbers in an array called numbers After storing the numbers in the array …

Member Avatar for Google Spider
0
200
Member Avatar for Jennifer84

I am trying to use a radiobutton that I have attached to a from in VC++ .NET 2008 I have Named the RadioButton "BuyRadio". From what I know a radiobutton can have to stated, either true or false, wich meen pressed or not pressed. What I am trying to do …

Member Avatar for Jennifer84
0
163
Member Avatar for Ken JS

Is there a way to particular select a point on a screen??? Eg. There is a (back) button on the program, I want to write a C/C++ program to just select on that button. Lot of help =)

Member Avatar for codeaa
0
103
Member Avatar for Squeeker

Are call by reference functions of type int or double legal when using an ifstream or ostream argument? Example: [code]int afunction(ifstream& in, int anumber) { /* Function Body */ } [/code] If this is/isn't legal please explain. Thank you for your help. -Arielle

Member Avatar for vmanes
0
141
Member Avatar for arun.gerrard

can someone teach me k-maps and boolean algebra.... also give me the links to some ebooks which explain the basics of k-maps if u find any.

Member Avatar for arun.gerrard
0
561
Member Avatar for squid44th

To begin with, I will state now that I know virtually nothing, zip, zero, zilch about .htaccess and mod_rewrite. That being said, I know it can be done. What I have is a framed site that has a header/footer plus left menu and main frame. What I have now is …

Member Avatar for richie513
0
162
Member Avatar for fgn89

How do I make it show text? I'm completely new to this, my dad's wanting me to make this customer display screen show text, which on paper should be easy.. It's a WD-202 model, pretty common customer display pole, I've called a friend for help and he told me to …

Member Avatar for Ancient Dragon
0
154
Member Avatar for implor

I have a string that loks like "u'mystring'". i'm wondering if ther is a easy way to remove the u'' part of the string?

Member Avatar for jrcagle
0
17K
Member Avatar for C++masterinneed

i need help, with the collection :: collection -construcor- i dont know what to use in that function as far as intiatiating any objects or data members. there are no data members in collection - collection is implemented using binary search tree and hash table. i also need help with …

Member Avatar for Ancient Dragon
0
111
Member Avatar for jeffige

First let me say sorry to all the experts out there. I just don't know where else to turn. A friend of mine who was teaching me c, even set up borlands compiler for me on my laptop, quit the tour that I am on. My old laptop crashed I …

Member Avatar for Ancient Dragon
0
114
Member Avatar for Jennifer84

I have 2 strings like this: In these 2 cases I want to get "File1.txt" and "File2.txt" and put them to a string. I need the same method so I suppose I have to find the Last "/" in the string and then put the rest to a new string. …

Member Avatar for Jennifer84
0
87
Member Avatar for mi6_thor

hi frnz!...m a comp. Sc diploma student n m in2 my final(project) semester....whre we need 2 submit our own projects. i hav been asked 2 prepare a Quizzing software...much similar 2 those conducting online exams lyk the MCSE etc....based on VB n MS-Access. plz help me on how 2 start …

Member Avatar for SolTec
0
155
Member Avatar for Jennifer84

Is it possible to have a comboBox set to "Readonly" as you can have for a TextBox in VC++ 2008 .NET. I have looked at every properties for the comboBox and I cant find anything like this.

Member Avatar for Jennifer84
0
132
Member Avatar for mrjoli021

I am fairly new to c++. What is the diffrence between ATL, CLR, or MFC and for what are they used for.

Member Avatar for Ancient Dragon
0
205
Member Avatar for Shveetis

package monitoring; import java.awt.event.*; import javax.swing.*; import java.awt.*; import java.lang.*; import javax.swing.JEditorPane; import monitoring.task.jvm.JVMMonitoringTask; public class home extends JFrame { private JFrame j1; private JPanel c1; private JLabel m1; private JLabel l1; private JLabel l2; private JSeparator js1; private JButton j; private JButton s; private JButton tc; public home() { …

Member Avatar for Shveetis
0
76
Member Avatar for flower88

Hello I need help in microsoft access. I am creating an electronic database so i need 2 events, 2 resources and 2 agents for example event (order) resources (product). and i also want to know how do we link the table with each other i am talking about relationship Thankyou …

Member Avatar for Sulley's Boo
0
98
Member Avatar for farag
Member Avatar for Dave Sinkula
0
142
Member Avatar for kahn1

I am having some problems with solving this game. any ideas #include <iostream> [code=cplusplus] int main() { char a = ' ', b = ' ', c = ' ', d = ' ', e= ' ' , f = ' ', g = ' ', h = ' ', …

Member Avatar for JohnKnox
0
101
Member Avatar for jawaad

I want to upload a text file and get the data of that text file into a table of database . I m using Sql Server 2000 , and working in c#. kindly can you help me doing this and if possible can you give me the code for this

Member Avatar for Jugortha
0
89
Member Avatar for Cbeginner_us

Hi, I am a C beginner and I am trying to write a program for Cellular Demodulator. Can anyone help me? Thank you.

Member Avatar for Cbeginner_us
0
331
Member Avatar for sgw

Hi, Let's say x=12.34, y=567.89, z=6.38, and we want the output this way: _____$12.34 ____$567.89 ______$6.38 [COLOR="Red"]right-aligned[/COLOR] [COLOR="Green"]with the decimal point lined up[/COLOR] (where the ___ are [I]spaces[/I]) In other words, [U]all[/U] the numbers are right-aligned [U]and[/U] [I]immediately[/I] following "$". How to do that if you don't know what values …

Member Avatar for sgw
0
132
Member Avatar for alone2005

Hi, anyone can tell me what's wrong with my code? the only part has problem is the function overload << operator, any help is welcome. #include <iostream> using namespace std; template <typename T, int SIZE> class array { T data_[SIZE]; array (const array& other); const array& operator = (const array& …

Member Avatar for farag
0
190
Member Avatar for 31N513N

Need help writing a program that reads a series of 5 integers and determines the largest and smallest.

Member Avatar for JRM
0
111
Member Avatar for EngBalsam

I have an assignment and i need help in it i need to write a program in assembly for 8085 microprocessor and its very dificult can u please help me?????????? Here is the question Rearranging Bytes 16 bytes are residing in locations starting from 2400H. Transfer those bytes in locations …

Member Avatar for EngBalsam
0
136
Member Avatar for emarkus

Hi I am trying to teach myself some php and get this error (below) when I query a sql database this is just a tutorial and will never go live. I have hilighted the area in bold where the unseen error is. Warning: mysql_fetch_assoc(): supplied argument is not a valid …

Member Avatar for emarkus
0
85
Member Avatar for atish00

The programme you guyz helped me with for the past 3-4 weeks is done.......It was done last week but I had exams. hrez the code :) you guyz can execute and see it :P Thanx ancient dragon and nieke [code=c++] // password fuction #include<iostream.h> #include<conio.h> #include<stdio.h> #include<process.h> #include<string.h> int password() …

Member Avatar for atish00
0
149
Member Avatar for jino

Dear buddies,, `Fatal error: [] operator not supported for strings in c:\PHP5\www\\registration-reports-result.php on line 197` and the 197th line is if($english_level!='0'){ $query_array[]= "reg_english_level.english_level1 = '". $english_level . "' OR reg_english_level.english_level2 = '". $english_level . "' OR reg_english_level.english_level3 = '". $english_level . "'";} any help is appreciable.. Jino..

Member Avatar for nav33n
0
105
Member Avatar for sibotho

HI All I hope you guys can help me, I am getting an the following error when trying to debug my Vs2005 applications. "Unable to start debugging on the web server.Unable to connect to the web server. Verify that the web server is running and that HTTP incoming requests are …

Member Avatar for serkan sendur
0
71
Member Avatar for cosmos22

Hi. I would like to know about how you program a command that forces an operation. For instance, the command window might prompt the user of something that they already know, rather than bothering to hit Y and enter, it does it for them, forces the operation. Thanks

Member Avatar for Ancient Dragon
0
104
Member Avatar for divya_258

Hi, i am using PHP objects generated by pog generator.but the save method does not seem to work. why does this happen

Member Avatar for divya_258
0
173
Member Avatar for mrjoli021

I wrote a class and I want to give it to someone to use, but I dont want them to have access to the source code. My class is split into 2 files a .h and a .cpp how can I block them from seeing the cpp file only the …

Member Avatar for mitrmkar
0
114
Member Avatar for juanbuffer

Hi everybody, I'm developing a daemon in c/c++ and I'm having some trouble with shared memory. I create different processes that have to access the same memory region. Everything was OK until I decided to use a vector containing objects. I read that I have to define an allocator specifing …

Member Avatar for juanbuffer
0
660
Member Avatar for dami06

I have absolutly no idea what this error means or what it requires me to do but i'm getting this error message: Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'DOC__ROOT/library/classes/class_dao.php' (include_path='C:\Program Files\Zend\ZendStudio-5.5.1\bin\ZendFramework\library') in C:\xampp\htdocs\capat\library\classes\class_engcis.php on line 18 [B]this is class_engcis.php[/B] [code=php] <?php /** * * engCIS local version * …

Member Avatar for richie513
0
219
Member Avatar for arun.gerrard

[CODE] public class test { public static void main(String[] args) { int i=273; byte b = (byte)i; System.out.println("Result "+b); } }[/CODE] when i compiled the program the result was 17... :-/

Member Avatar for arun.gerrard
0
88
Member Avatar for Orbit2007

Okay, here goes. Learning PHP and am having trouble building a program that would let a client insert inventory in the database without having any knowledge of MySQL or PHP. Here is what I have so far: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for Sulley's Boo
0
128
Member Avatar for whoisit

First of all, I've just joined, so Hi to everybody. I'm also just starting to learn php, I have what I thought would be something simple but I keep getting this error Parse error: syntax error, unexpected T_STRING in /home/sites/poem-n-verse.co.uk/public_html/votes/process.php on line 8 Here is the code that I'm trying, …

Member Avatar for nav33n
0
139
Member Avatar for bihartourism

Dear members how i can delete a record from a table in php?Give me the code plz...

Member Avatar for tirivamwe
0
109
Member Avatar for CMCDragonkai

I have a problem of how I could echo a certain element of an array. It's easy enough when you know how many keys and what they are. The problem is, even though I know what the keys are, I don't know how many there, I can find out how …

Member Avatar for CMCDragonkai
0
147
Member Avatar for jesseb07

hello, I'm relatively new to C++ (but not to programming) so I wasn't sure how to do this in C++. My brother wrote a bash script which is used primarily to transfer files between computers using rsync which he asked me to convert to C++ so that it can be …

Member Avatar for jesseb07
0
175
Member Avatar for jiggaman82

Hello Friends, I am having trouble figuring out how to get me Radio Buttons to search my database. Everything is up on the page and when I select enter it just shows all the items as if nothing was entered. There was already a set search button in the script …

Member Avatar for sagedavis
0
93
Member Avatar for sgw

Hi, If I want to print several numbers, say 12.3, 24.038, 154.9181, 0.4778--anyway, just all kinds of numbers, how can I print all of them with [U]fixed number of decimals[/U], say two decimals, that is, the output will be: 12.30, 24.03, 154.91, 0.47... ? The "setprecision(...)" doesn't work because it …

Member Avatar for jesseb07
0
121
Member Avatar for gajaykrishnan

i am programming on linux platfrom and i want making a plugin for a web browser. can u tell me the basics of plugin programming on c++/ Qt in linux.? I dont have any idea of how to start making a plugin kindly guide me...

Member Avatar for mail2indar
0
201
Member Avatar for rsk8332

Hi, Suppose I have a character array with the elements B,A,A. Now I have another character array with the elements A,B,B,B,A,A. How do I match the pattern B,A,A of the first character array with that of the second character array so as to produce the following output: A B B …

Member Avatar for carnage
0
93
Member Avatar for werks

The picture does not display, is my code wrong? please help [CODE=asp]<tr> <% Response.Write("<td><img src=Books/" & varAccession & ".jpg class=picA width=200 height=150 /></td>") %> </tr>[/CODE]

Member Avatar for werks
0
93
Member Avatar for Spencicle

No matter which options you enter, it always displays the result for paper beating rock. [code=cplusplus] #include <iostream> #include <iomanip> using namespace std; int main () { /* declaring variables */ char first; char second; char paper = 'p'; char paperP = 'P'; char rock = 'r'; char rockR = …

Member Avatar for vmanes
0
95
Member Avatar for Jennifer84

I am using a progressbar in .NET to show progress for an operation. In this forloop I am reading 3 files that takes about 20 seconds. Now I have done a formula: (out / count) * 100 that will show progress. So for the first file wich will be (1 …

Member Avatar for vijayan121
0
98
Member Avatar for 88omar

Hi there again i tried answering the question amm i hope you guys can understand it its a structure ahh i am to: Write a program using (structures) that stores the details of students in a school. Create a structure called students with the following structure elements: Student name. student …

Member Avatar for prushik
0
151
Member Avatar for Moporho

Hello, I am trying to create a program that asks a user to input a integer. That integer will dispaly "*" (i.e. enter 4 diplay - ****) This is what I came up with so far to no luck! [code]#include "stdafx.h" #include <iostream> using std::cout; using std::cin; using std::endl; int …

Member Avatar for Moporho
0
101
Member Avatar for michellemonty

Hello all. I'm creating a basketball program. There are two teams of five players each. Each player has a randomly generated offensive and defensive stat. The program randomly picks two players to match up. If the offensive stat of the offensive player is greater than the defensive stat of the …

Member Avatar for indiansfanatic
0
104
Member Avatar for mayank.aga

There are 3 java classes in separate files and when I compile them...ERRORS! If anyone could run those 2 classes separately and tell me the peoblems I will be really grateful coz I've used up my minds! import java.util.*; public class PageOne { public static void main(String[] args) { Scanner …

Member Avatar for mayank.aga
0
94

The End.