C++ Questions and Answers

Recent IT Questions

21 - 35 of 35
<<PREVIOUS 1|2 NEXT>>

Create a char in c++ - what does '' mean?

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...

View Answer   |  Sep 16 2008  8:25 PM GMT
Coding, C++
asked by Crabpot8

  95 pts.

Have you tried XVT Cross Platform Studio 2008?

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

Answer Question   |  Sep 8 2008  9:58 PM GMT
C, GUI, UI
asked by EnPassant

  5 pts.

Can we extract the data from a input file and then map that data to an existing pdf document

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.

Answer Question   |  Aug 20 2008  6:20 AM GMT
Java, Delphi, .NET
asked by Rajalakshmi08

  240 pts.

LDAP and Java or C++

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...

Answer Question   |  Jul 31 2008  5:37 PM GMT
LDAP, Java, C++
asked by JMPICINICH

  30 pts.

Embedding exe into a windows dialog box using Microsoft Visual Studio 8.

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...

Answer Question   |  Jul 24 2008  1:22 AM GMT
Visual Studio, C++, Visual Studio 2008
asked by Sharp3

  5 pts.

How to write a program to download a website from a given URL

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.

View Answer   |  Jul 9 2008  7:10 PM GMT
Java, C++
asked by C,C++,Java

  10 pts.

where does in memory the contant variable in C get store?

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.

View Answer   |  Jul 8 2008  11:25 AM GMT
Variables, C++, Const statement
asked by Nagesh534

  5 pts.

Statistical functions in C++ MVS/ESA

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?

Answer Question   |  Jul 7 2008  3:08 PM GMT
MVS, C++, Excel 2003
asked by Timothy Li

  15 pts.

C++ guy switching to SAP

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?

Answer Question   |  Jun 28 2008  9:05 AM GMT
SAP, SAP careers, C++
asked by Nivi

  5 pts.

Database connectivity with c++

How to connect backend(database to C++(front end) ?

Answer Question   |  Jun 26 2008  4:25 AM GMT
Database programming, C++, Database connectivity
asked by Mkaaa

  15 pts.

What happens if two or more threads trying to access static data at the same time??

What happens if two or more threads trying to access static data at the same time??

View Answer   |  Jun 6 2008  1:08 PM GMT
C++, Threads
asked by Arun 18

  10 pts.

In C++, while accessing the memory with pointers, if it reaches the end of memory what happens?

In C++, while accessing the memory with pointers, if it reaches the end of memory what happens?

View Answer   |  Jun 6 2008  1:06 PM GMT
Memory management, C++
asked by Arun 18

  10 pts.

How can I learn more about Java and scripting languages?

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++...

View Answer   |  Mar 12 2008  7:59 PM GMT
Networking, Programming Languages, Visual Basic
asked by NetworkingATE

  1445 pts.

What is the best software for my personal home business?

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...

View Answer   |  Feb 9 2008  1:21 AM GMT
Java, JavaScript, HTML
asked by Bevwal

  10 pts.

displaying volumes in a phisical drive

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...

View Answer   |  Jan 18 2008  11:48 AM GMT
C++, Win32 API
asked by Neelu

  5 pts.

21 - 35 of 35
<<PREVIOUS 1|2 NEXT>>