473,779 Members | 2,089 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vc++ Beginner

Hi all,
I know this is not the group for beginners..but i am not able to find
one.. can someone tell me the name for the beginners group?
Thanx,
-K
Nov 17 '05 #1
3 1054
"Kapil Patry" <ka********@hot mail.com> wrote in message
news:ek******** *****@TK2MSFTNG P09.phx.gbl...
Hi all,
I know this is not the group for beginners..but i am not able to find
one.. can someone tell me the name for the beginners group?
Thanx,
-K


Could you be more specific? Are you a beginner with C++ or Visual C++?
You're answer will determine what newsgroups to suggest. But if you are a
newbie to Visual C++ .Net, this place is as good as any to ask questions
specific to it.

- Don Kim
Nov 17 '05 #2
Hi there,
I am a vc++ newbie, and I am having a problem. I really hope that anyone
can help me out.

I need urgent help. I am writing my dissertation, and using a C++ program
for a Monte Carlo simulation. For some reason, one of my outputs, which is
supposed to be a number, shows up as above: -1.#IND.

Anyone with any idea why this is and how I can get rid of it?
Thanks so much to anyone who can help me!

"Don Kim" wrote:
"Kapil Patry" <ka********@hot mail.com> wrote in message
news:ek******** *****@TK2MSFTNG P09.phx.gbl...
Hi all,
I know this is not the group for beginners..but i am not able to find
one.. can someone tell me the name for the beginners group?
Thanx,
-K


Could you be more specific? Are you a beginner with C++ or Visual C++?
You're answer will determine what newsgroups to suggest. But if you are a
newbie to Visual C++ .Net, this place is as good as any to ask questions
specific to it.

- Don Kim

Nov 17 '05 #3
Hi there,
I am a vc++ newbie, and I am having a problem. I really hope that anyone
can help me out.

I need urgent help. I am writing my dissertation, and using a C++ program
for a Monte Carlo simulation. For some reason, one of my outputs, which is
supposed to be a number, shows up as above: -1.#IND.


you're probably doing a division by zero. Check your algorithm/input,
and/or use a math library.

You can enable dividebyzero exceptions like this:

_clearfp();
_controlfp( _EM_ZERODIVIDE, _MCW_EM );
--
hth
ben
http://bschwehn.de
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1802
by: Shardul Kulkarni | last post by:
Hello everyone, I am doing M.Sc.(computer science) from PUNE University. I have a subject called "Windows Programing using VC++" and as I know I think only the SDK part will be covered in this syllabus. and I really don't know from where to start,
2
1881
by: jeevanand | last post by:
Hi, I want to learn VC++.please guide me to start learning from scratch. Thank You
6
1698
by: nick | last post by:
i haven't learnt c++ before ,if i want to learn vc++,do i need to buy a c++ book to learn before i learn vc++? or some vc++ books are suitable to someone who hasn't learnt c++ before? any suggestions? thanks!
2
1625
by: Anurat Chapanond | last post by:
Hi All, I am a beginner for VC++ .NET but I used VC++ 6.0 before. I wonder where the "run program" button has gone. Do we need to run it on command line everytime? Also when I try to run a program on command prompt I got the "cannot open include file error". How can I set the path to those include files? Thank you, Anurat,
1
929
by: Kapil Patry | last post by:
Hi , i am comfortable with C++, but i need help with VC++. somebody could tell me the name of a newsgroup for beginners in VC++. Regards, -K
2
1125
by: Singaravelan Subramaniam | last post by:
Dear friends, I'm fresh in VC++ .NET. Console::WriteLine(S"Welcome to VC++.NET"); Why it's use "S" in it? regards Singaravelan
3
984
by: Peter Plumber | last post by:
Hi, I am just a (maybe) beginner in .NET having some basic questions about the limits. I suppose easy to answer for someone already using it ... what are the limits of inheritance?
3
2646
by: Neal | last post by:
managed C++ VS 2003 I have a beginner question about windows forms.... I need to call a function when a certain limit has been reached, now with the way VS sets up the .NET windows Form I get confused. When I was using Directx everything was being run from a while loop, so that was no problem for me in seeing where to place conditional statements and other functions. With windows forms do I need to have an event and eventhandler? it...
2
3671
by: SheetalGandhi24 | last post by:
Hi I need to use the System.IO namespace in the Win32 console application. Any clues for doing the same? Basically, I need to load the files of a particular folder in an array. I need to do this in a VC++.NET Win32 console application. I am very new to using VC++. Can anyone please help? Thanks in anticipation,
0
10139
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6727
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2869
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.