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 to share photos of your group with the world? 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 62517 - 62546 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62517
thnx cod actually i am making prog in vc++ which pass the data to another prog written in VB. i have to draw graphics in vb and vc++ handles interrupt of irq7....
phdonglz
Offline Send Email
Jun 1, 2007
9:01 am
62518
Hi, first question .. why you want to manage the IRQ7 under win? you must use windows api to manage lpt port. A callback is a pointer to function that a...
cod
wolfsea80
Offline Send Email
Jun 2, 2007
3:11 pm
62519
i have reached to these for few days. please, explain more why we use these and how to use them useful in C....
vananh1337
Offline Send Email
Jun 3, 2007
5:49 am
62520
... About command-line programs: have you ever tried to automate programs using a graphical user interface (GUI)? Have you ever tried to feed one such program...
Nico Heinze
nico_heinze
Offline Send Email
Jun 3, 2007
8:31 am
62521
does the gnu c lib for file system interface (readdir, opendir, stat, etc) only works(rather i say, perfectly works) on POSIX platforms?? if yes, what library...
int21h_d
Offline Send Email
Jun 3, 2007
1:46 pm
62522
Hi I've just joined this group. I am a class XII student. I am supposed to make a C++ project. Please give me some ideas regarding the same. Also, is there any...
saunzsilly
Offline Send Email
Jun 3, 2007
1:57 pm
62523
to add, ive tested(compiled) my code on cygwin, it works ok, directories and files have different mode_t output, but still on win32, it doesnt...sigh!...
int21h_d
Offline Send Email
Jun 3, 2007
2:22 pm
62524
... <snip> Windows is no POSIX conformant platform, this much is true. opendir(), readdir(), and closedir() are not supported by Windows. Period. You basically...
Nico Heinze
nico_heinze
Offline Send Email
Jun 3, 2007
6:36 pm
62525
hmmm... i failed to search in archives first, Lol! thanks btw, --ynth ... Period....
int21h_d
Offline Send Email
Jun 4, 2007
12:09 am
62526
Dear group, First of all, thank you very much for your explanation. however, i must tell you that i am second year student, and i have just studied the major...
vananh1337
Offline Send Email
Jun 4, 2007
3:30 am
62527
Hi All, I am facing compilation problem..The problem is like that, Let's we have four files: 1) file_1.h 2) file_1.c 3) file_2.h 4) file_2.c I have defined one...
Ravi Mishra
ravi_kec1
Offline Send Email
Jun 4, 2007
3:31 am
62528
Hi I've just joined this group. I am a BCA 1 year student. I am supposed to make a C++ project. Please give me some ideas regarding the same. Also, is there...
dinesh_bishnoi2003
dinesh_bishn...
Offline Send Email
Jun 4, 2007
3:31 am
62529
hi, can somebody explain whether it is better to use a reference/pointer/value in a following situation class A { public: int i_a; }; class B { public: int...
Indika Bandara
indikabandara19
Offline Send Email
Jun 4, 2007
5:40 am
62530
I have created a object as like as a window. And I want to destroy the object automatically after few seconds but not exit from the program. How can i do that....
person man
personman_01
Offline Send Email
Jun 4, 2007
5:57 am
62531
... Many members of this group are students, and in fact everyone of us has to learn more and more during the course of time. That's life. Of course you may...
Nico Heinze
nico_heinze
Offline Send Email
Jun 4, 2007
11:32 am
62532
I know that it is silly..... but we was asked to code a program that teach math for kids how to do (sum. subtract, dividing, multiblecation) using c++ i could...
aammrr46
Offline Send Email
Jun 4, 2007
11:32 am
62533
declare enums in file_1.h as enum ( aa_req, aa_resp }aa; and in file_2.h as enum { bb_req, bb_resp, aa_req, aa_resp }bb; ... From: Ravi Mishra...
sunit sinha
sunit52000
Offline Send Email
Jun 4, 2007
11:41 am
62534
hey sup guys i have a q? can an y one provide me with port scanner code in c++ and my turbo doesnt have winscok.h and windows.h i tries to find it on net but...
haile
haile_negussie
Offline Send Email
Jun 4, 2007
11:42 am
62535
Hi Mr.Dinesh, can you be a little more specific about what kind of project you have to do ?? i think c++ is just a way to do the project. you need to know what...
sunil_h_v
Offline Send Email
Jun 4, 2007
11:42 am
62536
create the object in heap ... From: person man <personman_01@...> To: c-prog@yahoogroups.com Sent: Monday, 4 June, 2007 11:27:21 AM Subject: [c-prog] How...
sunit sinha
sunit52000
Offline Send Email
Jun 4, 2007
11:42 am
62537
... No. Reference objects are only alias names for the existing objects, so they don't occupy any memory of its own. ... A pointer would occupy memory to space...
Sharath A.V
avsharath
Offline Send Email
Jun 4, 2007
11:47 am
62538
Hi, does anyone know whether it's possible to "set breakpoints" for gdb *in the source code*? like on windows, you can use the __asm int 3 command to have your...
dvergnaud
Offline Send Email
Jun 4, 2007
1:39 pm
62539
well, C programming is easy,there are many ways to solve one given problem, in your case if you wanna build a maths function, it can be done through pass by...
pakhi yan
pakhi_altruist
Offline Send Email
Jun 4, 2007
1:53 pm
62540
hi i am a biginner to computer programming and i need advice and help 1 what is the easyest language to start with 2 where can i find tutoriels to help me...
Jamie Coady
darklordjamie@...
Send Email
Jun 4, 2007
4:21 pm
62541
... <snip> In Turbo Pascal (as it was a MS-DOS compiler and never meant for Windows programming) you cannot and will never find winsock.h and windows.h . Get a...
Nico Heinze
nico_heinze
Offline Send Email
Jun 4, 2007
4:42 pm
62542
... <snip> Stop, stop, stop, stop, stop. The first paragraph above refers to some particular potential problems of the OP. However, we do not know whether...
Nico Heinze
nico_heinze
Offline Send Email
Jun 4, 2007
4:57 pm
62543
... That's what we're here for. :-) ... In my opinion Pascal. ... Google for "FreePascal". It's available for many systems, it's free, and there are good...
Nico Heinze
nico_heinze
Offline Send Email
Jun 4, 2007
4:59 pm
62544
... Correction: actually reference type do occupy space, and it would be equal to the size of pointer on the host machine. So it doesn't matter with respect to...
Sharath A.V
avsharath
Offline Send Email
Jun 4, 2007
5:26 pm
62545
Dear All, Does C++ can create web application? if yes, How to create Web Application using C++? What library i use? Thanks Before, Rinto Harianja bst rgrds, ...
Rinto Harianja
rinto_harianja
Offline Send Email
Jun 5, 2007
2:55 am
62546
... Unless you have an overriding reason to use C++, I'd stick with modperl, PHP or JSP for web applications. -- Brett ... "In the rhythm of music a secret is...
Brett W. McCoy
smartandkewl
Online Now Send Email
Jun 5, 2007
2:58 am
Messages 62517 - 62546 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