Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? 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 6989 - 7018 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6989
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Dec 1, 2005
4:32 pm
6990
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Dec 4, 2005
2:39 pm
6991
Hi All, I have written some code in C now I wanna port them in python but I don't know python, is there any handy tool/software avialiable for this? Thanks, ...
Subhankar Sengupta
subhankar_sngpt
Offline Send Email
Dec 5, 2005
4:10 pm
6992
... No. Python is quite easy to learn. You can immediately get started after you're through with the tutorial. Read http://diveintopython.org/ if you need...
Ganesan Rajagopal
nasenagr
Offline Send Email
Dec 6, 2005
4:13 am
6993
Subhankar Sengupta <subhankar_sngpt@...> wrote: Hi All, I have written some code in C now I wanna port them in python but I don't know python,...
Praveen Kumar M
kumar_425
Offline Send Email
Dec 6, 2005
4:13 am
6994
Hi, I have written some code in C now I wanna port them in python but I ... Try SWIG - http://www.swig.org/ or Try SIP -...
Premnath Sah
prem.sah@...
Send Email
Dec 6, 2005
10:53 am
6995
... I thought SWIG is used for calling other language code. i.e. a C code needing to call python code or something like that. Can it convert the code from C to...
badhri
badsam@...
Send Email
Dec 6, 2005
8:20 pm
6996
... I thought SWIG is used for calling other language code. i.e. a C code needing to call python code or something like that. Can it convert the code from C to...
Praveen Kumar M
kumar_425
Offline Send Email
Dec 7, 2005
8:10 am
6997
HI Really need help on this ... Suppose /foo is a symlink to /bar ... what module turns /foo/baz into /bar/baz ? like File::Spec->canonpath() but checking for...
nee_savi
Online Now Send Email
Dec 8, 2005
7:48 am
6998
Hi! I want to use simple graphics functions (drawline, drawrect, drawcircle) etc. in one of the C programs that I am writing. Which is the library equivalent...
Sunil Jagadish
suniljagadish
Offline Send Email
Dec 8, 2005
9:39 am
6999
... A simple google search "graphics.h linux" revealed a solution, ( I havnt tested it, but hope it helps): http://abhijit.adotout.net/#graphics.h_for_linux --...
Laxminarayan Kamath
kamathln
Offline Send Email
Dec 8, 2005
10:16 am
7000
... Linux provies a library called "ncurses" (curses.h) that has features related to graphics and keyboard handling etc. There are many tutorials available on...
चैतन्...
sharma_50
Offline Send Email
Dec 8, 2005
11:15 am
7001
... If I am not mistaken, ncurses provides funcionality somewhere between "conio.h" and "turbovision" and not graphics.h . Thanx for reminding about it...
Laxminarayan Kamath
kamathln
Offline Send Email
Dec 8, 2005
12:17 pm
7002
... The poster asked for <graphics.h> - as in Borland BGI graphics, not <conio.h> (for which curses would be a replacement). Please look at the question fully...
Ganesan Rajagopal
nasenagr
Offline Send Email
Dec 8, 2005
12:22 pm
7003
... Svgalib http://www.svgalib.org/ is probably what you are looking for. Pavan...
Burbure, Pavan (GE He...
pavanburbure
Offline Send Email
Dec 8, 2005
12:30 pm
7004
yes laxminarayan, You are absolutely right. -- Deepak Tripathi E3 71V3 8Y C063 (We Live By Code) http://deepkatripathi.blogspot.com [Non-text portions of this...
Deepak Tripathi
apenguininlinux
Offline Send Email
Dec 8, 2005
12:56 pm
7005
... Turbo C's graphics.h is pretty much a toy library. You probably want to use something like SDL, but it's an industrial strength tool and would probably be...
Biju Chacko
Biju_Chacko
Offline Send Email
Dec 9, 2005
4:18 am
7006
... I guess Svgalib is outdated and requires root privileges. A better option that I have used is SGE (http://www.etek.chalmers.se/~e8cal1/sge/). It is a...
Moinak Ghosh
moinakg2002
Offline Send Email
Dec 9, 2005
4:47 am
7007
... Actually SDL does not provide the graphics primitives. I exposes a low-level framebuffer interface. You'd need a wrapper library like SGE that I mentioned...
Moinak Ghosh
moinakg2002
Offline Send Email
Dec 9, 2005
4:53 am
7008
... Really? I did not know that. Thanks, -- b...
Biju Chacko
Biju_Chacko
Offline Send Email
Dec 9, 2005
6:01 am
7009
Hai everyone, Iam final year student in CIT Coimbatore(TN). I planned to do a final year project in Linux Device Driver. I learned some basic concept and wrote...
edison_cit
Offline Send Email
Dec 9, 2005
10:40 am
7010
Hi, After setting up the testbed, to remotely (serially) debug the kernel and then applying the breakpoints, kernel execution does not stop at the breakpoint. ...
Vishal Soni
v_fame
Offline Send Email
Dec 9, 2005
11:50 am
7011
... Linux has had this for ages. It's called a loopback file system. ... I know it can be tough thinking up a final year project but restricting your scope to...
Ganesan Rajagopal
nasenagr
Offline Send Email
Dec 9, 2005
1:41 pm
7012
HI Friends, I am facing a problem in messgae queues. I am using wrapper functions send_message and send_message instead of standard message queue sending and...
khan inam
jamal_inam
Offline Send Email
Dec 10, 2005
2:27 am
7013
... SDL programming is just as simple to use as BGI, actually. ... SDL_gfx is another viable alternative (it does primitives only, not TTF and so on -- there's...
Arun Raghavan
arunissatan
Online Now Send Email
Dec 10, 2005
3:09 am
7014
Hi All, I get a compilation error when i try to have a C++ string data type variable in my code. I'm using RedHat 9 Linux. I'm just using the default...
prad in
pradpin
Offline Send Email
Dec 10, 2005
3:14 pm
7015
... you need to use the std namespace in your code. using namespace std; // Imports entire std namespace (or) using std::string; // Only string is...
badhri
badsam@...
Send Email
Dec 10, 2005
4:26 pm
7016
... A small test program with source reproducing the problem should help us diagnose what's going wrong. Ganesan -- Ganesan Rajagopal (rganesan at debian.org)...
Ganesan Rajagopal
nasenagr
Offline Send Email
Dec 10, 2005
5:08 pm
7017
Thanks to the group. I got the fix. using namespace std; helped! -Pradeep __________________________________________________ Do You Yahoo!? Tired of spam?...
prad in
pradpin
Offline Send Email
Dec 10, 2005
5:21 pm
7018
Hi All, I get compilation err when i have. Any idea what may be the problem ifstream ifile; ifile.open(fileNam,ios::in,ios::nocreate); I have included...
prad in
pradpin
Offline Send Email
Dec 10, 2005
7:08 pm
Messages 6989 - 7018 of 7585   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