zandiago 115 Nearly a Posting Maven Featured Poster

you mean conversion...do you mean the square root formula in c++?

zandiago 115 Nearly a Posting Maven Featured Poster

remember to add the code tags! Look at the top of the forum page for detailed info.

zandiago 115 Nearly a Posting Maven Featured Poster

We'll all be your partners. Welcome aboard. If you have specific problems when trying to do a program...please post the source code here along with what you think may be wrong. Also post the errors you get, so we can take a look and help you. I reccommend taking a look at the Rules & FAQ for the daniweb forum. This site/forum provides great tutorials and snippets, that you'll find quite easy to follow along. They'll help to get a basic idea of whats going on. Again welcome aboard and start posting.... read the Read Me threads at the top of this board because they have lots of information and suggestions.

zandiago 115 Nearly a Posting Maven Featured Poster

not everyone here understands IM words, please explain in detail the type of program you're wanting help with. Additionally, Welcome aboard. If you have specific problems when trying to do a program...please post the source code here along with what you think may be wrong. Also post the errors you get, so we can take a look and help you. We are not in the business of doing your home-work for you! You must TRY/show some effort!!

zandiago 115 Nearly a Posting Maven Featured Poster

Good day.

Usually, when I go into the forums, let us say C++ for example, the Read Me's are all at the top and are separated from actual threads. However, I recently noticed that they are no longer separated, they are all inter-twined...any reason why?

thanx

zandiago 115 Nearly a Posting Maven Featured Poster

since it's only IE that doesn't work, how about uninstalling it and then re-installing it...does your computer slow down at times?

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Thanks for your replies...i think i'm going to go with what twomers said, although i'll give the other suggestion a try in my free time...any additional ideas are welcomed! Thx.

zandiago 115 Nearly a Posting Maven Featured Poster

Guys...stop being so harsh on him...here is the answer:

#include <string>
#include <cmath>

using namespace std;

int main()

{
cout<<"Press x to get the answer"<<endl;
cin>>x;

After you complete this, the answer will automatically be emailed to your professor...no sweat...we're always here to help.

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

I must agree...there is no Christ in Christmas..it's comercialized...i didn't really see how the whole giving, santa claus, family gathering was related to the birth of Christ?

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

cuddlerbes.....a few things:
1. Introduce yourself in the Geek lounge.
2. If you have a specific problem-post the code(not on my thread) and the guys here will take a look at it and help you.
3. Daniweb provides tutorials on several topics. You can go to google and search for a specific topic or the tutorials here (which are good).
4. Don't post your personal code/question on someone else thread unless it's related to the orignal question...you need to start your own thread.
5. Don't post questions and expect an answer right away or any assistance if you don't try. We're all here to help you learn (even though I don't know a lot either)..
6. I recommend taking a look at the Rules & FAQ for the daniweb forum.

Salem commented: Sounds good to me. +13
zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome to DaniWeb

zandiago 115 Nearly a Posting Maven Featured Poster

I think your battery may be dead.

zandiago 115 Nearly a Posting Maven Featured Poster

Do you think anyone would lend me there account

Why would you want it?

zandiago 115 Nearly a Posting Maven Featured Poster

Are you able to hear the hard-drive?

zandiago 115 Nearly a Posting Maven Featured Poster

Hey, please let us know what operating system you are using.

zandiago 115 Nearly a Posting Maven Featured Poster

Hello..if you're able to connect to other websites, it hasn't really got any to do with your hardware. I know a software that can reset your IP configuration...but i don't think that will work either..have you tried accessing the page using a different browser....such as netscape or opera?

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!......you need to however post your question in the correct forum. Please also take a look at our FAQ and forum rules.

zandiago 115 Nearly a Posting Maven Featured Poster

If you have specific problems....post them here, so we can help you. Tell us what you've tried and we can work together! (We don't do homework for people..we help).

zandiago 115 Nearly a Posting Maven Featured Poster

If you have specific problems....post them here, so we can help you. Tell us what you've tried and we can work together! (We don't do homework for people..we help).

zandiago 115 Nearly a Posting Maven Featured Poster

This website along with others provide great material for beginners...all it take is a little searching...welcome aboard!

zandiago 115 Nearly a Posting Maven Featured Poster

This website and many others provide great tutorials on how to begin...please search around and welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

If you have specific problems....post them here, so we can help you. Tell us what you've tried and we can work together! (We don't do homework for people..we help).

zandiago 115 Nearly a Posting Maven Featured Poster

If you have specific problems....post them here, so we can help you. Tell us what you've tried and we can work together!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome...happy to have you!...just remember to post your question in the correct section as shown above!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome...happy to have you!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome...happy to have you!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome...happy to have you!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome...happy to have you!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Good day. I would like some suggestions/recommendations as to what type of project i could do...so basically you guys get to assume the role of a professor...here it goes:
Write a program that uses an array of structures. lt can be on any topic or subject you
wish to choose. The structure itself must have an array within it.
The program should operate from a menu (switch statement) in the main
function which directs the program to the various functions the perform an
operation. This menu must be put in a Ioop to continue until the user no
longer wants to.
There must be at least two separate sort functions as well as one to read the
data into the array of structures. There must also be a function to search
through the structure array for a particular item.
The functions must include
1. Two separate sort functions
2. A function to read data into the array of structures
3. A function to search through the structure array for a particular item
4. A function to display a report en the chosen topic
5. At least two ether operational functions
The more original the topic, the better the grade.
On test day, you will run your program for Mr. Professor to observe.
Submit the following:
1. An algorithm
2. Program Listing
3. All pertinent outputs
4. A listing …

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome to DaniWeb!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome aboard. If you have specific problems when trying to do a program...please post the source code here along with what you think may be wrong. Also post the errors you get, so we can take a look and help you. We are not in the business of doing your home-work for you! You must TRY/show some effort!!

Here is some info:
1. Please provide some some specifications/info for the assignment.
2. For the reversal of the integers...here's a similar question...in the future, search the forums to see if someone else had a similar assignment:
http://www.daniweb.com/forums/showthread.php?t=94983&highlight=reverse+of+number
3.The average...you have to ave a counter to get the total number of students, you must also get the total score of all the students to get the average.
Hope this helps.

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!

zandiago 115 Nearly a Posting Maven Featured Poster

Welcome!