132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for SamY

I need help as to how 2 change machine codes 2 binaries or hex like mov to mayb 101011111, yeah, u know like own compiler

Software Development assembly
Member Avatar for SamY
0
153
Member Avatar for avik1983

i have a simple text file as input.i have to print that file in paragraph format.whenevr it finds "\n" in the input text it should start printing in next paragraph in output file.also a fixed amount of space should be given before start writing in every paragraph. the input and …

Software Development file-system perl unix
Member Avatar for avik1983
0
226
Member Avatar for atilla

I am encountering some problems in turboC v2.01....whenever I compile a prog. and error says that " the compiler is unable to include the library stdio.h and math.h" Please help!!

Software Development c
Member Avatar for goutham_see
0
444
Member Avatar for himanjim

Hey friends , is it possible to send email using program in C/C++?

Software Development c++ email
Member Avatar for GreenDay2001
0
75
Member Avatar for jobra

Hi all, I am trying to use the class as a vector and pass parameters to the class. In loop.run(), I do certain things, then I would like to delete all the elements of the class. [code] 1 class SampleMarketDataClient 2 { 3 .... 4 }; 5 int main() 6 …

Software Development c++
Member Avatar for John A
0
136
Member Avatar for mr.sweetchuck

Hi I am trying to write a simple J2ME application, (I've only started learning it), and am getting the following error: Unable to create MIDlet null java.lang.NullPointerException at com.sun.midp.midlet.MIDletState.createMIDlet(+29) at com.sun.midp.midlet.Selector.run(+22) I don't know what's wrong. Any suggestions would be greatfully received. My code is as follows: [code] import javax.microedition.midlet.*; …

Software Development java
Member Avatar for vinod_javas
0
808
Member Avatar for bigben09

Hey i need with this program it works, but i cant figure out how to make it not print out zeros when it is reversed. for example when the user types in 123000 it should print out 321. but my program prints out 000321 what can i do to make …

Software Development c++
Member Avatar for John A
0
128
Member Avatar for Prajijithesh

I need a help. Online projects written in servlet only or any other language unsing me. Me doing a project but its not an online project so i have written this programme in servlet.

Software Development java
Member Avatar for jwenting
0
90
Member Avatar for bigben09

is there a way to tell the program to remove a certain charecter or number from a string with out giving it a position. for example i have a program that asks the user to enter a set of numbers and the program reverses the order of the numbers. so …

Software Development c++
Member Avatar for ~s.o.s~
0
274
Member Avatar for R.S.Chourasia

Hi, I am using SWIG to generate the wrapper for python i.e. I am tring to correlate the c++ and python2.4. I am using the windowsXP platform with Visual Studio 2005 Editor and the Turbo c++ complier. The problem is that after Generating the c++ file and the python file …

Software Development python visual-studio
Member Avatar for bumsfeld
0
127
Member Avatar for superlox3

I don't understand strings at all. I looked at the tutorial but I still don't get it... Is there any tutorial that can be easily followed for inputting strings (no skimmers)? -Superlox3

Software Development c++
Member Avatar for Lazaro Claiborn
0
114
Member Avatar for donaldunca

I have a question: I have a file named "data.inp". This file have numbers: 6 3 5 4 5 2 5 3 1 5 8 7 9 2 5 6 3 5 8 4 6 If I want more line of numbers, I will add numbers. But I don't know …

Software Development c file-system
Member Avatar for donaldunca
0
231
Member Avatar for wparker

hi, i'm using c++ in cygwin environment under win32 .my classes use the xercesc c++ libraries which i have built with cygwin on windows. my c++ source code compiles into .o files but the linker just wont work. my LIB env. variable is set to /cygdrive/c/lib , lib directory exists …

Software Development c++
Member Avatar for Lazaro Claiborn
0
320
Member Avatar for n.aggel

[code] enum MenuOptionInitial { TEST_ONE = 1, TEST_TWO, TEST_THREE}; switch(selection) { case TEST_ONE: //.... case TEST_TWO: //.... case TEST_THREE: //.... } [/code] the problem is that i want to have another selection base on other options [code] i.e. enum MenuSecond { TEST2_ONE = 1, TEST2_TWO, TEST2_THREE}; switch(another_selection) { case TEST2_ONE: …

Software Development c++
Member Avatar for n.aggel
0
324
Member Avatar for mr.sweetchuck

Hi, I am writing a little GUI application and I want to set them up, so that they have a Windows look and feel. So far I can't seem to find anything workable.

Software Development gui java java-swing
Member Avatar for mr.sweetchuck
0
93
Member Avatar for vaniprahalathan

hi, i dont know how to disable the maximise and minimise button in title bar.....so please give me the idea for that......... regards, vani

Software Development java java-swing
Member Avatar for vaniprahalathan
0
69
Member Avatar for peter_budo

yay this first time that I develop something larger ;) My problem: main method display a frame with buttons where you choose what function/action you want to perform. Once you press a button I want the main window become invisible and windows with option for function to become visible. So …

Software Development google java
Member Avatar for peter_budo
0
118
Member Avatar for engr_shoaibsafi

hi i m a final year student of computer systems engg, i have selected wireless information sharing systems as my final year project, i want 2 bulid an apllication like sql2gsm ,to accsess databas through sms,any body hav any idea, i wll appreciate it

Software Development java
Member Avatar for engr_shoaibsafi
0
299
Member Avatar for Monyet

How do you do this? I can assign each random values into arrays, but I cannot increment the value so that I can display each values with another for loops. It needs to be 5 to the right.. [code=java] import java.util.Scanner; import java.util.Random; public class LabAssgn_laksmono { public static void …

Software Development java
Member Avatar for MacGyver Orca
0
135
Member Avatar for sneekula

I know that you can do integer calculation in Python with astronomically large numbers. What is the precision limit when using floats?

Software Development mathematics python
Member Avatar for vegaseat
0
165
Member Avatar for cricket2030

Is there any way to adjust the volume per sound when using the sndPlaySound function? I am using an MMControl for background music, and currently using sndPlaySound for all other sounds. The issue I am having is that the sndPlaySound sounds are alot louder the the background. Thanks, Mike

Software Development visual-basic
Member Avatar for cricket2030
0
186
Member Avatar for Monyet

each of them have different number that is dependent on the user's input. how to find the smallest number? I usually use math class library in java with min and max method, what to use in C#? Thanx >.< hehe

Software Development
Member Avatar for JerryShaw
0
110
Member Avatar for live_atl

Consider the two equations p = cos(p), p = sin(p) with solutions 0.7390851332151607 (approximately) and 0 respectively. Implement three programs for the solution of these two equations. (a) Fixed point iteration: pk+1 = g(pk). (b) Fixed point iteration with Aitken acceleration. (c) Steffensen’s acceleration. In each case, begin with p0 …

Software Development c++
Member Avatar for Lazaro Claiborn
0
119
Member Avatar for srinath33
Member Avatar for davew23901

Never done this before, but here goes... I write VB6 applications and have had little problem installing them on computers at office sites scattered across the country. Now the IT people are putting the clamps down on "non approved" apps and will not give anyone admin rights to the pcs. …

Software Development visual-basic
Member Avatar for mjwest10
0
130
Member Avatar for darkmessenger

hi can anyone help me how to compare user and password from a database like access... for example i have registered a user and password in access then when i input the user to VB and the password it will compare if the user exist and if the password is …

Software Development visual-basic
Member Avatar for mjwest10
0
179
Member Avatar for iaaan

Hey, i am trying to do a sort in C++. I have a strucutre of different records such as Quote number, Surname, Total cost and Deliverycost. I am trying to sort in order of Quote Number. Im using a bubble sort to do this: [INLINECODE] for(i = 1; (i <= …

Software Development c++
Member Avatar for iaaan
0
172
Member Avatar for Joe689

[COLOR=#0000ff]for[/COLOR][COLOR=#000000] (i = 0; i < length; i++)[/COLOR] { [COLOR=#0000ff]for[/COLOR] (j = 0; j < width; j++) { [COLOR=#0000ff]for[/COLOR] (k = 0; k < height; k++) { interpolated_1D[i* j *height + k] = interpolated_input[i][j][k] ; } } } Doesn't seem to work,,, What am I doing wrong... Everything is allocated …

Software Development c++
Member Avatar for Joe689
0
2K
Member Avatar for sneekula

I know you can get the present time this way: [code]import time now = time.asctime(time.localtime()) print now # Mon Feb 19 10:41:32 2007 [/code]How can I make sure that 'now' does not fall on our lunchtime break, let's say 11:30AM to 12:45PM?

Software Development python
Member Avatar for sneekula
0
161
Member Avatar for fonzali

hi , thanks for the code , I have changed it a little bit , I have also added two buttons (+,-) I have written the code for (+) but it does not work , can you tell me what the problem is , the last lines which are commented …

Software Development python tkinter
Member Avatar for sneekula
0
161
Member Avatar for jobra

Hi all, I want to write every given number of lines into the different files, which I will be passing as an command line argument. I have written a function for just dividing the file into two, but how would I divide the files for every given number. If anyone …

Software Development c++ ios
Member Avatar for Salem
0
106
Member Avatar for aot

I've been having a lot of trouble with the [inlinecode]after[/inlinecode] method. What I want to do is show a series of images at the push of a button/press of a key -- each image should appear for 500ms, then be replaced by the next image, which should go on indefinitely …

Software Development python tkinter
Member Avatar for Ene Uran
0
115
Member Avatar for scru

I know I've been told before to use C++ sockets...and I will if this doesn't work out, but that was before I even knew python had sockets. Now. The problem here if that my socket enabled program seems to work perfectly well on a LAN, but not over the internet …

Software Development client-server python
Member Avatar for scru
0
207
Member Avatar for boujibabe

I have this program to write thats a guessing game. the user specifies the amount of rounds and only 5 attempts per round is allowed a round is over when the user guesses correctly or the number of attempts are up. A Message is displayed to inform the user whether …

Software Development c
Member Avatar for boujibabe
0
279
Member Avatar for anti_genius

Hi, I want to develop a form in which i have a grid like structure(rows and columns). i can enter data in as many lines as i want. And in one cloumn i want to add a checkbox. When i click the Save button on the form then only those …

Software Development data-structure vb.net
Member Avatar for arjunsasidharan
0
114
Member Avatar for Hellodear

Hello, I am a newb of Java applets. In the recent day, i got with a java code and is working properly with my current web page. I'm herewith attaching that source code. You just cut and paste it, save it as name.htm, and run it. Interesting pop up. am …

Software Development java
Member Avatar for masijade
0
179
Member Avatar for im4tion

Hi. I have a bunch of Java codes I have done and I was wondering if there is a possible software or program to convert it into c++? This is because I've done it in Java and now my lecturer wants it to be in c++ >< The concept is …

Software Development c++ java
Member Avatar for Infarction
0
156
Member Avatar for unclepauly

i have a BaseClass and a DerivedClass. i need the BaseClass to register a glut callback, but i need the DerivedClass to determine what the callback does. heres the code: (.h) class BaseClass { public: BaseClass(); ~BaseClass(); protected: static void _renderCallback(void); virtual void Render(); }; (.cpp) BaseClass::_renderCallback(void) { Render(); } …

Software Development c++
Member Avatar for thekashyap
0
233
Member Avatar for raydogg57

For this assignment I need to implement a c++ class that creates a ring buffer. A ring buffer still uses an array, but its has two indices, i..e., the head and the tail. Note: The head is the index of the first data point, and the tail by definition is …

Software Development c++
Member Avatar for John A
0
2K
Member Avatar for abhishekmittal

Hello friends, Can anyone plz tell me the difference between a using declaration and using directive ? I know this: A using declaration adds a particular name to the declarative region in which it occurs. whereas, A using directive makes all the names in the namespace available without using the …

Software Development c c# c++
Member Avatar for John A
0
126
Member Avatar for Duki

Hey guys, I need help again :sad:. I'm doing really well in the class, it just seems like these past couple assignments have been really rushed (i.e., we went over chapter 5 the day after I finished reading chapter 4 =/). I'm getting sort of discouraged, because up to now …

Software Development c++
Member Avatar for Duki
0
172
Member Avatar for SHWOO

I have overloaded the << & >> operators and I though I could access private data members of the class if I declared the functions friends of the class. I am getting four errors in the two overloaded functions that are trying to access the private members firstName and lastName. …

Software Development c++
Member Avatar for iamthwee
0
249
Member Avatar for dalton

ok so im scanning this text file for the string "model=" the problem is, i need to pull the numbers after that string until it reached the end of that line, this is an easy script but for some reason its just not happening. If someone smarter than myself could …

Software Development c++ file-system
Member Avatar for iamthwee
0
806
Member Avatar for shazzy

hi everyone im shazna i got this mate that has been working ahrd on her java coding and now she is stuck as she lost her original file of the coding she is starting from her older version and she is lost because she cannot figure out what is wrong …

Software Development gui java
Member Avatar for iamthwee
0
79
Member Avatar for Monyet

How do you create static methods using C#? How do you specify each items in the static methods? thanx.. I'm a C# newbie >.<

Software Development c c# c++
Member Avatar for Monyet
0
127
Member Avatar for alba07

I am supposed to create a hit the target class with multiple classes. First place a ball that moves horizontally on the cavas, then create another class with a square that shoot up three balls when the user click the mouse. This class extends Active Objects. Any ideas?

Software Development java
Member Avatar for alba07
0
103
Member Avatar for Tezdoll

Low level VB Scripter. I am trying to write the code to import all the Sysinteral EXE files into the program so i can use this tool to launch them from a thumb drive or over a network drive without linking to the files on a network device or shared …

Software Development vb.net
Member Avatar for Tezdoll
0
91
Member Avatar for varun.coolmax

i've got a project wherein the server listens only from one client on one port...i want a program to make the server lsiten to multiple clients on same port or different ports...watever....can anyone help me out. the foll is my Server side Code [code] Private Sub cmdStartListening_Click() 'listens for client …

Software Development client-server visual-basic
Member Avatar for cricket2030
0
155
Member Avatar for dragoshstoica

Hi I'm a beginner in Delphi and I have I big problem I don't know how to close a form I've a form with user and password .After verification I enter on other form.Albeit I put form1.close when I minimize form2 , form1 it on the screen and i would …

Software Development delphi pascal
Member Avatar for dragoshstoica
0
92
Member Avatar for dragoshstoica

Now I have anoother problem. i use Disqlite for database and i don't know how put in values the column number with another values Code:[code] sqlite3_check(sqlite3_exec(DB,pansichar('insert into utilizatori values ('#$27+pansichar('COLUMN NUMBER') +#$27+ ','+ #$27+ pansichar(ComboBox1.Text) +#$27+','+#$27 +pansichar(parolaa.text)+#$27+','+ #$27 + pansichar(utilizator.text)+#$27');')nil, nil, nil),DB)[/code] . PLS HELLLLP.

Software Development pascal
Member Avatar for dragoshstoica
0
100

The End.