Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
78% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post

61 Posted Topics

Member Avatar for orphanarium

[QUOTE=AZIronwood;1415822]I have a similar problem with my Gateway laptop. No power. I've tried the suggestions outlined above, but nothing happens, with or without the battery installed. Any further suggestions? Marcus[/QUOTE] does it have a nvida graphics card in it ? it sounds like a simmilar fault that HP and dell's

Member Avatar for Stephen_24
0
13K
Member Avatar for isitme

[QUOTE=Gaidahan;1089701]I have the same problem. This happens after I installed MalwareBites and scanned with antiMalware and cleared the Mal objects. Now only Firefox works, IE, google Chrome, and Safari all stopped worked (could not connect.) Anyone out there has fixed this problem before? There seems no answer on the whole …

Member Avatar for Reverend Jim
0
2K
Member Avatar for Jtschupp04
Member Avatar for bramsever

Can you ? even if its a little bit ? no one on here is going to write code for you!

Member Avatar for alan.fontenele.1
-1
119
Member Avatar for derbende

to be honest i do think the replies explained it very well, what exactly do you want to know if the current replies are not good enough?

Member Avatar for stephendstump
0
1K
Member Avatar for elsiekins

Hello, Unforunatly had to replace my hard drive on my laptop so having to start from scratch, i already had eclipse installed, so when i went to reinstall, downloaded JRE and JDK and 32bit eclipse (my machine is 32bit vista) but i get the error message [I]"A java Runtime Environment …

Member Avatar for ejosiah
0
150
Member Avatar for aidanodr

This thread is old please start new thread [QUOTE=condowallace;1473146]Hi everyone Recently I've been having the same problem with my p28 (been running sweet for years with various upgrades) and after reading through the thread I would have to agree with gigigigi in that the graphics is to blame. I've been …

Member Avatar for p.105
0
618
Member Avatar for shaludas

[QUOTE=penelopeklimas;1460361]Hi, Uninstall Your current driver for Bluetooth.[/QUOTE] how would this affect it ?

Member Avatar for benmar
0
197
Member Avatar for diafol

I cant wait i just wish the tickets were not so expensive ! anyone and idea when next years tickets go on sale ? it would really be a who to support england or wales...

Member Avatar for royng
0
728
Member Avatar for Transcendent

look at [URL="http://www.acceleratedcpp.com/"]http://www.acceleratedcpp.com/[/URL] there is source code from here

Member Avatar for arkoenig
0
1K
Member Avatar for slfisher
Member Avatar for ananthaisin

Don't buy the HP Pavilion there are major problem with the motherboard - tbh just go into a computer store and look around see which ones you like, my final decision was made on how pretty it looks , also look at the weight of each laptop

Member Avatar for sarah newton
0
166
Member Avatar for spoonlicker

[QUOTE=Caligulaminus;1477264]@mike @ravenous Why do you think he's been banned from those sites? Don't waste your time. On the other hand... *getting the popcorn*[/QUOTE] it might be where the OP is working from they filter those sites - come on who has ever been banned fro wikipedia!

Member Avatar for Nick Evan
-1
227
Member Avatar for elsiekins

Hi - i have been trying to create a linked list in C using structs and there are a couple of things i am stuck with how to declare the node front and back and do i keep repeating myself? Also in the function push back how can i use …

Member Avatar for elsiekins
0
299
Member Avatar for er.shalini10
Member Avatar for elsiekins

Hello Using : [CODE] cout << "enter 5 letter"; getline(cin, letter); [/CODE] executes fine but when running PC- Lint: getline(cin, expectedLabel): error 534: (Warning -- Ignoring return value of function 'std::getline(std::basic_istream<char,std::char_traits<char>> &, std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)' error 830: (Info -- Location cited in prior message) I was wondering if anyone could tell …

Member Avatar for Narue
0
258
Member Avatar for elsiekins

Hello, I have a program that uses getchar() and slightly confused and tried googling and it made it worse [ICODE] cout << ">What is the expected letter <<"\n>"; expectedLetter = getchar(); putchar(expectedLetterl); string exletter = expectedleter + post; cout <<">Do you wish to enter another letter (Y/y)/(N/n)\n>"; repeatIn = getchar(); …

Member Avatar for elsiekins
0
162
Member Avatar for Dhirajseo

it also depends on your computer as well there are many positive and negative issues about - just download loads and try them out see which one feels right for you

Member Avatar for adronhill
0
73
Member Avatar for elsiekins

Hi, i have: [CODE]string letter; cout << ">Please enter a letter: \n>"; getline(cin, letter);[/CODE] What i am trying to work out is how to restrict the user for only entering one letter - has to use a string due to being used in a function later which only takes a …

Member Avatar for elsiekins
0
176
Member Avatar for juangalvez4

From the looks of it when you select the number the program prints out a tree by looping for more information on loops see [URL="http://www.cplusplus.com/doc/tutorial/control/"]http://www.cplusplus.com/doc/tutorial/control/[/URL] its halfway down the page. [CODE]for(j = 1; j <= lines*2; j=j+2)[/CODE] as for this bit of code it is saying that from j is …

Member Avatar for juangalvez4
0
134
Member Avatar for trafficmash
Member Avatar for elsiekins
-2
70
Member Avatar for ofir0803

check if has nvidia problem manufacturer or seller will repair it free else ditch

Member Avatar for ofir0803
0
115
Member Avatar for tulky85

Firstly nothing will sounds like the good [old nvida defect](http://www.pcpro.co.uk/news/230097/updated-hp-confirms-nvidia-flaw-hits-desktops) bit of info there. I would say phone HP but it is such a pain in the ass! take it back to where you bought it and they should hopefully sort it if not there is [support here](http://www.nvidiadefect.com/). I went …

Member Avatar for elsiekins
0
491
Member Avatar for elsiekins

Before people go why would i want to create an array of size 0 - this is due to writing a test program. at the moment i have two diffeent ways of doing - not sure which one is even slightly correct 1.[CODE]uint8_t * BufferB = new uint8_t[0]; uint8_t* p; …

Member Avatar for elsiekins
0
421
Member Avatar for MasterGberry

not sure if this is completly relevent but insted of [CODE] if (*(tableRow + (int)Name) == NULL || (tableRow[(int)Name]) == "")[/CODE] alterntive [CODE]if(*(tableRow +name) == ""[/CODE] it seems to me you are checking twice "" is an empty string

Member Avatar for elsiekins
0
162
Member Avatar for Crutoy

dont know if this is any help just glancing here but you can use a swap template - Example:[URL="http://www.cplusplus.com/reference/algorithm/swap/"]http://www.cplusplus.com/reference/algorithm/swap/[/URL]

Member Avatar for Crutoy
0
88
Member Avatar for sudhirs18

is your program stored in the same directory of as the program - you also need to give it the root of where the file is

Member Avatar for sudhirs18
0
164
Member Avatar for elsiekins

Simmilar problem again using a vector of length 4 [CODE] vector <char> something; something += '1','2','3','4'; somefunction(something,4); [/CODE] some function takes in a [CODE]char* ptr, unsigned int size[/CODE] at the moment i am getting "error C2664: 'something' : cannot convert parameter 1 from 'char' to 'char *" any help would …

Member Avatar for elsiekins
0
144
Member Avatar for coldflame

[QUOTE=oneml;1397524]What windows version are you using? Are you able to install any application? Are you able to uninstall applications? If you are able to do both install Revo Uninstaller first then go into safemode and uninstall all the unnecessary applications. Then install Malwarebytes [url]http://www.malwarebytes.org/[/url] and scan the system after disconnecting …

Member Avatar for coldflame
0
357
Member Avatar for elsiekins

Hi, I have a method call say some fucntion that takes in a pointer of an array of char [CODE]char anArray[32]= {'1', '2', '3', '4', '5', '6'}; // the function call someFunction(&anArray[0]) [/CODE] I don't think I have quite grasped the concepts of pointers yet, does the code i have …

Member Avatar for Ancient Dragon
0
130
Member Avatar for MairiRobertson

I know for java (i haven't used it alot for c++) that you can get emulators for blackberry and things like that in Eclipse

Member Avatar for mike_2000_17
0
162
Member Avatar for driftingaway11

See thread [URL="http://www.daniweb.com/forums/thread303519.html"]http://www.daniweb.com/forums/thread303519.html[/URL]

Member Avatar for spacemunky
0
297
Member Avatar for utility57

Had exactly the same problem it is the motherboard and it is a known fault with them cos i had the DV pavilion 9800, Luckally mine is under warenty So i sent mine back , althought HP tech support is shit so i contacted the vender i bought it off

Member Avatar for sjdegraeve
0
328
Member Avatar for SVSU_Student

Also please use code tags which are situated at the top bar of the start thread table with (code) it will make it so much easier to read your posts - best idea not to go about declaring your a student - as long as you dont ask for code …

Member Avatar for Frederick2
0
374
Member Avatar for elsiekins

theoretically - when using unint16_t (unsigned integer of size 16) I have two arrays of these unsigned int and i am going to use [CODE]memcmp[/CODE] for example: [CODE] uint16_t a[ARRAYSIZE] = {0,1,2,3,4,5,6,7,8,9,10}; uint16_t b[ARRAYSIZE] = {0,1,2,3,4,5,6,7,8,9,10}; if (memcmp(a,b , sizeof(uint16_t) * 16) == 0) { return true; }else { return …

Member Avatar for Ancient Dragon
0
125
Member Avatar for im abcd

Maybe use a switch statement as described at [url]http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Companion/cxx_crib/switch.html[/url]

Member Avatar for elsiekins
0
200
Member Avatar for tobyhazenberg

Does the lights go on ? and you get a black screen ?? If so it seems that it is the "nvidia defect" - this simmilar to this thread [URL="http://www.daniweb.com/forums/thread303519.html"]http://www.daniweb.com/forums/thread303519.html[/URL] if it is under warrenty send it back for repair , you might need to press your case - there …

Member Avatar for elsiekins
0
88
Member Avatar for taylord69
Member Avatar for taylord69
0
115
Member Avatar for Chalson

Maybe use a array to store the variables , then sort the array in numerical order then access the first and last element of the array.

Member Avatar for PsychoLogic
0
201
Member Avatar for elsiekins

I was wondering if anyone could suggest things. I recently got an malware and removed it using malwarebytes and it seems that after this i cannot use both chrome and IE8 which says they are not connected to the internet yet i can still use firefox does anyone know of …

Member Avatar for elsiekins
0
151
Member Avatar for XMasterrrr

well it all depends on your style of learning , sometimes the dummies books can be an hindrance rather that a help, go to a book shop flick through a couple, and then buy them on-line cheaper if you feel they are any good

Member Avatar for elsiekins
0
173
Member Avatar for rsashwin
Member Avatar for elsiekins
0
141
Member Avatar for stevanity
Member Avatar for glenak

the feature you described before is a feature for c++, but as you use the . in Java some things you can use :: on to show different methods available , don't quote me on that though

Member Avatar for kes166
0
126
Member Avatar for poptop

Well this post is obvious you have copied your coursework assginment, what code have you written what do you need help with ?

Member Avatar for prvnkmr194
-1
95
Member Avatar for LevyDee

well first of all for job interviews would be to go in a suit, even if it a cheap one! just brush up on your basic theory whilst applying for my internship that was most of the questions i got asked.

Member Avatar for elsiekins
0
85
Member Avatar for RaoxFaello

i might just be readig this quickly but maybe a couple of IF statements to define the error for example [CODE]if (x = y) { cout<< "error both X and Y are equal"<endl; }[/CODE]

Member Avatar for Narue
0
144
Member Avatar for s080072

first things first, try to make your code more readable by indentation for example [CODE] class Position { private: int row; int column; public: Position(); void SetRow(int r); void SetColumn(int c); int GetRow(); int GetColumn(); } [/CODE] Also where are your methods and what is in them ?

Member Avatar for hag++
-2
85
Member Avatar for nolife

Try this if its any help [url]http://msdn.microsoft.com/en-us/library/799kze2z(VS.71).aspx[/url]

Member Avatar for nolife
0
1K
Member Avatar for dasari.prasad

[url]http://www.cplusplus.com/doc/tutorial/pointers/[/url] [url]http://www.cplusplus.com/articles/EliteHussar1/[/url] Hopefully these articles might help

Member Avatar for ben1Greer
0
430

The End.