Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 45682 - 45711 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
45682
But I think to work properly, it should be if (!kbhit()){ ... ... } am I right? Raj ... could come ... the cursor ... understanding ... if the 'm' ... continue...
Raj
rajpandyan_73
Offline Send Email
Jul 1, 2005
7:17 am
45683
... The way Thomas set it up worked like a charm. :) I have finished the basic game now. It was one heck of a journey learning the basics of c++ starting with...
dr ice
micatdc2
Offline Send Email
Jul 1, 2005
7:32 am
45684
It seems that there are two problems with reference to the output : 1. Only 4 records are displayed instead of 5 2. The output does not contain the curriculum...
Jake Hayward
twinklingbells
Offline Send Email
Jul 1, 2005
9:11 am
45685
When I compile your code I get "d6a.c", line 62.20: 1506-275 (S) Unexpected text ')' encountered. "d6a.c", line 62.11: 1506-045 (S) Undeclared identifier...
Bob
csawtt
Online Now Send Email
Jul 1, 2005
11:47 am
45686
... !found is same as found==0 ! operator just negates the result. i.e. if 'found' has a non-zero value, it results in truth value 1 which is negated by the...
Sharath
avsharath
Offline Send Email
Jul 1, 2005
12:20 pm
45687
... This is nicer cosmetically, but it doesn't change how much gets allocated, so it has nothing to do with the problem. So let's not say that this is the...
Bernd Stramm
berndstramm
Offline Send Email
Jul 1, 2005
12:43 pm
45688
... What compiler and what OS are you using? I tell you again, the originally posted program reads and transforms the data correctly on my system. Look at my...
Bernd Stramm
berndstramm
Offline Send Email
Jul 1, 2005
12:50 pm
45689
I am compiling on a unix system. is that the information you are looking for? It seems that my malloc statement works. But not sure why I am not writing the...
Bob
csawtt
Online Now Send Email
Jul 1, 2005
1:27 pm
45690
... To find out why it is not doing that, you need to determine what your program is doing instead, and why it stops executing before you think it should. Look...
Bernd Stramm
berndstramm
Offline Send Email
Jul 1, 2005
5:55 pm
45691
Hi guys, I have this snippet code, and this code is running properly int checkNotEmpty ( stringToCheck ) { if ( stringToCheck <> '' ) { return true; } else { ...
Randy Teng
rateng2002
Offline Send Email
Jul 2, 2005
5:24 am
45692
... AFAIK, the only difference there was your declaration of stringToCheck as a char. In c++ so far for me it usually works out better when you have it ...
dr ice
micatdc2
Offline Send Email
Jul 2, 2005
7:09 am
45693
i dont know what exactly yer checking for, but the parameter list should be like this: int checkNotEmpty (char *stringToCheck ) ... and you would "call" like: ...
cryptologik
Offline Send Email
Jul 2, 2005
11:52 am
45694
See embedded comments ... I don't know what compiler you are using, but the function argument should have a type. What type do you want it to be ? If you don't...
Bernd Stramm
berndstramm
Offline Send Email
Jul 2, 2005
1:04 pm
45695
... Yes, you do need to indicate it's type. ... Also, there is no <> operator in C, I think you mean != (not equal to) Actually, for what you are doing here, I...
Brett McCoy
smartandkewl
Online Now Send Email
Jul 2, 2005
1:10 pm
45696
Thanks Brett, I have to emphasize to the learner the use of function that's why I have to. As well as others said to this forum that I have to use the strlen....
Randy Teng
rateng2002
Offline Send Email
Jul 2, 2005
2:50 pm
45697
Confusion...See, I am using Tc version 3.0 from Borland on a Windows 98 system. So, there are bound to be problems regarding the architecture since you are...
Jake Hayward
twinklingbells
Offline Send Email
Jul 2, 2005
3:56 pm
45698
Hi, How can we print hindi font in draft mode using dot matrix printer ? Thank you. Sudheer...
p_sudheers
Offline Send Email
Jul 2, 2005
5:44 pm
45699
Dear friends, I am vignesh. While using the header file <graphics.h> it is not opening. When i run the graph initialisation program it just printed "graphics...
respond_vignesh
Offline Send Email
Jul 3, 2005
10:27 am
45700
Check if you have given the path of the bgi directory inside initgraph. initgraph(&driver,&mode,"c:\\Tc\\bgi"); OR initgraph(&driver,&mode,"..\\bgi"); ...
Jake Hayward
twinklingbells
Offline Send Email
Jul 3, 2005
2:19 pm
45701
Can somebody explain to me what basically goes in to each file. I have a .h file which has the classes. I have a abc.cpp file and a main.cpp file. What is...
czk96
Offline Send Email
Jul 3, 2005
3:26 pm
45702
[This is a common newbie mistake. C's feof() is not the same as FEOF functions you might find in other languages. See... ...
SauL Mena Avila
saul_hood
Offline Send Email
Jul 4, 2005
5:49 am
45703
... ELT ... ss1,ss2,ss3, ... You are working so hard, you're making me tired just reading this! Much easier and more elegant way to do this: Make your struct...
dm_451
Offline Send Email
Jul 4, 2005
5:50 am
45704
[Have you tried googling? Have you looked in the C-prog links section? --mod PN] Does anyone have a Visual C++ tutorial....
Siddharth
sid_2d
Offline Send Email
Jul 4, 2005
5:52 am
45705
Hello, I am new to this group and would like to introduce myself. About 15 years ago my title was systems analyst and I maintained two Novell networks and...
Ray Brandes
rvbrandes
Offline Send Email
Jul 4, 2005
5:54 am
45706
I am trying to get Borland C++5.5 installed and it wants the directory added to the path. 15 years ago when I was doing this stuff all the time it went in...
Ray Brandes
rvbrandes
Offline Send Email
Jul 4, 2005
5:54 am
45707
hi, you might not have turned on the graphics library in options menu turn the libraries on then work it. All the best regards nandha respond_vignesh...
arun nandhakumar
nandha0000
Offline Send Email
Jul 4, 2005
5:55 am
45708
[Please use Google before posting simple questions on archaic constructs where there is already a mountain of information on the net. --mod PN] hai pls give...
centhilmurugan
Offline Send Email
Jul 4, 2005
5:55 am
45709
... Hi Sudheer, Printing hindi fonts (which I know nothing about), is the same as printing any other font on a dot matrix printer. ("Only the names are...
dm_451
Offline Send Email
Jul 4, 2005
5:55 am
45710
... You might as well learn C++ while you are at it (OOP, classes, etc.). If you are planning on writing Windows programs, look in the links section of...
Thomas J. Hruska
shininglightpro
Offline Send Email
Jul 4, 2005
6:35 am
45711
... Right-click on "My Computer"->Properties...->Advanced->Environment Variables->System Variables->PATH. Add C:\Borland\Bcc55\bin (the readme.txt provides the...
Thomas J. Hruska
shininglightpro
Offline Send Email
Jul 4, 2005
6:38 am
Messages 45682 - 45711 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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