199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Anoop Dogra

hi all Please help me. I am A bgineer of C language and i want a solution of my question that is;--- "A program that print each world of a given string reverse". If any one of you can solve this than please give me an answer

Member Avatar for Narue
0
140
Member Avatar for Juwar

I was wondering if anyone could offer a solution to this database design problem. I have very little experience with relational databases in Access. I have only used databases just to get easy data, but now it is starting to get complicated. I read a little on relational database design, …

Member Avatar for dhassen
0
99
Member Avatar for PoovenM

Hey guys, I'm creating a code analyzer that enforces the CamelCase convention that Java uses, for example, thisIsAWellConstructedJavaVariable and thisinnotawellconstructedjavavariable. So obviously I need to allow my program to indentify English words. What I plan to do is search over a dictionary (database if it exists) until the are no …

Member Avatar for PoovenM
0
152
Member Avatar for ankitrastogi82

Hi Folks, I want to avoid a class from being inherit but instantiating it should be possible. Can anyone tell me how can I do this in C++? Is it possible or if not are there any tweaks for it ? Thanks.

Member Avatar for Bench
0
117
Member Avatar for vbdotnetcool

I have program which I needs MySQL database installed on the mechine. I dont want the user to start looking for where the MySQL.exe is kept, I want immedialtely after VB.Net installation it will call the MySQL.exe. Plz how can I do that?

Member Avatar for vbdotnetcool
0
26
Member Avatar for Arch_Bytes

I found that my code keeps returning the no properties found error once more so I go ahead and try to debug it.. I used an alert box to see what value my component stores.. Unfortunately for me, it said that its value is UNDEFINED.. what is this supposed to …

Member Avatar for MidiMagic
0
125
Member Avatar for Duki

Could someone point me to a tutorial on how to write a vbscript that will auto install software when the user logs on? I will be applying this to a GPO. Also, will I need a (not sure if this is the right name for it) answer file/script to attach …

Member Avatar for iamthwee
0
218
Member Avatar for katharnakh

Hi Bumsfeld, thanks for sharing, I haven't come across this before [quote=bumsfeld;398646] [code=python]# works on Windows or Linux, also Vista import os os.system(['clear','cls'][os.name == 'nt']) [/code][/quote] Can please tell me how is the following code is working. I mean, [code=Python] >>> ['clear','cls'] [True] 'cls' >>> ['clear','cls'] [False] 'clear' >>> ['a','b']['some_string' …

Member Avatar for StrikerX11
0
359
Member Avatar for flaerpen

Hello all, I've been seeking for an solutions but i'm stuck. I'm generating a image of cells (circles, using ellipses) from a file where there is coordinates that i use (x,y,r). This function draws these cells (alot of them) to a image and it works great. But I would like …

Member Avatar for flaerpen
0
129
Member Avatar for Aldebaran

Why, oh why isn't this simple thing working? I just want to understand why the variable $file1 is always empty. Other input types work just fine. [code] <?php $file1 = $_POST['file1']; echo "file1:", $file1; ?> <form ENCTYPE="multipart/form-data" action="add.php" method="POST"> File<input type="file" name="file1" /> <input type="submit" value="Submit Information"> </form> [/code] Jill

Member Avatar for Aldebaran
0
117
Member Avatar for sillyboy

So I tried to google my problem, but for a change I didn't get any worthwhile answers. What I want to do is to have an external js file to define some functions (which will be used for form validation). Then I want to use the external functions inside each …

Member Avatar for sillyboy
0
102
Member Avatar for ElieK

#include <stdlib.h> int main(void){ system("shutdown -r -f -m \\192.168.1.104 -t 60"); return 0; } This command closes a computer on the network, i tried it and it works fine. All i need is to my program to run it so I can run it with the IP adress i will …

Member Avatar for Bench
0
158
Member Avatar for ralphie82mM

Hey all. I'm a noob so please be gentle... lol I'm trying to update my access database via VB.NET 2003 by registering new users into the site. I have an INSERT Command and an OleDb.OleDbConnection but can't get it to work... Any suggestions would be greatly appreciated Thanks…

Member Avatar for ralphie82mM
0
99
Member Avatar for patsfan4878

Hello all. Anywho ive been studying c now for a few weeks, and up until now it has not been too steep of a learning curve for me but that has changed recently. My problem is basically that i need to create an array with 50 random integers using srand() …

Member Avatar for Aia
0
89
Member Avatar for radskate360

Hey all I am writing this program and I am trying to read in a group of names from a file example: Peter Mike Juan Valentino Stephanie I need to read each name one by one and look at for example the first one P then compare it to see …

Member Avatar for iamthwee
0
170
Member Avatar for repole

I'm in the process of making a searchable database for the company I work at, and have run into a few problems. I've googled this stuff and had problems either understanding what I found or finding anything at all.. A. Sorting the table in my form I'm able to sort …

Member Avatar for repole
0
125
Member Avatar for Naseem89

Hi anyone I am a new member, and want to learn the c + + from the outset Please, Where can I find free electronic books for the education of c + +

Member Avatar for Naseem89
0
119
Member Avatar for gattispilot

I thouhgt I had this solved. But the value is 1 and it looks like if K is pressed then it changes to 0 and then back to 1. The value of start is defined as 0 at the first. There are if start=1 statements but none but this for …

Member Avatar for Ancient Dragon
0
96
Member Avatar for Matt Tacular

I need a way to get a number from the user, break that number up (eg. 1128 into 1 1 2 and 8), and then manipulate each number. Here is what I tried to do, failed horribly: [code]#include <iostream> #include <string> #include <cmath> int main() { string str; int a …

Member Avatar for hinduengg
0
105
Member Avatar for nhlagumbi

i,m a bit stuck in my project, i need to i dentify some classes for my system and i sofar i have only came up with tow classes like CLIENT and COMPANY. can anyone help me. i have to submit my documat soon.

Member Avatar for jwenting
0
103
Member Avatar for genocide

hi guys.. i need help.. can you give me a simple program of games in java except for tic-tac toe? i need it at the end of july.. i want to pass this subject and i want to master this programming language... please do grant my request... thank you very …

Member Avatar for jwenting
0
151
Member Avatar for krnekhelesh

Hi, I was using borland 5.5, and I tried introducing graphics using the followig code [CODE]#include<iostream.h> #include<graphics.h> $void main() { int driver,mode; driver = DETECT; initgraph(&driver,&mode,"\\tc\\bgi); circle(25,35,12); closegraph(); } [/CODE] But I get the error [I]graphics not supported with windows[/I]. So I tried [B]TURBO C++ 3.0[/B]. And it worked perfectly …

Member Avatar for krnekhelesh
0
593
Member Avatar for gattispilot

This is Orbiter: Ok what is wrong? I have start =0 at the beginning. then this: [code=cplusplus] case OAPI_KEY_K: // start if (start=0) start=0; else PlayVesselWave3(MySoundID,START,NOLOOP,255,22100); start=1; return 1; [/code] So start should be 0 until K is pressed. If K is pressed then the wav is played and start …

Member Avatar for gattispilot
0
199
Member Avatar for madhu.garimilla

Hi, If any one knows how to implement a binary tree using hashmap collection in java please reply. Thanks a lot in advance

Member Avatar for TheGathering
0
2K
Member Avatar for Braveheart

Hello, i'm a 3D Modeller and am ready for work, terms i require: *Your game must have a good team head and know what they're doing. *Your game is all thought out and is ready to become 3D. *Your game should at least have a good looking future. No hobby …

Member Avatar for FireNet
0
70
Member Avatar for mohammadalipak

I don't understand what this line of code does. (PMOMISCHEADER & LPVOID are pointer datatypes)[code]typedef BOOL (CALLBACK * PFNMISCBLOBCALLBACK) (PMOMISCHEADER pmoMiscHdr, LPVOID pData);[/code]I need to understand this because an API I'm using takes a pointer of datatype PFNMISCBLOBCALLBACK as a parameter. Thanks in advance.

Member Avatar for mohammadalipak
0
91
Member Avatar for parthiban

Hi all , I have one doubt when i read a book to understand type conversion concepts . Here's the listing used in that book to demonstrate : [code=cplusplus]// strconv.cpp // convert between ordinary strings and class String #include <iostream> using namespace std; #include <string.h> //for strcpy(), etc. //////////////////////////////////////////////////////////////// class …

Member Avatar for Bench
0
114
Member Avatar for game_fan

Hi, this program is supposed to get data from an input file, have the user add new data, then output the new data in an output file. There are also supposed to be inheritance classes for the different titles. The 2 derived classes should be a fiction one and a …

Member Avatar for Bench
0
122
Member Avatar for quintoncoert

is it possible to have global level methods in c#? I have several forms and they are going to use roughly similar logic. i can design methods which can work with them all depending on what parameters are passed to them but how do i make these methods global so …

Member Avatar for quintoncoert
0
138
Member Avatar for vanbeekjan

Has anyone code for a registration procedure in ASP. I will registrate the users in my database before they can use the database facilities. Users can ask services and see the results if they had access to the database

0
82
Member Avatar for m_meena

hi, i m building the code in VC++6.0. (win32 unicode debug) i m getting the following error in the RPC call error C2664: 'UuidToStringW' : cannot convert parameter 2 from 'unsigned char ** ' to 'unsigned short ** ' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or …

Member Avatar for Ancient Dragon
0
56
Member Avatar for mauro21pl

Hi Quick question. Is it possible to find the source code for the predefined functions in C++ Tnaks

Member Avatar for krnekhelesh
0
83
Member Avatar for balagod

Hi, I am creating a folder through php code. but the permissions for that folder is not setting. I identified the problem is apache is different usergroup,FTP is different user group. so i want to know how can i change user group of apache. or how can i add apache,php …

Member Avatar for balagod
0
122
Member Avatar for aasi007onfire

in C there are certain variables from other programs which we would need to access... how can it be accessed and what is the type of variable and the coding used....

Member Avatar for bvgsrs
0
95
Member Avatar for avaholic1973

I am working on this c++ app for class and have hit a wall. I have been trying to get the average to display with decimal points for accuracy but have had no luck. Here is the code. Thanks for any help. [code=c] //************************************************************************* // Include Files //************************************************************************* #include <iostream> …

Member Avatar for ndeniche
0
118
Member Avatar for greeny_1984

hi every one, i want to know about configuring sql mail.i have sql server on my computer and i want to configure it to send sql mail.i want to know which account i have to use as local system account is not being accepted.when i try to create seperate account,i …

Member Avatar for greeny_1984
0
106
Member Avatar for vijaygandhi559

Hi, I am using websphere and trying to use javax.mail api . However i am receiving the errors as I am not able to import javax.activation.*; import javax.mail.*; the statements, the reason is Websphere does not recognize them, I am not sure whether i have the javax package. Could any …

Member Avatar for vijaygandhi559
0
157
Member Avatar for driplet

Hi guys: I am using Borland C++ Builder to make a window application. I need to use a list box to display the items I selected. Besides, I need to chang the order of the selected items in the box. Could any body please give me a clue how I …

Member Avatar for WolfPack
0
548
Member Avatar for grandfilth

Is it possible to format a cell so that an angle in degrees can be shown as an angle in degrees minutes and seconds? Any help would be much appreciated...

Member Avatar for Yomet
0
164
Member Avatar for bapef

ok here is an example of the type txt file I am trying to read 12345678901234567890123456789012345678901234567890 Bugs Bunny Jr. 1234 1001.01 Dr. Wiley Coyote 2345 1002.02 Taco Speedy Gonzales3456 1003.03 Billy the Goat 4567 1004.04 Porky Pig 5678 1005.05 what I am trying to do is skip the first line …

Member Avatar for Tight_Coder_Ex
0
5K
Member Avatar for krnekhelesh

I read that vectors and arrays are almost the same. Could you explain this to me?

Member Avatar for JRM
0
273
Member Avatar for jhayrald

i am new in c++ and i quite need help in writing the code for this peoblem.This program needs to list the numbers from 0 to 25, their squares, and the fourth power. The output should be in the neat 3-column format. Number Square 4th power 0 0 0 1 …

Member Avatar for ndeniche
0
548
Member Avatar for Ribeiro
Member Avatar for seeleo6
0
71
Member Avatar for freddypyther

Hi there! I'm wondering if there is a "package" instruction in python so I can in a directory keep packaging all the classes and I don't have to import them every time. I mean, if in a same directory I have a class DutiesManager that controls an array of instances …

Member Avatar for jrcagle
0
138
Member Avatar for bluebird

9. Which of the following operator has the highest precedence? (1)* (2)== (3)=> (4)+ [B] Ans : 4 If I have to answer that question, I will choose the answer *. Does + has higher precedence than *? Please explain me. [/B]

Member Avatar for Salem
0
203
Member Avatar for asquiazon

Hi! I'm new with PHP and wondering if anyone here knows how to configure it in winXP..Thanks!

Member Avatar for Ezzaral
0
50
Member Avatar for roryt

As you may have probably gathered Javascript isn't my strong point ;) I want to be able to swap a class of one div when a link is in the :hover state. Therefore I should be able to swap a background image. Thanks for you help.

Member Avatar for roryt
0
91
Member Avatar for quintoncoert

Can someone tell me how to convert variables from one type to another in c#? Specifically i need to display an integer in a textbox. the textbox does not want to display it since the textbox has text and the integer is an int.

Member Avatar for quintoncoert
0
110
Member Avatar for omesa

Hello everyone, I got the warning below as I was using a 'register' page, Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() I would like to know how to setup a local mailserver, just for …

Member Avatar for Sylviana
0
315
Member Avatar for quintoncoert

i am very new to c# and dont understand all of array passing to methods. chief reason for these misunderstandings is the keyword param. param can only be used in a method header once and is always passed by value. also it works on a number of individually declared variables …

Member Avatar for f1 fan
0
169

The End.