Re: Opengl - Moving a shape Programming Software Development by em-kay FirstPerson, thanks alot for the correction. I really appreciate it Re: What's stopping you? Community Center Geeks' Lounge by iamthwee firstPerson this is an addictive relationship you are in... So why … HAD with her. Valentine Day rolls near... and ohhhh look... firstPerson wants to get back with his ex. The surprising thing… Re: Stuck on "hello wordl" Programming Software Development by MosaicFuneral firstPerson, more important is Code Tags. To use command prompt, go to Start->Programs->Accessories, then use [icode]cd[/icode] to navigate to the file and then type the name of the program. Re: C++ Bank account - help!! Programming Software Development by underground111 FirstPerson how would i change this access modifier so subclasses can inherit? private: // You need to change this access modifier so subclasses can inherit static int number; int AcctNumbr; string OwnerName; string AccountType; double CurrentBalance; Re: how does C++ know which constructor to call if you don't specify one? Programming Software Development by Laiq Ahmed @firstPerson the default Constructor & Destructor are not always trivial at … Re: stucked!!!help!!!urgent!!! Programming Software Development by sieghuirt firstPerson: my question is...how to move in a grid so tat u can input + erase the asnwer...? ebookfinder: erm...confused. mind to explain it in more detail?? Nathan: sorry. didnt read the rules n stuff and juz rush in to ask questions. i wont repeat it again. Re: Terminating Zero Problem Programming Software Development by Schoorsteen @firstPerson: Outputting the buffer before and in the function gives the same output. @wildgoose: Where nPacketLen would be bytesReceived? Re: Validity Check != any character Programming Software Development by yellowSnow @firstPerson Besides this being a C forum, I don't think … Re: still sorting problem...need help pls... Programming Software Development by xfreebornx @firstperson tnx alot.... pls how can i link the 3 option to my sort in the main program? Re: please help me fix this... Programming Software Development by xfreebornx @firstperson i really appreciate the help God bless.... Re: Prime Numbers C Programming Software Development by Doughnuts firstperson, thanks for the quick reply. What is a bool function? :) ~Mr doughnuts Re: Constructor Error Programming Software Development by StuXYZ firstPerson's answer works and solves the problem BUT for a … Re: help in C++/ (factorial & sterling formula) Programming Software Development by somaja FirstPerson : int n1,n2,n3,n4,n5; //declaring values cout<<"please enter five integer values"<<endl; cin>>n1,n2,n3,n4,n5; cout<<endl; i will complete latter >>>> the second part Re: PLEASE HELP! very difficult Homework Programming Software Development by BeyondTheEye FirstPerson's code works, but it's bad coding practice to … Re: Storing letters into an array Programming Software Development by NitaB firstPerson, I noticed the 4 about 10 minutes after my last post. lol!! Anyway, I had already changed that and I also had initialized my 2nd array...still the same result. I thought it was a waste also, but I have a selection sort I want to apply and I'm afraid I might mess something up by tinkering with the original array. Re: Help with a "For loop" problems Programming Software Development by Clinton Portis FirstPerson... I think the OP asked for a nested for loop :P Re: Practise Problem, Matrix class Programming Software Development by vidit_X @firstPerson - that's a whole lot of corrections. Thanks for all … Re: Practise Problem, Matrix class Programming Software Development by vidit_X @firstPerson - Thanks again for answering my queries :) @dusktreader - Thanks for the … Re: explian a function in c++ (I'm a beginner) Programming Software Development by jonsca firstPerson's definition is more like one that might be used … Re: How to reverse the array recursively? Programming Software Development by abhimanipal @firstPerson Where I have written swap the 2 variables that's … Re: cin to allow numeric only. Programming Software Development by SacredFootball @firstPerson I used to have that code and that's how I get in an infinite loop where it constantly spits out "INVALID INPUT." This isn't what I want... Re: Convert 3 digit integer into words using string/array c++ Programming Software Development by daviddoria firstPerson - what is this supposed to do? Convert a string to an int? Shouldn't he just use a std::stringstream? Re: Comparing 2 std::lists without taking order into account Programming Software Development by NathanOliver @firstPerson The link you provided states that both list must be sorted by a strict weak sorting method. So the OP would have to call [icode]sort()[/icode] on his list first before he sends them to [icode]std::set_difference[/icode] Re: How do i run C++ without any IDE? Programming Software Development by Ancient Dragon @firstPerson -- he doesn't want to use an IDE. Re: Iterators and Vectors Programming Software Development by wisaacs firstPerson is right. Iterators are designed to work like array pointers. … Re: C++ File Programming Software Development by Ancient Dragon @firstPerson: that only works if the length of the string < 160 characters, and the cursor is at the beginning of the line. It won't work if there is already some text on the line. Re: Posters Community Center Geeks' Lounge by Ghostrider939 firstPerson Could be that the intelligent people left because they were sick of arrogant rants from judgemental dimwits who cast aspersions on their intelligence. Bye bye Re: Going back to a certain line in the code Programming Software Development by ssmg @firstPerson thank you mate.It seems like the thing I was after. Thank you all for the valuable replies.Much appreciated. Re: is it possible to make use of datatype "string" without using #include <string> Programming Software Development by mike_2000_17 @firstPerson: That's just because <string> is probably included by <iostream>. Re: is it possible to make use of datatype "string" without using #include <string> Programming Software Development by Ancient Dragon @firstPerson: That's because YOUR compiler lets you do that. vc++ …