Hi all, I am working on a class project to make a simple shell program. I am googleing examples, and I came across this one on linuxgazette char c = '\0'; printf("\n[MY_SHELL ] "); while(c != EOF) { c = getchar(); if(c == '\n') printf("[MY_SHELL ] "); } printf("\n"); return 0; I...
Is anyone aware of XVT? You can build C/C++ applications and compile the single source on any of 14 platform/OS combinations (windows, mac, unix, linux). Anyone tried it free? Anyone using it? www.xvt.com
Hi, Can anyone tell me whether it is possible to extract the data from an input file or the database and then map that data to an existing pdf document in delphi.If not possible in delphi ,please tell me which language best suits for this.Kindly provide pointers.Thanks in advance.
I have a Java app and a C++ app that gathers a list of names from a directory. Sometimes the search could take an hour before it returns a list to iterate through. My question is that once the search begins, the app is going to run until the search is complete and it iterates the result set. What...
Hi everyone. I was wondering if it was possible to embed an exe into a windows dialog box using Microsoft Visual Studio 8. The language is C++. I have an application that runs by itself as a graphical editing tool. My problem is is it's GUI is outdated and completely mouse driven (right click...
How to write a program to download a website from a given URL. It must download all the pages from that website. It should take the depth of retrieval from the user input. All the files/pages must be stored in a folder.
Like global,static and local variables get store in data area and stack area respectively,where does the variable qualified as const get placed.Thanks in advance.
Miscrosoft Excel has statistical functions such as BETAINV BETADIST NORMDIST NORMINV. Does C++ in MVS/ESA has similar functions? How do you implement statistical functions such as above in a MVS/ESA environment?
Currently I'm in C,C++ development working in Telecom domain. I want to switch over to SAP domain. What are the pros and cons for this? What particular skill of SAP i need to concentrate on?(Being in the technical side for 5 years) Is it required to have Database knowledge for learning SAP?
What happens if two or more threads trying to access static data at the same time??
In C++, while accessing the memory with pointers, if it reaches the end of memory what happens?
I got my bachelor's degree in electronics and communication engineering and continued to get my master's in networking. When I started applying for internships, I found that most of the companies require Java, C, C++, Perl, HTML and Visual Basic, but I only have C and a little bit of C++...
I own my own business and I want to develop a series programs to manipulate menus, data entry screens and data files. I have been looking at visual basic but not sure that is the best option. What software would be the best for me to learn and develop myself for my home business and possibly link...
hi, I want to display volumes in a physical drive..for eg: when we give the input as"physicaldrive0",the output should be like C:,D:, etc...


