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...
Show off your group to the world. Share a photo of your group with us.

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 8476 - 8505 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8476
Okay i will send you some but i dont know how to send you some of the C++ book where do you want me to send it thru...? just tell me and i will do that okay....
pk_annan
Offline Send Email
Oct 1, 2008
8:25 pm
8477
Hi, I am trying to read data from a text file and process it. I have not used any pointers or malloc. Below is my code and the data in the text file. Data: ...
kumraki
Offline Send Email
Oct 1, 2008
8:28 pm
8478
I've made a few changes -- see your code. I didn't review this code in detail, but checked the obvious. ~Rick ... if (feof(fp)) // RB! added break; //...
~Rick
thefirstrepa...
Offline Send Email
Oct 2, 2008
12:48 am
8479
Ok if you have some Ebooks please send those by Email.I have completed my c++ study from my Institute and school also But still I want to learn more will you...
mithunpro
Offline Send Email
Oct 2, 2008
6:59 pm
8480
Hi Rick, Thanks for the message I figured out the problem. The first problem was I dint need that while(strln <= string_length) loop, and as you said I used...
kumraki
Offline Send Email
Oct 2, 2008
7:04 pm
8481
... I'll take a look at it and email you when I have something. I have a few ideas. ~Rick...
~Rick
thefirstrepa...
Offline Send Email
Oct 2, 2008
11:08 pm
8482
Use www.knowfree.net this website has lots of C++ books...
ravi_htsaga
Offline
Oct 5, 2008
10:13 am
8483
Huhuhu! I'm currently doing our exercise in database. It's about file manipulation. I'm trying to mount files from a class.txt to my linked list. The problem...
Carlene
carlenelouise
Offline Send Email
Oct 11, 2008
12:53 pm
8484
Hi I didn't completely understand your question but I noticed something strange : what is "/r" mean ? Do you mean new line ? if so , it should be "/n" show us...
Adeeb Ahmed
adoobi05
Offline Send Email
Oct 11, 2008
3:22 pm
8485
... And what problem do you have exactly? You haven't described it yet. ... That's easy: you're comparing a single character c to a string "\r"; I'm pretty...
Nico Heinze
nico_heinze
Offline Send Email
Oct 12, 2008
11:02 am
8486
"\r"=enter ^_^ I'll copy and paste the whole program.. i made some modifications... but it is still not working well! @.@ I think there is something wrong with...
Carlene
carlenelouise
Offline Send Email
Oct 12, 2008
11:02 am
8487
... I already converted from double quote to the single. But my program still has some bugs! @.@ I think I wasn't able to manioulate data well through my...
Carlene
carlenelouise
Offline Send Email
Oct 12, 2008
12:08 pm
8488
... Forgive me but I think that inside this code you are comparing characters with strings. "\r" is a string. '\r' is a character. I think that getche()...
joselopezcano
Offline Send Email
Oct 12, 2008
8:03 pm
8489
... yet. ... "\r"; ... a ... well ... problem. ... is ... linked ... Hi, i think you must write this char name[20] = {0}; // make all array have \0 int x=0; ...
laithbasildotnet
laithbasildo...
Offline Send Email
Oct 12, 2008
8:03 pm
8490
I made some revisions in my code... My problem now is... whenever i add a second time to the text file... it produces weird characters. When I add, the first...
Carlene
carlenelouise
Offline Send Email
Oct 13, 2008
9:19 am
8491
hi  yes , i am exactly doing that.  I m mixing charasters and strings , thank you so much to solve my problem. Thanks ... From: Nico Heinze...
uzm abidi
uzmabidi
Offline Send Email
Oct 13, 2008
6:32 pm
8492
I'm new here!Also new in the world of c.I'm eagerly to learn more from everyone. #include <stdio.h> int main() { int a; int b; int c; int d; int e; int f; int...
xueyin0132
Offline Send Email
Oct 15, 2008
7:14 pm
8493
Hi I think you are completely new to c you can pick an easiest solution: 1- Fill the entered number in an array : int n ; int array[6]; for ( int i = 0 ; i < 6...
Adeeb Ahmed
adoobi05
Offline Send Email
Oct 15, 2008
7:52 pm
8494
ohh sorry I missed up with index variable, here is the correct one : 2008/10/15 Adeeb Ahmed <adoobi05@...>...
Adeeb Ahmed
adoobi05
Offline Send Email
Oct 15, 2008
7:55 pm
8495
Thank you for your answer.this is my first step in C.my classmates and I was  learning what does"int main()"means just last week ~~! I think is must be a...
Lemon Siran
xueyin0132
Offline Send Email
Oct 16, 2008
2:22 am
8496
I want to know which one would be a good book to do advanced programming in c++?It must be relatively error free and have good examples.Please cite some book...
rajeevkoipurathu
rajeevkoipur...
Offline Send Email
Oct 16, 2008
7:43 pm
8497
... My suggestion is: join the group c-prog ; their Group Welcome message contains a link to the C++ books recommended by the "real" experts there; I don't use...
Nico Heinze
nico_heinze
Offline Send Email
Oct 16, 2008
7:46 pm
8498
... Hi Rajeev, What kind of book are you looking for ? Electronic one PDF-like or paper one? And what it means "relatively error free" ? How many "full of ...
Marek Ratajczak
marekratajczak
Offline Send Email
Oct 16, 2008
8:00 pm
8499
I'm a complete new one in C.And I'm reading the book"C how to program"writen by Harvey M.Deitel and  Paul J.Deitel.It contain main experiences of ths wirters....
Lemon Siran
xueyin0132
Offline Send Email
Oct 17, 2008
4:18 am
8500
... Hi Rajeev again, Maybe try that one as well: http://www.cs.iitm.ernet.in/~rakeshp/C++%20Complete%20Reference.pdf To have complete reference is also not...
Marek Ratajczak
marekratajczak
Offline Send Email
Oct 17, 2008
8:40 am
8501
/* Fig. 6.8: fig06_08.c Histogram printing program */ #include <stdio.h> #define SIZE 10 /* function main begins program execution */ int main() { /* use...
mingyuan.xu
Offline Send Email
Oct 19, 2008
2:16 pm
8502
what'the mean of "inclout"in c language?...
lihongcailing
Offline Send Email
Oct 19, 2008
2:16 pm
8503
%c stands for character as u give %d for integer output and %s for string...
jha.nivedita
Offline Send Email
Oct 20, 2008
5:40 am
8504
... Do you mean #include ? If so, the meaning is as follows: The C compiler cannot know what modules your complete program will consist of. So, if you want...
Nico Heinze
nico_heinze
Offline Send Email
Oct 20, 2008
7:34 pm
8505
            hello, i cant understand user defined function(function declaration, functon call,function definition) in C language.if any online plz......
uzm abidi
uzmabidi
Offline Send Email
Oct 21, 2008
2:30 pm
Messages 8476 - 8505 of 8807   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