168 Posted Topics

Member Avatar for adling11

well u can store the effective address of the array in stack pointer or DI . then u can use the instruction repe cmpsb ; this instruction will jmp to label1 if two words arent ;equal or it will jump to label1 jne label1 jmp label2

Member Avatar for rahul8590
0
75
Member Avatar for midimatt

well i have written the program in tasm and it works fine . the programmin stlye is a bit different but i guess u can undestand [code] .model small .stack 40 .data str1 db 50 dup('$') msg db 10,13, 'enter the str1ing : $' disp db 10,13, 'displaying the str1ing …

Member Avatar for rahul8590
0
117
Member Avatar for mimis

well i kinda didnt undestand ur problem wat does the following mean [quote] You should process all pairs of integers and for each pair determine the maximum cycle length over all integers between and including i and j. [/quote] if u could be a little more explicit about it , …

Member Avatar for mimis
0
186
Member Avatar for becdudek

Well prime nos re those which are divisible by 1 or by themsleves only. Well ur code should be something like this assuming the range to be like 100 . [code] ArrayList<Integer> a = new ArrayList<Integer> (); int range =100 ; a.add(2); a.add(3); for(int i= 4 ; i<range ; i++) …

Member Avatar for rahul8590
0
156
Member Avatar for rahul8590

Well i got fedora 8 distro and want to install it on fedora 7 ,Well at the first place is there any room for that ? well if it is then how can we do it ?

Member Avatar for hiraksarkardg
0
98
Member Avatar for lauren316

Well finally i got it .. i know nothing great in the program its just i am new to this style of programming. Well the following is the code [code] #include <iostream> #include <string> using namespace std; int main () { string str ; int i =0; getline ( cin …

Member Avatar for rahul8590
0
693
Member Avatar for rahul8590

Well i just want to find out , that is there any way where we can find out the various functions and operators / keywords present in a particular header file ....?

Member Avatar for rahul8590
0
122
Member Avatar for songweaver

well at the first place i would recommend usage of float data type instead on double , guess float would do the trick. second of all subtract the left part of the no from the original no itself , by doin this u can isolate the decimal part and then …

Member Avatar for songweaver
0
1K
Member Avatar for rahul8590

Hey every one , well i was writing program which inputs "[B][U]Statistical data for example x 1 2 3 4 5 y 1 4 9 16 25 and analysing the data my program must suggest a suitable algebraic equations like looking at this one it should tell me the equation …

Member Avatar for rahul8590
0
145
Member Avatar for BaNMe4It

[QUOTE=BaNMe4It;830715]This just started recently. My laptop will turn off with no warning. It has done this a few times already, after the laptop has been on for maybe less than 10 minutes sometimes. I just earlier got the BSOD for the first time for this problem. The reason that it …

Member Avatar for caperjack
0
105
Member Avatar for CPPRULZ

i guess some properties of the vitrual functions like run - time binding arent there in constructors , Nevertheless [B]syntactically[/B] they cannot created.

Member Avatar for ArkM
0
142
Member Avatar for Carrots

templates provide direct support for generic programming to represent a wide range of concepts. firstly i would recommend you to do the double linked list program normally and then start programming normal template programs . finally you can club these two concepts. for a double linked list i guess you …

Member Avatar for Intrade
0
126
Member Avatar for shevy24

well usually the line no will be put in () brakets like these besides the error like : Extra charaters in line (32) : -some text here - the no in the brackets are usally the line no .i work in MASM . which is ur assembler. ?

Member Avatar for rahul8590
0
543
Member Avatar for rahul8590

i am working on image processing , which intially i used to do using MATLAB . but now i have been told to do using using JAVA or C++ programming ,. Since i know the fundamentals of C++ i guess i would be the right choice But the problem is …

Member Avatar for Nick Evan
0
242
Member Avatar for tomtetlaw

At the first place i dont know wat r u trying to do here . Well i guess if you include the main header file also i.e #include<iostream.h> u may not get this error.

Member Avatar for tomtetlaw
0
155
Member Avatar for Falkoner1

Well at the first place . When the program run is over the OS itself deletes the linked list . so actually no need of deleting it using a destructor. if u want to delete a link list all you have to do is free the first node of the …

Member Avatar for Falkoner1
0
170
Member Avatar for snap!

first of all you have not explicitly mentioned your problem . second of all if you have your psedo code (which actually it isnt ) why dont you convert that into code itself...?

Member Avatar for rahul8590
0
94
Member Avatar for rahul8590

hey everyone , I am rahul . currently pursuing my engineering in Computer Science . Well i dont pretend to be an expert , but do know c/c++ Programming till certain extend . curretly i am elevating my standard in c/c++ and at the same time learning JAVA . Well …

Member Avatar for rahul8590
0
89

The End.