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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 63447 - 63477 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
63447
hi well i know the procedure to compile the c/c++ code in windows but i dont have an idea how does it proceed in GNU/Linux. the general format of the code as i...
bharadwaj_nikhil2003
bharadwaj_ni...
Offline Send Email
Sep 1, 2007
1:04 pm
63448
Thanks for the link. Here are the relevant portions: CListCtrl& GetListCtrl( ) const; CListCtrl& theCtrl = GetListCtrl(); I'll ignore the "const" modifier for...
Will McQueen
willmcqueen
Offline Send Email
Sep 1, 2007
1:14 pm
63449
... ./a.out You can tell gcc the name of the output file: gcc -o <output> filename.c I do recommend you learn how to use Makefiles. You will need them to build...
Brett W. McCoy
smartandkewl
Offline Send Email
Sep 1, 2007
1:31 pm
63450
... The variable name is "crSomeThing". It is a 'constant reference' variable. You could read following as: "const SomeClass & crSomeThing" - Constant...
Ananth
ananth_dude
Offline Send Email
Sep 1, 2007
2:01 pm
63451
... I never get this. It'll probably take lesser time to get the source code by googling than waiting for a reply from an e-group. [Non-text portions of this...
Ananth
ananth_dude
Offline Send Email
Sep 1, 2007
2:05 pm
63452
... Sort of. They both point\refer to the same object. References are more safe than pointers, one should always use a reference instead of a pointer whenever...
Ananth
ananth_dude
Offline Send Email
Sep 1, 2007
3:23 pm
63453
... Forgot to add: Scott Meyers More Effective C++ first item is difference between pointers and references. Superb, must read book for all C++ Programmers. ...
Ananth
ananth_dude
Offline Send Email
Sep 1, 2007
3:26 pm
63454
... 'const' modifiers to the end of a member function declaration say to the compiler "I won't be modifying any of 'this' class' variables inside this...
Thomas Hruska
shininglightpro
Offline Send Email
Sep 1, 2007
4:16 pm
63455
dear friends am want to study the basic of c . if any one can gudie me plzs thank you By K.Gireesh [Non-text portions of this message have been removed]...
gireesh k
giri_03457
Offline Send Email
Sep 1, 2007
4:51 pm
63456
I have created a new website http://www.doubleblackdesign.com with which I am trying to capture and advocate software design and engineering best-practices....
husterk812
Offline Send Email
Sep 1, 2007
5:07 pm
63457
On Fri, 31 Aug 2007 19:51:51 -0400 ... No, but this does sound like a good idea. The project isn't being distributed as a precompiled binary, which I imagine I...
ed
psy80uk
Offline Send Email
Sep 1, 2007
5:43 pm
63458
On Fri, 31 Aug 2007 19:46:05 -0400 ... Thanks very much, that does the trick beautifully :-) ... I find configure scripts do the job well, but for a small...
ed
psy80uk
Offline Send Email
Sep 1, 2007
5:45 pm
63459
try this: & (and) ... ^ (xor) ... << (shift left) after you write a program with those operator and still face a problem, then post it back here... :) good...
Andreanes Yosef Vande...
andre_flea
Offline Send Email
Sep 1, 2007
6:48 pm
63460
... I allowed this through to the list only because there was one article on the site that made a very interesting observation. Other than that, the site has...
Thomas Hruska
shininglightpro
Offline Send Email
Sep 1, 2007
10:31 pm
63461
... Read the group welcome message that you received when you joined. Lots of information there to help you get started. Seriously consider learning C++...
Thomas Hruska
shininglightpro
Offline Send Email
Sep 1, 2007
11:58 pm
63462
... Lots ... to learn d basics of C try LET US C by Yashwant Kanetkar....A fabulous book.... n den go Exploring C by d same author.... BYe ........
ankur_sh2001
Offline Send Email
Sep 2, 2007
1:17 pm
63463
Hai , Can any one give me answer to the following Q? My Q is can we write a program/code to open /close CD-drive in either C / C++? Is it possible? If...
rabbit parrot
parrot_rabbit4u
Offline Send Email
Sep 2, 2007
4:09 pm
63464
... C\C++\other languages have nothing to do with this. You can write a program in C\C++\VB\whatever that calls OS functions which does want you want. Assuming...
Ananth
ananth_dude
Offline Send Email
Sep 2, 2007
4:37 pm
63465
... ahem. Yashwant Kanetkar is (was?) indeed a very popular book in college. But I've realized it is not neccesarily all that good a book as it seemed when in...
Ananth
ananth_dude
Offline Send Email
Sep 2, 2007
4:49 pm
63466
... Of course it's possible. ... I did a Google search with 'eject cd C++' and got a ton of hits, with code. In fact, it took less time to do that than it took...
Brett W. McCoy
smartandkewl
Offline Send Email
Sep 2, 2007
5:15 pm
63467
who wants to clear my doubts in 'C'.they can mail me to tkoushik@.... waiting for reply soon, koushik. ... Why delete messages? Unlimited storage is...
TAMMINEEDI KOUSHIK
tkoushik
Offline Send Email
Sep 2, 2007
5:23 pm
63468
... Please post your questions to the list. -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." --...
Brett W. McCoy
smartandkewl
Offline Send Email
Sep 2, 2007
5:27 pm
63469
Hi.... Stacks is as simply as this: Last In First Out just imagine you put 5 boxes, and you want to take 1 box, you must be taking the top 1 right? And if you...
Andreanes Yosef Vande...
andre_flea
Offline Send Email
Sep 3, 2007
3:21 am
63470
it's very intresting Q. realy idon't no this solution. if find the answer plese mail the solution to me. thanks.................
sairamn9
Offline Send Email
Sep 3, 2007
3:21 am
63471
Hi, does anybody know of a windows C++ IDE which has a vim like editor. Visual Studio is OK to browser source but to edit/move around it is not that...
Indika Bandara
indikabandara19
Offline Send Email
Sep 3, 2007
5:51 am
63472
Scott Meyers (and the standard) clearly instruct not to treat arrays polymorphically in C++. Because compiler has no means of finding out whether heap objects ...
Ananth
ananth_dude
Offline Send Email
Sep 3, 2007
10:19 am
63474
Hi Have u tried Gvim for windows it is really good Bye Hussein Nico Heinze <grollnar@...> wrote: --- In...
Hussein Al-Shatri
shatri_h
Offline Send Email
Sep 3, 2007
2:11 pm
63475
Hello everyone, I would like to further this discussion by asking: If i were looking for the code that does the same operation in linux(since it's opensource),...
Srikanth M R
csri_1986
Offline Send Email
Sep 3, 2007
5:22 pm
63476
... <snip> Despite that I would suggest you have a look at Emacs (probably available under Cygwin, to name one example); Emacs can be used as a complete C/C++...
Nico Heinze
nico_heinze
Offline Send Email
Sep 3, 2007
5:30 pm
63477
... What have you looked at? There is a Linux command-line tool called 'eject' that does one thing: it ejects the cd-rom tray. You should be able to track down...
Brett W. McCoy
smartandkewl
Offline Send Email
Sep 3, 2007
5:36 pm
Messages 63447 - 63477 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