473,394 Members | 1,699 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,394 software developers and data experts.

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 1033
"Kapil Patry" <ka********@hotmail.com> wrote in message
news:ek*************@TK2MSFTNGP09.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********@hotmail.com> wrote in message
news:ek*************@TK2MSFTNGP09.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
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...
2
by: jeevanand | last post by:
Hi, I want to learn VC++.please guide me to start learning from scratch. Thank You
6
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...
2
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...
1
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
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
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
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...
2
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
0
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...
0
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...

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.