... 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...
62545
Rinto Harianja
rinto_harianja
Jun 5, 2007 2:55 am
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, ...
62544
Sharath A.V
avsharath
Jun 4, 2007 5:26 pm
... 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...
62543
Nico Heinze
nico_heinze
Jun 4, 2007 4:59 pm
... 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...
62542
Nico Heinze
nico_heinze
Jun 4, 2007 4:57 pm
... <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...
62541
Nico Heinze
nico_heinze
Jun 4, 2007 4:42 pm
... <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...
62540
Jamie Coady
darklordjamie@...
Jun 4, 2007 4:21 pm
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...
62539
pakhi yan
pakhi_altruist
Jun 4, 2007 1:53 pm
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...
62538
dvergnaud
Jun 4, 2007 1:39 pm
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...
62537
Sharath A.V
avsharath
Jun 4, 2007 11:47 am
... 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...
62536
sunit sinha
sunit52000
Jun 4, 2007 11:42 am
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...
62535
sunil_h_v
Jun 4, 2007 11:42 am
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...
62534
haile
haile_negussie
Jun 4, 2007 11:42 am
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...
62533
sunit sinha
sunit52000
Jun 4, 2007 11:41 am
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...
62532
aammrr46
Jun 4, 2007 11:32 am
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...
62531
Nico Heinze
nico_heinze
Jun 4, 2007 11:32 am
... 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...
62530
person man
personman_01
Jun 4, 2007 5:57 am
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....
62529
Indika Bandara
indikabandara19
Jun 4, 2007 5:40 am
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...
62528
dinesh_bishnoi2003
dinesh_bishn...
Jun 4, 2007 3:31 am
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...
62527
Ravi Mishra
ravi_kec1
Jun 4, 2007 3:31 am
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...
62526
vananh1337
Jun 4, 2007 3:30 am
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...
62525
int21h_d
Jun 4, 2007 12:09 am
hmmm... i failed to search in archives first, Lol! thanks btw, --ynth ... Period....
62524
Nico Heinze
nico_heinze
Jun 3, 2007 6:36 pm
... <snip> Windows is no POSIX conformant platform, this much is true. opendir(), readdir(), and closedir() are not supported by Windows. Period. You basically...
62523
int21h_d
Jun 3, 2007 2:22 pm
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!...
62522
saunzsilly
Jun 3, 2007 1:57 pm
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...
62521
int21h_d
Jun 3, 2007 1:46 pm
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...
62520
Nico Heinze
nico_heinze
Jun 3, 2007 8:31 am
... 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...
62519
vananh1337
Jun 3, 2007 5:49 am
i have reached to these for few days. please, explain more why we use these and how to use them useful in C....
62518
cod
wolfsea80
Jun 2, 2007 3:11 pm
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...
62517
phdonglz
Jun 1, 2007 9:01 am
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....