Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5565 - 5602 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5565
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...
rramcharan1
Offline Send Email
Mar 1, 2004
3:16 pm
5567
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...
Asad Mehmood
coolcomsian
Offline Send Email
Mar 2, 2004
4:10 pm
5569
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...
jinesh krishnan
jin_kris
Offline Send Email
Mar 3, 2004
5:40 am
5571
Hi ! Would appreciate if someone could suggest / recommend a book that details the job responsibilities for a particular position in an organization, but...
Re-Source Management
re_sourcemgmt
Offline Send Email
Mar 4, 2004
9:46 am
5572
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...
Asad Mehmood
coolcomsian
Offline Send Email
Mar 4, 2004
12:52 pm
5574
... 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...
ceedeep99
Offline
Mar 4, 2004
4:31 pm
5576
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 ...
Nico Heinze
nico_heinze
Offline Send Email
Mar 5, 2004
10:14 am
5577
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...
Rana Mohsin Yasin
thegreatsaim
Offline Send Email
Mar 7, 2004
3:12 pm
5578
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++...
sandeep tyagi
hello_sandeep80
Online Now Send Email
Mar 7, 2004
5:54 pm
5579
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...
neorage_x09
Offline Send Email
Mar 8, 2004
12:54 am
5581
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...
Asad Mehmood
coolcomsian
Offline Send Email
Mar 8, 2004
10:02 am
5582
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...
kumaravadivel shanmugam
kumar_mcet
Offline Send Email
Mar 9, 2004
12:07 pm
5583
I am working on this code and I have no end of stress debugging. Can anyone give me some idea as to what to do please. Thks! #include<stdio.h> ...
rramcharan1
Offline Send Email
Mar 9, 2004
12:21 pm
5584
Reply/comments embedded... ... ^^^^^^^^^^^^^^^^^ <conio.h> is non-standard, I think you use this because of the clrscr() function below. However, clrscr() is...
Shyan Lam
sflam108
Offline Send Email
Mar 9, 2004
3:40 pm
5585
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...
kskghosh
Offline Send Email
Mar 9, 2004
4:29 pm
5588
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...
fblanquicet
Offline Send Email
Mar 11, 2004
4:10 am
5589
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...
chinto_net
Offline
Mar 11, 2004
11:35 am
5590
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', ...
Shyan Lam
sflam108
Offline Send Email
Mar 11, 2004
3:57 pm
5591
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...
chinto_net
Offline
Mar 12, 2004
7:35 am
5592
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...
sentha .
senthameena
Offline Send Email
Mar 12, 2004
11:04 am
5593
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. ...
arklatexgemandmineral...
arklatexgema...
Offline
Mar 12, 2004
5:55 pm
5594
... Nonstandarad and unnecessary. ... Global variables are usually a Bad Idea. Make these local to main(). ... int main ( void ) /* or */ int main ( int argc,...
cpp_asm_programmer
cpp_asm_prog...
Offline
Mar 13, 2004
12:17 am
5595
... 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> ...
ceedeep99
Offline
Mar 13, 2004
6:35 am
5596
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...
chinto_net
Offline
Mar 13, 2004
7:28 am
5597
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 ...
M Core
ventricolist
Offline Send Email
Mar 13, 2004
9:28 am
5598
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...
blueninja83
Offline Send Email
Mar 13, 2004
6:21 pm
5599
Hello Everyone, Can somebody help me to develop an algorithm to "Evaluate an expression using Queue, not using Stack anywhere" ? Actually, this is university...
shekhar_d_s
Offline Send Email
Mar 14, 2004
12:51 pm
5600
#include<stdio.h> #include<conio.h> #include<stdlib.h> int board[10] = {2,2,2,2,2,2,2,2,2,2}; int turn = 1,flag = 0; int player,comp; void menu(); void go(int...
Asad Mehmood
coolcomsian
Offline Send Email
Mar 14, 2004
4:34 pm
5601
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...
PetTurtle
Offline Send Email
Mar 14, 2004
5:34 pm
5602
... 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...
M Core
ventricolist
Offline Send Email
Mar 15, 2004
2:56 am
Messages 5565 - 5602 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help