Monday, May 24, 2010

I need help with c.v!?

I am a BA (Hons) fine art student and I have 1 week to write a c.v and letter for application for my career's file. I have looked for samples and cannot find any. Can anyone help me???? Pleeeeeeeease!!

I need help with c.v!?
start with sub heading personal


you need name age date of birth, national insurance number and address.


next subheading is qualifications to incluse G.C.S.E alevels and any degrees.


next heading employment history start with most recent state who u worked for the adress and how long for also why you left.


next heading hobbies and intrests.


next heading is extra information.


state what you can bring into the job what makes you stand out. this is your chance to sell yourself.
Reply:yeah try downloading one with microsoft office
Reply:Here are some:








http://jobsearch.about.com/od/cvsamples/...





http://www.cv-service.org/cv_example_sal...





http://www.alec.co.uk/cvtips/exampfcv.ht...





http://www.cvtips.com/sample_CV/sample_C...


Help in Warshall Algorithm (C++ Coding)?

Hey there,


I need some help in Warshall Algo coding in C++





Question:


Input a matrix of (n x n).





Example:


Let A be the input martix (Direct Paths)





0 1 0 0


0 0 1 1


0 0 0 0


1 0 1 0





We have to figure out the possible paths in the graph.


The output matrix should be





1 1 1 1


1 1 1 1


0 0 0 0


1 1 1 1








To see the graph, click the link below:


http://i15.tinypic.com/2lbdd0j.gif








Please contact me at taalzz @ gmail.com


Thanks!

Help in Warshall Algorithm (C++ Coding)?
Telling you the function, just call this function from main().





void transclose( int adj[ ][MAXNODES], int path[ ][MAXNODES] )


{


int i,j,k ;


for( i=0 ; i%26lt;MAXNODES ; ++i )


for( j=0 ; j%26lt;MAXNODES ; ++j )


path[i][j] = adj[i][j] ;





for( k=0 ; k%26lt;MAXNODES ; ++k )


for( i=0 ; i%26lt;MAXNODES ; ++i)


if( path[i][k] == TRUE )


for( j=0 ; j%26lt;MAXNODES ; ++j )


path[i][j] = path[i][j] || path[k][j] ;


}


Anybody living with hep c that can help answer my questions?

My friend has just been diagnosed by gp as being hep c positive. they now feel that their life is over. How can I help them. They are shutting out their partner through fear of infecting them and they think that they will never be able to have sex without infecting them. what is treatment like? is it possible to live a ordinary life without pain and come to terms with? please help me to help save their relationship.

Anybody living with hep c that can help answer my questions?
Hep c is rarely sexually transmitted, especially among monogamous partners (1-3%). The risk of transmitting it sexually increases with multiple partners, MSM (men having sex with men), and coinfection with HIV is added to the mix.


Your friend needs to get in contact with a local support group. It will help to educate her about the disease and what she needs to do. It does not have to be a death sentence. Most people live with hep c and die from something else. It is a slowly progressing disease, but can be deadly if she drinks alcohol or ignores it. I have had the treatment for hep c and have been undetectable for 6 years. Basically, unless I become re-exposed to risk factors, I am cured. I owe that to my peers in my support group who helped me to learn about this illness and what my options were. Education is power; power to make informed decisions about your healthcare. Best wishes to you and your friend.
Reply:I helped my aunt through this. Hep c can only be transmitted through blood contact first of all. There is little pain involved. Intraferon treatment itself can be somewhat painfull. Injections 3 times a week that make you very sick, almost like chemo. Success rate is high. The chance of your friend infecting his/her partner is slim. Wear condoms, don't share razors, toothbrush etc. any thing that can carry blood. As long as your friend takes good care of themselves, this disease does not have to be life threatening or life altering. I wish you all the best.
Reply:Almost everyone with Hep C lives a normal life. For your question about treatment, the only way to know if treatment is necessary is for your friend to speak with her doctor. Most people with Hep C do not require any treatment at all, so only a doctor can help with that one. Your friend shouldn't have any pain or anything like that. Their doctor would probably advise that they stay away from certain things (alcohol, etc.) to keep their liver healthy but she'll be fine...





If you or your friend have more questions I would recommend the Centers for Disease Control's info line for Hepatitis. You can call 24 hours a day at 1-800-232-4636.
Reply:Call Pamela Anderson (Lee-Rock-whateva)


Does Vitamin B and C help lower High Blood pressure.?

Recently I have had a lot of Stress to cope with which has increased my Blood Pressure. I have been taking Renitec 20mg for 7 years and it has kept my blood pressure in check and I have been fine on this but recently it has risen again even though I am still on on this medication. I have been told that Vitamin B and C or Garlic will help lower Blood Pressure. Can you please tell me if this is right. Thanks.

Does Vitamin B and C help lower High Blood pressure.?
You have taken the first step towards success that is coping with stress.


Neither of the above helps you out, you are on your own, stay close to your Dr. advise.


It's a cruel world out there.


Best of luck. :%26gt;]
Reply:I do not believe that vitamin C or B can help with blood pressure. I don't know if garlic does. You need to talk to you doctor to get your drug regimen changed. I think that Renitic is an ACE-I. It might be as easy as adding a diaretic to with the Renitic. Perhaps your doctor might try to add another drug that works at a different area of the RAAS.





The honest truth is that if you have been on a Hypertention medication for 7 years, remedies are probably not going to do that much for you.

wedding

Help to increse the C drive from 10GB to 20GB where my D drive is 60GB ?

Help to increse the C drive from 10GB to 20GB where my D drive is 60GB ?

Help to increse the C drive from 10GB to 20GB where my D drive is 60GB ?
reformat... re-partition.





sorry man.. that's it.
Reply:if they are physically on the same drive then re-partition it.


If they are seperate drives then you can't.
Reply:You've probably using a partitioned HD.You can use partitioning software like Partition Magic to increase your 10 GB HD to whatever size you like. But do be carefull in partitioning your drive please read the instruction first before you go on with the partitioning.
Reply:try using a program like partition magic. it will give you the best chance at resizing those partitions without having to re-partition/re-format.





Nate
Reply:If you don't want a reformat and then partition it after you can use PARTITION MAGIC. But first back up your files if your planning to work in Drive C.


Help me on this c++ code .see the detail below?

hi my name is yonas i am student . i want write a simple c++ program that displays





*


***


*****


*******


**********





and


*


***


*****


*******


*********


***


***


***


***


***





both are different program can you help me please ?





i am waiting your response





thank you





yonas garedew





from Ethiopia

Help me on this c++ code .see the detail below?
IF you have any problem compiling the programs call me at m_gopi_m@yahoo.co.in





//pattern 1.





#include%26lt;iostream.h%26gt;


#include%26lt;conio.h%26gt;





void main()


{


int i,j;





clrscr();





for(i=0;i%26lt;=5;i++)


{


cout%26lt;%26lt;"\n*";


for(j=0;j%26lt;i;j++)


cout%26lt;%26lt;"**";


}





getch();


}





The source for program 2 is,





//pattern2.





#include%26lt;iostream.h%26gt;


#include%26lt;conio.h%26gt;





void main()


{


int i,j;





clrscr();





for(i=0;i%26lt;=5;i++)


{


cout%26lt;%26lt;"\n*";


for(j=0;j%26lt;i;j++)


cout%26lt;%26lt;"**";


}





for(i=0;i%26lt;=5;i++)


cout%26lt;%26lt;"\n***";





getch();


}
Reply:int i,,j


for(i=1,i%26lt;=5,i++)


for(j=0, j%26lt;=i+2, ,j++)


printf("*",%26amp; j)


try this code for the first one i hope i am right use nested loops
Reply:Hi,





i think this 'll b the answer for ur 1st prob





void main()


{


int i,j;


for (i=1;i%26lt;=10;i=i+2)


{


for(j=1;j%26lt;=i;j++)


{


printf("*");


}


printf("\n");


}


}





a slight modification to the above code 'll get u 2 the second output





void main()


{


int i,j;


for (i=1;i%26lt;=20;i=i+2)


{


for(j=1;j%26lt;=i;j++)


{


if(i%26lt;=10)


{


printf("*");


}


else


{


printf("***");


break;


}


}


printf("\n");


}


}





Think this'll help


Ha-p Computing...:)


How do I get C.P.S off my case? I need help getting them to stop taking my kids?

I recently had a C.P.S. case and I will have that kid back in June now they have takin my week old son just because I was spring cleaning at the time they showed up to inspect my house and it was a little messy from rearranging. can anyone help me get them off my case and leave my family alone???????

How do I get C.P.S off my case? I need help getting them to stop taking my kids?
What exactly were the charges? You have to have more than that wrong for them to take your kids. Why did they take the first kid if its just a bunch of crap like that you may want to get a lawyer. I think you have the right to appeal their decision. Check around in your area someone may be willing to help you pro bono. Check for legal aide in your area. Check online for help in your area.Keep your house spotless, %26amp; when you get your kids back move to another county if possible. You have to bow down %26amp; do whatever they want you to do. Go ahead %26amp; start looking for a place now. Once they get all of your kids you my have a real problem getting them back.
Reply:Well I think there is probably more to this then what your saying. They dont tend to take your child if it is a little bit messy. What also was going on at the time when they turned up? My sister is a very untidy person and she has had them around before and I can say her house was a little bit messy and did not take her children off her. They usually only take a child if the child is mistreated, and if they deem the child to be in danger. My suggestion would be to you, is make your home better, show them that you are capable of looking after your children. Im apologising first before I say this, But what disturbs me is the way you have written, "I will have that kid back in june". Its most likely me reading into this a little bit more then what your intentions were. Thats probably why Im questioning on what really happened. Why was your first child takin away, was it because of the same reason, or were there different circumstances.





Also you would have known that they were coming around or suspected that they were. Im not defending what these people do, however they usually dont take a child, because the house was getting a spring clean. So perhaps think back to the situation, what else happen on the day, and what were there real reasons for taking your son?
Reply:why do i feel like this is probably a bunch of half-truths? whoever heard of having their kids taken away because of "spring cleaning" you also don't sound like a loving mom - i would think there would be more anguish over losing children or having them taken away. you sound like you're talking about library books.


Help me with a c++ program plz?

Hey, I'm supposed to write a c++ program that plays the game hangman.


It's supposed to read in a bunch of words from a file that contains strings, it has to store the strings in an array of strings. Then print out a series of underscores and letters which represent the answer like s__ francis__. The user has to enter a letter, if it's incorrect print out a part of a man on the gallows with dashes and such. If it is correct put it in the word. Also I'm supposed to use 2 functions in the program. The file that the words will be read from will be up to 1000 lines long. And the program has to use strings to store the words not arrays.





Can someone plz explain how to do it or help me get started plz





Im not good with strings or arrays, im not sure how exactly i'm supposed to read stuff in from the file and store it in an array of strings

Help me with a c++ program plz?
Dude! This is not going to be a quick simple little program.





Id break it into chunks as follows:





1) Write a routine to read in the words and store them into the array of strings. Here are a couple of variables:


string myWords[1000];


short wordCount=0;


This could be a function or could just be at the beginning of main().





2) Write a function to display the gallows. This is probably the hardest part. I would suggest making your display just a few arrays of data and then assigning values as needed. For example, your gallow initialization could look something like


char gallows[10]={


" //========= ",


" || ",


" || ",


" || ",


" || ",


" || ",


" || ",


" || ",


"/||\ ",


"
Reply:
Reply:__________"}





Then, your routine would know that when one letter is wrong, it should change gallows[1], [2], and [3] to include characters for a head. When the second one is guessed wrong, 4, 5, and 6 get the body parts and so on.





The screen should be cleared each time you display the gallows. You should also display the letters under the gallows and guessed letters above it.





This means you'll need an array (size 26) for missed letters and another array, initialized with underscores and the size of the maximum word you expect.





You'll need to create another function to perform the letter check. This should make sure the letter hasn't already been used and if not, see if the letter exists in the word being guessed. If it doesn't, then the letter position corresponding to their guess is filled in within the missed letters array and the count (for the gallows display) is increased. If it is correct, replace the appropriate underscore with the correct letter.





There's an awful lot more to a program like this and it could take pages to provide more help. I'd suggest you work on small parts and then assemble those working parts to make the whole program.
Reply:You may want to make an object that contains a string and forward/backward pointers for a linked list. When you read a word, use new to get an instance of the object, put the word into the string member of the object and link the object to a list of other such objects. You can even sort the list if you need to. (It doesn't use arrays. Maybe that is what your instructor expects).





Be sure to delete all the objects in the list when you exit. It's good form.
Reply:The most eazy way is to use STL:





#include %26lt;string%26gt;


#include %26lt;vector%26gt;


using namespace std;





typedef vector %26lt;string%26gt; string_vector;


...


To add string to your array (i.e.vector):





void add_string( string_vector %26amp; sv, const string %26amp; s )


{


sv.push_back( s );


}





To get string from array:





string * get_string( string_vector %26amp; sv, int index )


{


size_t sz = sv.size();


if( !sz )


return 0;


if( index %26gt;= sz )


return 0;


return %26amp; sv[index];


}





...etc.





To learn more about STL, visit this site:


http://www.sgi.com/tech/stl/
Reply:Step 1: Learn how to read and write a file.


http://www.cplusplus.com/doc/tutorial/fi...





Step 2: Learn how strings work.


http://www.cppreference.com/cppstring/in...





Step 3: Learn how arrays work, indexing


http://www.cplusplus.com/doc/tutorial/ar...





This page might answer some questions too.


http://www.research.att.com/~bs/bs_faq2....

flowers on line

Need help with dev C compiler, specifically, windows application?

I know there is a probably a better place to ask this, but I don't know where. Anyways, what I need help with is writing a program using the windows application option (where the program starts with all the windows api stuff already there) in C language. I have no idea where to put my code in the large mess of stuff. There isn't even a main function, however there is one called winmain, is that something? I have tried sticking a printf function in different places to try to find where I can put my code with no luck. Does normal output like that not work in window application? Do I need to put a scanf or something to hold the program even though window doesn't dissapear? If you have a link to something that explains this that's fine. Thank you.

Need help with dev C compiler, specifically, windows application?
That won't work in a Windows application. If you want to use PrintF and it's friends, you will have to make a "Console Application." Windows applications don't have a "console.." all output is in the GUI.





Don't misunderstand this: A "Console Applicaiton" runs just fine in Windows. "Windows Application" should really be named "Windows GUI Application." The only difference is that a "Console Application" works in a text window (the "command line" window) whereas a "Windows Application" works exclusively through the GUI.





http://www.winprog.org/tutorial/





^^^ This looks like it will be a good tutorial to work thorugh to step out of the realm of "Console Applications" and into the realm of "Windows Applications."





However: Make sure you REALLY understand C and C++ on the console before you dive into the Win32 API. Doing otherwise may cause headaches, nausea, upset stomach, and perhaps even death.





-----





Windows applications don't use "main()". main() is the "entry point" for text applicaitons. "WinMain()" is the entry point for Windows Applications. There's a good reason for that: when DOS (or Linux, etc) calls your program, they call a C library that calls main(). Did that make sense?





When Windows calls your application, in calls a different C library that calls WinMain(). WinMain() is a function that sets up an EVENT LOOP that looks for things like button presses, mouse movements, keyboard events... all kinds of things.





main() and WinMain() are completely different species of fish. They have completely different purposes in life.


Need help with dev C compiler, specifically, windows application?

I know there is a probably a better place to ask this, but I don't know where. Anyways, what I need help with is writing a program using the windows application option (where the program starts with all the windows api stuff already there) in C language. I have no idea where to put my code in the large mess of stuff. There isn't even a main function, however there is one called winmain, is that something? I have tried sticking a printf function in different places to try to find where I can put my code with no luck. Does normal output like that not work in window application? Do I need to put a scanf or something to hold the program even though window doesn't dissapear? If you have a link to something that explains this that's fine. Thank you.

Need help with dev C compiler, specifically, windows application?
That won't work in a Windows application. If you want to use PrintF and it's friends, you will have to make a "Console Application." Windows applications don't have a "console.." all output is in the GUI.





Don't misunderstand this: A "Console Applicaiton" runs just fine in Windows. "Windows Application" should really be named "Windows GUI Application." The only difference is that a "Console Application" works in a text window (the "command line" window) whereas a "Windows Application" works exclusively through the GUI.





http://www.winprog.org/tutorial/





^^^ This looks like it will be a good tutorial to work thorugh to step out of the realm of "Console Applications" and into the realm of "Windows Applications."





However: Make sure you REALLY understand C and C++ on the console before you dive into the Win32 API. Doing otherwise may cause headaches, nausea, upset stomach, and perhaps even death.





-----





Windows applications don't use "main()". main() is the "entry point" for text applicaitons. "WinMain()" is the entry point for Windows Applications. There's a good reason for that: when DOS (or Linux, etc) calls your program, they call a C library that calls main(). Did that make sense?





When Windows calls your application, in calls a different C library that calls WinMain(). WinMain() is a function that sets up an EVENT LOOP that looks for things like button presses, mouse movements, keyboard events... all kinds of things.





main() and WinMain() are completely different species of fish. They have completely different purposes in life.


I need Help! I'm new with C++, I have to design a program with functions for a friend balance their checking a

The program should let the user enter initial balance for the month, followed by a series of transactions. For each transaction entered, the program should echo print the data, current balance for the account. service charges are 0.15 for check, 0.10 for deposit. If balabce becomes negative , additional 10.00 should be assessed. the program should print a warning message if balance drops below 50.00. I;m new in the programming world, I've been working on this program for 5 days; no results. HELP!~





Additional Details





4 minutes ago


A transaction takes the form of a letter, followed by a blank line. IF letter C, then the number is the amount of The check, if letter d the amount of the deposit. Help in C++

I need Help! I'm new with C++, I have to design a program with functions for a friend balance their checking a
Oracle Interview questions and answers-


http://oracleqa2.blogspot.com/





Oracle tutorial-


http://oracletutorials.blogspot.com/





sap architecture tutorial


at


http://sap1.blogspot.com/


I just had a c-section 8 days ago... Help!!?

Please be mature about this!!! I had my second c-section 8 days ago. It feels to me like the best I can describe, something is trying to force its way out of my rectum. It is hard for me to even sit. Does anyone know what it might be or what can help? I also breastfeed. Thanks to anyone who can answer my question!! ~Jen~ Also note, it is not hemroids!!

I just had a c-section 8 days ago... Help!!?
Sorry to hear of your discomfort..It's just the pressure you are feeling...Have you called your doc. and/or nurse about it yet?...What did they say?...I had a c-section so I know how you are feeling..I had to urinate in a tub of water because it hurt/stung so bad to do it the natural way!...IT TAKES TIME to heal and you need to be resting as much as possible...gravity can make it more uncomfortable and you may just be feeling it in your rectum..You have bruising in this area too...God Bless You....
Reply:I had a tremedous amount of pain from mine, but not in the area you are describing. One I think that you may be doing more than you should, I think you need to rest more which can be hard since you now have 2 little ones to look after. I think that you need to call your doctor tommorrow and they should be able to answer your question, usually without you having to go in for a visit. But it does sound like hemmroids, somtimes they are all internal, also remember there was a baby in there a little over a week ago and your insides are trying to find where they belong. Good luck.
Reply:You shouldn't be feeling any discomfort there. Seek out medical help
Reply:Constipation is a common side effect after any anesthesia. You didn't say what your bowel elimination pattern has been, but my wife so constipated after her first vaginal birth that when she finally went, it gave her an anal fissure. Those hurt and take a long time to heal.


I doubt the doctor left any instruments in your abdomen.


Go see your OBGYN ASAP. If you have any gushes of blood (from anywhere) or severe pain, go to the emergency room.
Reply:I think the best thing for you to do is go see your doc. It may be nothing. But then again , hospitals have been known to lose a sponge or some surgical instrument inside a person during surgery by accident. Just be on the safe side and go see what the doc can find out. If it is hurting you then go on to the ER.
Reply:Call your Dr. Sounds like a hemorroid (sp?) to me.
Reply:maybe you should take a stool softner? I had 2 c-sections myself, I had the kind of pain your having but only after I had a hysterectomy. Try to rest like what everyone said (eaisier said than done lol) Congrats on the new baby!

florist shop

Hi IM 14 AND I MAY HAVE HEP.C please help me and answer my question...?

Hi IM 14 AND I MAY HAVE HEP.C please help me and answer my question...?


my friend was with her cousin sarah that had hepatits C and was drinking after her and crap and sarahs hepC can spread through saliva.. my friend didnt find out that sarah had hepC until afterward... before my friend told me about this i sucked off her sucker and that means we shared saliva then she told me about how she thinks she might have HepC spreaded by saliva and blood... so i think i might have it and this all just happend today...i just told my mom and i need to know the soonest i can get tested in order for it to show up...please help and thanks alot!

Hi IM 14 AND I MAY HAVE HEP.C please help me and answer my question...?
I answered your other question as well. Hep C is NOT spread through saliva. The only way to contract Hep C is from blood to blood contact. It's NOT spread through saliva, sweat, tears or any other bodily fluids and especially NOT from casual contact. Some people don't know what they are talking about. Good luck, and like I said, unless you came in contact with this person's blood, you don't have to worry. Remember, only blood, not any other bodily fluids.
Reply:you cant catch hep c thru saliva.. it is passed on thru blood to blood contact.. sometimes it can show up imediately or it can take years to show up.. but I doubt that you have it if the only kind of contact that you have had is i lick of her lolipop.....
Reply:hi, hope i can help u..this day and age u dont drink or eat after anyone, unless ur sure u know them well. hep c and other diseases r going crazy. they spread thu saliva and other body fluids.some or more easy to catch than others. kissing and other jerms are very dangerous now days. some can even kill u over a periond of time or make u extreamly misserable.. good luck hope u dont have anything. and be safe
Reply:let's pray to God you don't have it. Go to the doctor and get tested you can have it for years and not know it.





best wishes to you!!
Reply:HEP C IS ONLY TRANSMITTED THROUGH BLOOD. Not saliva or any other source
Reply:you need to go to the doctor.... there is a big chance you could....


I want to learn C++ and everything I've tried doesn't really help. Can anyone recommend a good way to learn?

I've tried a C++ for dummies but it didn't help. I need a good thorough book for the complete idiot. And it needs to work too.

I want to learn C++ and everything I've tried doesn't really help. Can anyone recommend a good way to learn?
I'd recommend Ivor Horton's Beginning C++ book (http://www.wrox.com/WileyCDA/WroxTitle/p...





Also, the the tutorial website http://www.cplusplus.com/doc/tutorial/ is good.





Finally, the best way to learn a language is to pick a small programming project and to simply dig in and learn by implimenting it. Try programming something simple like hangman or what have you. Also, you might want to do a few console projects before attempting Windows programming.





Finally, have you programmed in other languages? If not, I'd recommend learning Java or VisualBasic first, and then tackle C++.
Reply:www.compman.co.uk or amazon will most likely have the books you need ( As for which ones im not sure ) I am guessing it will depend on what you are trying to do in c++ as to what you need to learn.





www.codeproject.com





www.cplusplus.com





www.pscode.com





are a few good sites to mention with regards to examples and the cplusplus one has a tutorial and documentation etc on it so that would be worth while checking out.
Reply:Here's a good an easy tutorial wich can teach you the basics: http://cplus.about.com/od/beginnerctutor...





This is another one, but the best part of this site is that it contains the reference manual for C++: http://www.cplusplus.com/doc/tutorial/.
Reply:C++ is one of a programme which have difference series of version u will not able to understand until u go to many series of Microsoft elementary level be for i recommend u a books u can read.


Help with microsoft visual c++ runtime error and blank pages in windows help and other program?

my windows help cant be open and help in other program show only blank page except index, the license agreement page in adobe reader show only blank page and some other program did not run properly like threatfire, its main window cant be open but still working (showing microsoft visual c++ runtime error) and advance system optimizer registry cleaner cant work after IE7 and Windows live messenger installation and modification of windows skin.

Help with microsoft visual c++ runtime error and blank pages in windows help and other program?
If you can get a browser up and running, go here:





http://onecare.live.com/site/en-us/defau...





Do a complete scan, and have it fix your errors.


I Need some one help me in C programming.?

I need to do assignment for C program that need to be submit next week but I really don't understand how to do the assignment. I need someone who expert to help me in this problem. I really don't understand what the lecturer teach me because I'm not the local student in my university and sometime they speak their mother language and make misunderstand about what they want to teach me.





This is the question link. i hope if anyone who are expert in C programming can help me to do this assignment.





http://metalab.uniten.edu.my/~hazleen/CS...





I really appreciate to whom can help me. and send me the answer at my email. hardaez_nishi@yahoo.co.uk

I Need some one help me in C programming.?
This is pretty basic stuff, but if you read your assignment, you need a partner. You can't do this assignment on your own.

sympathy flowers

Help me in removing c:\heap41a\reproduce.txt and svchost.exe?

Please help me in removing the following. c:\heap41a\reproduce.txt and svchost.exe.


I am getting this at the time of startup.


What is this and how to remove this. Where is it coming from?


Because of this i am unable to unhide the hidden files and folders again. Please help me


Thanks in advance....

Help me in removing c:\heap41a\reproduce.txt and svchost.exe?
You have a USB worm, your getting this worm form a USB memory stick.
Reply:My freind had something like a Orkut virus and the folder name was similar.





Right click the taskbar and open Task Manager-%26gt;Processes and see the file name as svchost.exe with the user name as what name you use to Login and select the file and click end task.





Then go to C:\ and delete the folder.





Do not delete the other svchost.exe files as they are system files.
Reply:Yeah, don't even try to delete svchost.exe!


How to burn an image of my C drive on my laptop..experts help?

how can i burn an image of my c drive which contains my windows and program files etc etc





i have a HP laptop with the HP Backup and recovery pre-installed but that is no good as you can only burn once.





i will need to make a bootable ghost image but i dont know how to as i'm quite new to this but am very reliable on computers..i want to learn and experience this experience on how to create images also this will benefit me as i hope to have an image of my c drive as it it will be very helpful because system recovery is too much of a hassle.





please i need advice and help in all sorts of directions..links and programs names willl be helpful..also i have no floppy drive on my laptop so icnt use a bootable diskette i will have to make a cd..but how??





i would appreciate anyhelp..i've heard once you have done it..the next time is so easy.





Thanks

How to burn an image of my C drive on my laptop..experts help?
ummm well if u want a complete image of C, not just the files but the boot image too then ull have to use Norton Ghost, shop around for best price. This program does have kind of a high error rate but give it a shot since its one of the few programs that will do that. I personally just back up my account, all that C drive stuff is not neccesarry unless u have crap loads of programs
Reply:buy a bootable cd, coz making a bootable cd with a cd-writer still needs a floppy drive, i think. install another harddisk for backup. OR if you reformat ur pc make two drives. drive c %26amp; d, you call this partition. allocate smaller space for drive c where system files will be installed, so everytime u format your pc, it will not take u that long. dont worry files in drive d will be intact.
Reply:I use Norton Ghost v10. If you have external hard drive, you can copy C-Drive to external HD and archive it (burn it to disks in case of problems). Norton Ghost is extremely easy to use and it can make incremental backups (as you go along) or complete backups. I make complete backups once a week or so and every so often, I will archive it so that I will have disks to rely on in case of emergency.





Hope it helps!!


HELP i need to c a phsyciatrist and i cant!?

HELP i need to c a phsyciatrist and i cant!?


phsyciatrist help?





my phsychologist wants me to see a phsyciatrist and not a phsychologist. that means a phsychiatrist twice a week. my parents dont wanna pay for it wat to do (i havent told her they dont wanna pay yet)





they can afford it, they just dont want to pay any more $. also, how often will phsyciatrist

HELP i need to c a phsyciatrist and i cant!?
There are free services to help you in this matter. Inquire within your local hospital...
Reply:If your psychologist wants you to see a psychiatrist, then this means that he/she feels you need medication, because a psychologist cannot prescribe any. You need to go.
Reply:Have your folks talked with the psychologist? He/she may be able to explain your need in terms that you cannot. Confide in your psychologist that your parents don't want to pay for your treatment so that this can be addressed too. The fact that you're being directed to a psychiatrist should not be taken lightly.
Reply:first you need to go to school to find out the difference first!!!
Reply:If a psychologist didn't help a psychiatry will suck your family savings dry and wont fix you. just get a girlfriend or boyfriend, sex cure everything, and I'm not charging you for this advice
Reply:what 2 do............ well beg
Reply:Tell the psychologist you can't pay.


Help with syntax in c++?

i'm trying to write a matrix class for c++. but i'm a bit rusty, and I don't have access to my text book, so i need some help refreshing my memory on a few basics.





so far i've been able to declare and implement the following function in my program file, but can't get it to compile when i declare it and define it in a header and definition file.


this is part of my header file:


template %26lt;class itemType%26gt;


class apmatrix


{


public:


// constructors/destructor etc...





private:


apmatrix%26lt;int%26gt; GenerateIdentity(int row, int col);


// etc etc





this is part of my apmatrix.cpp file:





template %26lt;class itemType%26gt;


apmatrix%26lt;itemType%26gt;::


apmatrix GenerateIdentity(int row, int col)


{


apmatrix%26lt;int%26gt; temp(row, col, 0);


for (unsigned i = 0; i %26lt; ((row %26lt; col) ? row: col); ++i)


temp[i][i] = 1;


return temp;


}





by changing it to a public function, i've been able to compile my program, so long as i don't call the member function.

Help with syntax in c++?
You cannot put template functions in the .cpp file, they have to be in the header. When a template is instantiated with a specific type, it needs to see the entire definition of the template. Any template code in a separate cpp file is not seen. In short, you don't use any .cpp file for your template class, just one big header.





As a second problem, some compilers do not support template member functions (this may not be a problem for you).





As a separate design issue, GenerateIdentity should be a static class function. It doesn't operate on a specific matrix object, it just generates a new one.





The declaration should be:


template %26lt;class itemType%26gt;


apmatrix%26lt;itemType%26gt;


apmatrix %26lt;itemType%26gt;::GenerateIdentity (int row, int col)





One small bug:


apmatrix%26lt;int%26gt; temp(row, col, 0);





This should be


apmatrix%26lt;itemType%26gt; temp(row, col, 0);
Reply:Your GenerateIdentity declaration in the source file is malformed.





It should be:





template %26lt;class itemType%26gt;


apmatrix%26lt;int%26gt; apmatrix%26lt;itemType%26gt;::GenerateIdentity(int... int)


{


...


}








As mentioned below, most compilers don't like having template definitions in a separate source file. GCC is ok with it if you use the appropriate flags, but many IDEs will give you the undeclared function error.

bridal flowers