Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to the forum! Just explore around :)

Denniz 103 Posting Pro in Training

Hi welcome to the forum!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb! You can look under the web development section, there's a php subsection down there.

Denniz 103 Posting Pro in Training

Local variables are stored in the call stack, together with the return address and passing parameters.

Instructions are stored in the code segment, which is usually at the lower part of the memory to prevent stack overflow from overwriting it.

Denniz 103 Posting Pro in Training

To escape from the python!

Denniz 103 Posting Pro in Training

Had a burger just now....:)

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi nice intro there. Welcome to the forum!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi Kamal, welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi babs welcome to Daniweb!

Denniz 103 Posting Pro in Training

Your swap function is entirely wrong. You need to pass pointers to integers as the parameters, and do the swapping by writing to where the pointer points to.

Denniz 103 Posting Pro in Training

Converging to Assembly? I thought it was the exact opposite. Nowadays programming are moving towards higher level, relying a lot on libraries, APIs, components, frameworks, middlewares, etc.

Also, languages are moving more towards platform independency (like Java), and language interoperability (like .Net). Web-based applications are becoming more important, unlike in the past where desktop application dominates, which means that programmers are using more script languages like php, asp, etc.

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb! Hope you learn more about programming in Daniweb.

Denniz 103 Posting Pro in Training

Hi Jonathan, welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi its never too late to start an intro! :)

Denniz 103 Posting Pro in Training

First parameter is wrong. Use char* instead of char. Are you going to change the value of those variables inside the function? If so, pass pointers or reference, else you can simply pass by values.

Denniz 103 Posting Pro in Training

And where has the original poster gone to ? You guys really scare people away... :P

Denniz 103 Posting Pro in Training

Just browsing through your code. First thing, you don't need a nested while loop. Take out the outer while-loop, set the flag to true & break out of the loop when the answer is correct.

Also, I would use bool type for flag variables such as isGuessed.

Denniz 103 Posting Pro in Training

Just curious, why would you want to design a web browser? There's IE and firefox and several others around.

Denniz 103 Posting Pro in Training

Hi Jackson, welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb and nice to meet u too!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb! Hope u enjoy it here!

Denniz 103 Posting Pro in Training

Nice intro, welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb! Do participate more in the forum.

Denniz 103 Posting Pro in Training

We do have elder members here. How would u know u r the oldest here?

Anyway, welcome to Daniweb!

Denniz 103 Posting Pro in Training

You seem to have solved the looping problem, except that in most tests a grade of zero is possible and your (grade > 0) condition excludes that.

If you are refering to the solution I provided, that's because he prompt the user to enter a score between 1 to 100 in his original question.

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Depends on what kind of SEO works they do. It could be optimizing your content, building links on link exchange sites, submitting of articles and press release, etc. They could have some tools to do things more efficiently, but all those stuffs can be done manually too.

Denniz 103 Posting Pro in Training

With minimum change to what you already have:

while ((grade > 0) && (grade <= 100))
	{
	            cout << "Enter the Students Grade Between 1 and 100 (-1 to stop):\n"; 
	            cin >> grade; 
		if (grade <= 49)
		{
			cout << "F!"<< endl; 
		}
		else if ((grade == 50)||(grade <= 59) ) 
		{
			cout << "D!" << endl; 
		}
		else if ((grade == 60)||(grade <=69))
		{
			cout << "C!" << endl; 
                                }
	}
Denniz 103 Posting Pro in Training

Also, I've been thinking if i really need to promt the user to input value of x
How can i make the program to get those int values from 1 to 5 and display all of them?

No where in the question says you need to prompt the user. You can simply initialize Count to 1 before the while loop, and increment the value within the loop.

Denniz 103 Posting Pro in Training

Just had some korean food during lunch.

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb, hope u like it here!

Denniz 103 Posting Pro in Training

Hi Waseem, welcome to Daniweb!

Denniz 103 Posting Pro in Training

Welcome to Daniweb! You may wanna post your problem in the hardware section under Tech Talks.

Denniz 103 Posting Pro in Training

Welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

What language you use? What's your level of proficiency? And how much time you have?

Denniz 103 Posting Pro in Training

Or you prefer everything to be inside one super big library? In that case, your hello world program could become hundreds of megabyte in size because every single program has to link to that one and only library.

Denniz 103 Posting Pro in Training

Hi welcome to the forum!

Denniz 103 Posting Pro in Training

Just had my dinner. Had curry chicken, fried fish, some vegetables and rice.

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb! What language do u used for programming?

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!

Denniz 103 Posting Pro in Training

Welcome to Daniweb!

Denniz 103 Posting Pro in Training

Welcome to Daniweb!

Denniz 103 Posting Pro in Training

Hi welcome to Daniweb!