473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

debug error output disappears in seconds

Expand|Select|Wrap|Line Numbers
  1. #include<stdio.h>
  2. #define ISIZE 10
  3. void size()
  4. {
  5.     char string10[ISIZE];
  6.     int i;
  7.     for(i=0;i<ISIZE;i++)
  8.         string10[i]=getchar();
  9.     for(i=ISIZE-1;i>=0;i--)
  10.         putchar(string10[i]);
  11. }
  12.  

output is disappears in a seconds.
Am getting the output like this
The program '[1616] examples.exe: Native' has exited with code 0 (0x0).

I need immediate solution for this problem
Mar 7 '13 #1
1 1487
weaknessforcats
9,208 Expert Mod 8TB
Are you using Visual Studio?
Mar 7 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Tiza Naziri | last post by:
Hi, Can anybody explain to me why this error occurs (during execution in MVC++): Debug Error! Program: C:\..(my code name) Module: File i386\chkesp.c
1
by: Alex Lu | last post by:
Hi, I am new to vc++.net programming ,while I use exit(0) statement on button click event , it is OK, but when I use exit(0) statement on menu click event, there will be a debug error,could...
4
by: Chris Ruegsegger | last post by:
I have a registration type page that asks a series of questions but does so using Panels to display only a couple at a time. I have a Next and Back button on each panel for navigation purposes. ...
5
by: Brad | last post by:
I created a base page class which sets a response filter and the filter injects additional html into the response output stream. The filter works fine and everything works as expected except for...
5
by: Paul Bergson | last post by:
I have been trying to get a process to start up and run with arguments passed to it. I have gotten close (Thanks to help from this board) but I there is a failure while I'm running this because...
2
by: Mehmet Kitapci | last post by:
Hi, I receive this "Debug Error!" message while deleting the CContext instance. e.g. CContext pCC = new CContext(); // ... do something on pCC delete pCC; // error message pops up...
0
by: JCD | last post by:
I am using Office XP Professional on Windows XP Home. When I try to open a Word document, I get a Microsoft Visual C++ Debug Library window stating Debug Error! Program:C\Program Files\Microsoft...
1
by: abijith | last post by:
Hi.. I am an engg student.. I am facing difficulty in getting thr debug error in visual C++ library... PLs tell me what i should do..? Pls mail to <emails removed MODERATOR>
1
by: Chris Sharrard | last post by:
Hello All, I have been trying to fix the following problem; this bit of code works fine when it is compiled as part of a Windows application but when I move it out to a DLL I get the debug error -...
3
by: Davyb | last post by:
I am using XP Home edition SP2 with Office XP Professional. When I try and open OUTLOOK I get a message M Visual C++ Debug Library Debug Error C\Program Files\Microsoft...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.