hello everbody i am a student of Advance computer programming. i want to learn c in depth if u have resources that covers advance graphics and deep programming...
It was part of a project and I wasn't sure how to do it. ... From: laxman kumar [mailto:lachu20031@...] Sent: Sunday, February 02, 2003 12:38 PM To:...
From: laxman kumar [mailto:lachu20031@...] ... Someone asked a question - I was merely having a stab at answering it. ... -- PJH Non eravi perniciose! ...
You have gained so much of expertise in your favorite field. May it be Application development or systems programming. Do you have a real measure of your...
uygar bayer
bayerbomber@...
Feb 3, 2003 9:59 pm
4237
Hey peeps, For some reason I am just not understand how the syntax works for a linked list. Does anyone know of a good web site that explains it in very lamen...
hi all.. hope to c u all in the best of spirits.. do any of u can help me in window programming using C?? i needed some help.. looking forward for ur immediate...
Try draw out the relationship on a piece of paper. It works for me to understand the concept. Basically, a linked list consists of at least two things: 1....
I am to develop a class tack that use template and create a method that push values into stack and remove item from the stack using a pop method im to create...
Hi, I am currently working on a CD organizer. Each entry is added to a new line in a .txt file. However, i have no idea how to delete a specific line in the...
Why dont you use a simple database. I mean something like SQLite (http://www.hwaci.com/sw/sqlite/index.html) . You get to have most of the database features...
Dinesh V. R.
dineshvr@...
Feb 6, 2003 7:21 pm
4244
Sunflower Im havingt trouble understanding this errors I really dont use template this much.. I have several books on it and I tink I have it down a little...
Hello All, I have come across a "question mark" regarding pointers, I hope someone in this forum can clear things up for me. I have a struct containing a...
Michel.P
michelpetrovic@...
Feb 7, 2003 9:40 am
4246
From: Michel.P [mailto:michelpetrovic@...] ... [snip] ... Your code is still incorrect - it needs to be : int GetPtr(char **c) { static char aName[] =...
... Hello Paul, If c is destroyed upon returning, how come printf() still outputs "test" instead of NULL? Thanks for your prompt reply Michel.P ...
Michel.P
michelpetrovic@...
Feb 7, 2003 10:02 am
4248
From: Michel.P [mailto:michelpetrovic@...] ... It's what c points to that is destroyed. To address your point, it's because 'it happens to work' - it...
... I see your point: you're saying that it's pure luck that I see the output... so much for thinking that I had solved the problem :) My output: === a(1) =...
... gcc, as used in Dev-C++ I'm no expert in C (Java for me), but I expected these simple things form part of ANSI-C and that there would be no difference in...
Michel.P
michelpetrovic@...
Feb 7, 2003 12:07 pm
4252
From: Michel.P [mailto:michelpetrovic@...] ... The (well one) correct way of making the program 'correct' is to make those function variables static - ...
Daniel C. França Logocenter S.A. Logix ERPII. Você tem que conhecer. Matriz Joinville Rua XV de Novembro, 3950 - Glória CEP 89216-201 - Joinville/SC -...
Hi.. Hope to catch u all with high spirits.. here is something that can turn you on.. I am a student of MCA IIyr at at SNDT University , Mumbai.. We have our...
YOU ARE WELCOME TO JOIN MY NEW PROGRAMMING GROUP CALLED, BloodShed- DEV. THIS GROUP IS FOR DEVELOPERS WHO USE THE FREE BloodShed-DEV IDE, AND FOR ANYONE WHO...
I downloaded c++ ver 3 but when I run the message : can no find file 'TV.LIb' appearing . I complied in VC no such a message appeared . Any Explainations !!!...
Sunflower I need someone to tell me what can be improved in void convert () listed below.. what can it be done to be improved? i need some kinda idea to make...
Hey all, I am testing some link lists stuff out and copied some code directly from the book to test. I tried to compile it, and after taking out the small...
Sunflower I emailed the group with my program concerning a postfix program which it was already written and asked if anyone had any ideas about making it much...
SunflowerI'm almost done with my inheritance and I kept getting errors on the program something mostly to do with: brackets errors and calling function. I...