Chalise's Posts
Nairaland Forum › Chalise's Profile › Chalise's Posts
1 (of 1 pages)
for those of you who are struggling to maintain your hair. I would like to tell you about a product called "main n tail" use your search engine to find full reviews about it. this product makes your hair strong, so that you shed less hair allowing your hair to stick around and grow but it does not make your hair grow faster. It makes your hair thicker, softer, shiny and stops split ends. I am a guy and the hair on the top of my head has been thinning for a year now. Therefore every time i get a hair cut the hair on the top of my head grows back far slower than any other part of my head. It is also a sign that i was getting a bald spot. The area that was thinning was always soar and pain full to the touch. I am not sure if these are the symptoms of what happens when you are going bald but that's what i felt. i started using main N tail for a week and the sourness went away. My thinning hair was stronger and i shed less hair when i take showers. This product does not seem to work for 100% of the population but the vast majority of people in the reviews will tell you that it works . And as long as the hair in the thinning area of my head is strong it should regrow no problem. I am from Canada so i am not sure if it is available where you are. In your search engine, type in "does main n tail work" or "main n tail reviews" |
IF you have never learned any type of programming language b4. you should start with perl. Perl is very similar to c++ but much easier and no pointers. The difference between C and C++ is that C++ is where the concept of classes is introduce C has classes but they are not actual classes just a fake attempt to organizing data. Therefore C++ with out the Classes is very much like Perl. so i would definitely say learn Perl. |
DO NOT REINSTALL anything, IT won't Help! This happened to me b4. I lost a bit of hair and grew some gray ones before i figured out the reason why it happens. The reason this happens is is because your compiler is referring to an older version of your files rather than the newer most recent ones. you said your program complied fine yesterday and today it is not. this is because any changes you have made today are not being reflected on the actual file. Even if you save, close the program and open it again and compile you will still get that same error because for some reason it is not over writing the older files when you modify the files and save. To FIX this you need to Clean and rebuild . Just delete the classes that are causing the problem.THERE MUST BE NO TRACE OF IT. create another class with the same name as the class you just deleted and paste the code into it. Now when you compile your compiler will be able to find the news most updated files. I am using Netbeans 6 and the solution to this is to use the clean and rebuild option and that does everything for you. Another Solution is to create another java application and move all your files there and work from that location. |
1 (of 1 pages)