C Questions and Answers

Recent IT Questions

1 - 20 of 95
<<PREVIOUS 1|2|3|4|5 NEXT>>

In-built functions in C

Can u give me information about in-built functions in C for displaying output to screen & also about to take input for string? Software/Hardware used: TC30 on Window vista

Answer Question   |  Oct 29 2009  4:57 AM GMT
C, C programming, Vista
asked by Shouryarulz

  5 pts.

My C++ compiler showing error UNABLE TO OPEN IOSTREAM.H and IOSTREAM

My c++compiler showing error that unable to open iostream.h and unable to open output file. i hv already set the correct path of directories ,but still it give same error.plz help me . Software/Hardware used: Turboo c++ 3.0

View Answer   |  Aug 31 2009  3:35 PM GMT
C, C++, Compilers
asked by Ccpp

  5 pts.

Maximum number of memory segments that Notes can support has been exceeded

I am using C API and for specific NSF (containing large no of Docs 710, and View + folders = 47), I am getting "Maximum number of memory segments that Notes can support has been exceeded" error. I am generally getting this error in CDBITMAPSEGMENT, NSFNoteOpen etc. Any workarround....

Answer Question   |  Apr 16 2009  10:20 AM GMT
Lotus Notes 7.0.2, C, CDBITMAPSEGMENT
asked by Sppradip

  70 pts.

C programming and DOS

can we open a sound file using dos through c programming in turbo c comopiker or even in any other compiler please answer me u can also mail me answer to: kvnpatel@gmail.com,

View Answer   |  Mar 31 2009  11:46 AM GMT
C, Turbo C, DOS
asked by Kvnpatel

  10 pts.

CD enumeration for Form containing SubForm

I created a NSF using Document Library template. Then I created a Document and Response. In my Program when I used EnumCompositeFile to enumerate through all CD record, for Document it works fine but for Response it doesn't work even I create a Design Note using "Response" form. So how can I tackle...

asked by Sppradip

  70 pts.

Abstract system date in C++

hi, iam rakesh a MCA student .iwant to abstract system date and time in my c++ project,what should be method for this .please give specific code.

View Answer   |  Mar 13 2009  11:29 AM GMT
C, VB6.0, Java classes
asked by Rakeshsen

  35 pts.

My C++ compiler showing error UNABLE TO OPEN IOSTREAM.H and IOSTREAM

my c++ compiler showing error that UNABLE TO OPEN IOSTREAM.H #include<iostream.h> <---- error when i enter IOSTREAM it again shows error #include<iostream.h> <<------- error and so for other header files and also ...

View Answer   |  Mar 11 2009  1:58 AM GMT
C compiler, Header files, IOstream.h
asked by Vaibhav88sharma

  10 pts.

what is code of c/c++/java for search a file on local pc .program run on WINDOWSplateform

iam a MCA student .iwant to develop a c/c++/java code for search a file on my own pc in WINDOWS operating system enviornment.program must provide specific path or location of file.or say file not exists

View Answer   |  Mar 9 2009  8:09 PM GMT
C, Java, Development
asked by Vivekagar

  65 pts.

How to extract mails in RFC822 from Lotus Notes using C++

Hi, I need to extract mails in RFC822 from lotus notes. I am using lotus notes 8.0 toolkit.I have explored it, but I couldn't find any API that could extract mails in RFC822 format. Is there any way to extract mails from lotus notes in RFC822 format in C++. Thanks, Ruchi

Answer Question   |  Mar 9 2009  9:35 AM GMT
C, Lotus C++ API toolkit, Lotus Notes email
asked by Ruchi

  15 pts.

How can I use folder lock functionality with .NET and C#

how can i use folder lock functionality with .net and C#

View Answer   |  Mar 9 2009  8:51 AM GMT
.NET, C, .NET development
asked by Minal

  45 pts.

How to search for a local file programmatically using C/C++

HOW, I develop a c/c++/java program for searching a file on my Personal computer

View Answer   |  Mar 9 2009  8:35 AM GMT
C, Java, Search string
asked by Vivekagar

  65 pts.

C code for PRINT a file at STOP writing in it and inserting EOF

hi, ia vivek a MCA student.I Want to develop a C code that provide facility to type some text and when specific character typed system generatprintout of file.

Answer Question   |  Mar 9 2009  8:29 AM GMT
C, Code example
asked by Vivekagar

  65 pts.

Get Lotus Notes Template name from NSF using C

Hey all, Is it possible to get the name of the template using the database (NSF) in C program? How? Please suggest.

View Answer   |  Mar 9 2009  4:12 AM GMT
Lotus Notes 7.x, C, NSF
asked by Sppradip

  70 pts.

A real-world C++ problem

A Real world Problem: This is a business rule of a bank that the Balance of customer must always be Positive, Further that it is also a business rule that a customer can not withdraw amount greater than his/her current balance. Question statement You are required to write a C++ program to solve...

View Answer   |  Mar 6 2009  6:01 AM GMT
OOPS, C, Software development
asked by Wyasser

  5 pts.

Lotus Notes error "Cannot convert field - unsupported datatype"

I created a NSF myjournal.nsf using [Personal Journal] template. In C when I rendered a document created by "JournalEntry" Form using its own Form (and also with default Form) with function [CompoundTextAddRenderedNote(params...)], I got the error code 1538->"Cannot convert field - unsupported...

Answer Question   |  Mar 4 2009  7:48 AM GMT
C, Lotus Notes 7.x, Lotus Notes error messages
asked by Sppradip

  70 pts.

How to take Incremental Backup programmatically using C#

How to take incremental back of files or folders from .net. I need some sample code in c#.

View Answer   |  Mar 4 2009  6:27 AM GMT
.NET, C, Incremental backup
asked by Minal

  45 pts.

Database connectivity between Microsoft Access and C++

how can i give database connectivity in code of c++, and my database is stored in ms-access?

View Answer   |  Mar 4 2009  6:24 AM GMT
database connnectivity, C, Microsoft Access
asked by Myinfy18

  5 pts.

Problem with my C compiler

i'm using vista service pack1 os. i have a problem with my compiler, when i'm running the compiler it windows show a message in a box that was "this system does not support full screen mode" plz sugest me, how 2get full screen mode

View Answer   |  Feb 27 2009  4:30 AM GMT
C, Compiler, C compiler
asked by Nani

  5 pts.

Extract OLEObject from NSF created with Microsoft Office Library Template

I have created a New xls in my NSF (above specified in title). Now I want to extract that object from the Notes Document. How can I do this. I have used NSFItemInfo and NSFItemInfoNext with item_name as $File. Is it Ok or I need another extra information?

Answer Question   |  Feb 25 2009  8:52 AM GMT
.NSF files, OLEObject, NSFItemInfo
asked by Sppradip

  70 pts.

How can I get the exact Lotus Notes Form that the document actually created?

I have two Forms. 1. MyFirstForm|RTF 2. MyNextForm|RTF I create two documents one from first Form and other form second one. In both document properties there is Form field 'RTF'. So how can I get the exact Form that the document actually created. I want this in my programming code in C or C#.

View Answer   |  Feb 24 2009  8:07 AM GMT
C, Lotus Notes Forms, Lotus Notes Developement
asked by Sppradip

  70 pts.

1 - 20 of 95
<<PREVIOUS 1|2|3|4|5 NEXT>>