- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
61 Posted Topics
Re: [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 | |
Re: [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 … | |
Re: do you have a nvidia motherboard ? | |
Re: Can you ? even if its a little bit ? no one on here is going to write code for you! | |
Re: 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? | |
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 … | |
Re: 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 … | |
Re: [QUOTE=penelopeklimas;1460361]Hi, Uninstall Your current driver for Bluetooth.[/QUOTE] how would this affect it ? | |
![]() | Re: 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... |
Re: look at [URL="http://www.acceleratedcpp.com/"]http://www.acceleratedcpp.com/[/URL] there is source code from here | |
Re: 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 | |
Re: [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! | |
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 … | |
| |
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 … | |
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(); … | |
Re: 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 | |
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 … | |
Re: 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 … | |
Re: So why dont you ask for an extension and ask your teacher for help ?? | |
Re: check if has nvidia problem manufacturer or seller will repair it free else ditch | |
Re: 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 … | |
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; … | |
Re: 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 | |
Re: 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] | |
Re: 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 | |
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 … | |
Re: [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 … | |
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 … | |
Re: 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 | |
Re: See thread [URL="http://www.daniweb.com/forums/thread303519.html"]http://www.daniweb.com/forums/thread303519.html[/URL] | |
Re: 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 | |
Re: 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 … | |
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 … | |
Re: 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] | |
Re: 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 … | |
Re: What are you using to compile/debug this program eg eclipse, visual Studio ? | |
Re: 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. | |
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 … | |
Re: 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 | |
Re: Maybe your netbook does not have enough memory to run both i know mine doesn't | |
Re: So is this homework? have you written any code? | |
Re: 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 | |
Re: Well this post is obvious you have copied your coursework assginment, what code have you written what do you need help with ? | |
Re: 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. | |
Re: 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] | |
Re: 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 ? | |
Re: Try this if its any help [url]http://msdn.microsoft.com/en-us/library/799kze2z(VS.71).aspx[/url] | |
Re: [url]http://www.cplusplus.com/doc/tutorial/pointers/[/url] [url]http://www.cplusplus.com/articles/EliteHussar1/[/url] Hopefully these articles might help |
The End.