I need some guidelines please. Can anyone direct me to some examples in this regard? Many Thanks! You are a financier and u purchase 100 shares of stock in...
Hi, i am working on a program which reads another c or c++ program and identifies the lexems and displays summary abt it, can anybody help me to figure out...
i will check and send the solution Asad Mehmood <coolcomsian@...> wrote:Hi, i am working on a program which reads another c or c++ program and identifies...
Hi ! Would appreciate if someone could suggest / recommend a book that details the job responsibilities for a particular position in an organization, but...
i will look for the solution and will send u the code by tomorrow, Addy ... Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster. i will look...
... identifies the lexems and displays summary abt it, can anybody help me to figure out the solution for the problem ... I'd bet there are a bunch of us...
Wow, that's poor... Sorry for my wording, but this is ridiculous. You dare to set up a consulting business and don't have much of an idea what's going on in ...
Hi Groups ! hi i m mohsin . i m in problem any one can me?? I want to overload the * operator in C++ OOP style. Two martix will be mutiplied as a object with...
hello friends, Actually i am facing some while developing application in c++.I am connecting c++ with oracle for that application and i am using oracle c++...
I invite everyone interested in C++ and the power and versatility it provides to check out Ultimate++ at http://www.ntllib.org/upp/index.html Ultimate++ is...
well dude lexem is an identifier, lietteral or an operand, and their corresponding value is a token letsay here is an equation after its lexical analysis it...
hi friend , include the following code in ur class definition. in main, if u are giving like matrix m1,m2,m3; ...... ......... m1=m2*m3; // the matrices...
Reply/comments embedded... ... ^^^^^^^^^^^^^^^^^ <conio.h> is non-standard, I think you use this because of the clrscr() function below. However, clrscr() is...
I am doing a project using C program. At some point of the program I need to wait for the user to enter some data within a fixed interval of time(i.e. pressing...
Hi. I am writing a program that reads the elements of a 2D array. The program should tell how many elements there are in the first row. Getting my program to...
hi all; i am trying to develop a program that take a sentace from user and then ask user to enter the word he want to search in the inputed sentance and gives...
So this algorithm does not work for what you want. Your algorithm works if you want to read data that is separated by white spaces (spaces, '\n', '\t', ...
i code this for spacing now it doesnt return result 01 for "island is cold" give correct result but now another probe i face is that for instace string is...
Hello friends! Help plz Pls pass this on immediately. One 4 yrs old child is waiting for open heart surgery in Narayan Hridalaya, Bangalore. The doctor is...
Hello everyone, The last time I came here you were all very helpful, especially you Brandon. I have since started doing my assignments as soon as I get them. ...
... Nonstandarad and unnecessary. ... Global variables are usually a Bad Idea. Make these local to main(). ... int main ( void ) /* or */ int main ( int argc,...
... Here is the way I would have written your code. This seems to work with no problems. I hope you can use it. #include <ctype.h> #include <stdio.h> ...
hi ; i changed the structre of program...its give correct result check the logic of program...but one funny thing that happens with this program is when i...
Hi, I'm trying to move some dos code to Linux. DOS had the function putch. This would put my character on screen and I didn't have to use a \n (it was ...
I'm not sure if this is unbuffered or buffered, but it does work for what I "think" you're asking, in standard C using the gcc compiler under Linux. #include...
Hello Everyone, Can somebody help me to develop an algorithm to "Evaluate an expression using Queue, not using Stack anywhere" ? Actually, this is university...
I find the standard library for complex numbers in C++ to be annoying. The old one for C seems better, though I'm not sure either way yet. I'm far from a a...
... No that didn't work. But thanks. That just puts a character in the stdout buffer and it isn't flushed (visible on screen) until I do send a \n. I was able...