Forum: C++ Sep 27th, 2009 |
| Replies: 0 Views: 180 I'm attempting to output a 7 digit number in a space 7 columns wide with cout, where loan is my 7 digit number:
cout << "$" << setw(7) << fixed << showpoint << setprecision(0) << loan;
Any... |
Forum: PHP Sep 24th, 2009 |
| Replies: 3 Views: 832 please help me to convert php multi dimension array to JavaScript multi dimension arrayArray ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) ) ... |
Forum: VB.NET Sep 21st, 2009 |
| Replies: 14 Views: 412 The solution was a lot less technological and a lot more just plain... stupid.
I accidently copied the wrong folder causing myself to use a previous version without the reference. :P
Thanks a lot... |
Forum: VB.NET Sep 21st, 2009 |
| Replies: 14 Views: 412 This is driving me insane.
I did what you said with the file, unfortunately my OS is in my native language, and therefore attaching the file would be useless.
Despite that, I can figure out from... |
Forum: Window and Desktop Managers Sep 9th, 2009 |
| Replies: 7 Views: 4,885 Ditto most of what the other dorkwad said. Considering how unlikely it is that this imaginary "cloud" will always be available, I'll be long dead before someone moves my desktop and apps off of my... |
Forum: Window and Desktop Managers Sep 9th, 2009 |
| Replies: 7 Views: 4,885 Wrong, wrong, wrong.
1) Linux has never been about the desktop; it is about control. I can control what my computer does. I might not actively control everything because someone else has written... |
Forum: VB.NET Sep 6th, 2009 |
| Replies: 14 Views: 412 Sorry, I had unsolve it.
After getting to trying to fix it again (busy weekend), I found out that even after installing microsoft visual basic 3 (I used 1.2 in the project) it still does does not... |
Forum: Network Security Sep 3rd, 2009 |
| Replies: 1 Views: 1,890 here you will find a huge list of web proxies:
http://surveys2008.info
enjoy |
Forum: Apple Hardware Sep 2nd, 2009 |
| Replies: 10 Views: 4,155 Hey RJFoertsch,
If you need to know what driver it is, run siw.exe, it will tell you in the device manager.
2nd
NicAx64, I have tremendous respect for osx, it doesnt matter what it's roots... |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 14 Views: 412 Thank you very much for all your help. |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 14 Views: 412 A trojan with a database? =)
hope it was attached (change the extension to rar, it wouldn't allow me to upload it otherwise) |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 14 Views: 412 EventType : clr20r3 P1 : coder.exe P2 : 1.0.0.0 P3 : 4a967734
P4 : coder P5 : 1.0.0.0 P6 : 4a967734 P7 : d P8 : c6
P9 : system.invalidoperationexception
... |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 14 Views: 412 No dll used, just a database which is in the rar along with the exe.
I even tried downloading the rar, extracting and using, still it works on the original pc and nowhere else. |
Forum: VB.NET Sep 2nd, 2009 |
| Replies: 14 Views: 412 I compiled a project I made in visual studio 2008, but for some reason it only works on the computer it was created on, on any other computer I just get the "... has encountered and error and needs... |
Forum: Apple Hardware Sep 1st, 2009 |
| Replies: 10 Views: 4,155 Well well well. Typical Linux Freetard excuses for a crappy 90's desktop OS that less than 1% would EVER want. face it, Linux Desktop is CRAP. it is a cesspool of failed projects, all reinventing... |
Forum: Website Reviews Aug 30th, 2009 |
| Replies: 2 Views: 431 http://www.shortology.com is a new site to voice your points and opinions in 7 bullet points called shortology. the beta is live and we are looking for generous internet community to have a look at... |
Forum: C# Aug 21st, 2009 |
| Replies: 1 Views: 313 I found the solution! You just need to install an additional Office component using the installation CD.
More info here: HRESULT E_FAIL PowerPoint Solution... |
Forum: C# Aug 21st, 2009 |
| Replies: 1 Views: 313 Hey guys,
I'm programming a tool for creating PowerPoint slideshows from an images directory.
I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component" on the... |
Forum: PHP Aug 19th, 2009 |
| Replies: 2 Views: 592 Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection.
I want a table in a MySQL database that has the fields:
-Image ID
-Image Name... |
Forum: PHP Aug 3rd, 2009 |
| Replies: 2 Views: 224 i got it solved
the format should be
<?php
header('Location: http://xxxxxxx.php?chat='.$_REQUEST['msg'].'');
?>
simple :D |
Forum: PHP Aug 2nd, 2009 |
| Replies: 2 Views: 224 i am a real noob in php
i have a php url say http://xxxxxx.php?chat=
if i give zzz at the end of the url like this http://xxxxxx.php?chat=zzz
the output is yyy
i want a script to get the zzz from... |
Forum: Monitors, Displays and Video Cards Jul 20th, 2009 |
| Replies: 20 Views: 57,465 You are all wrong the answers are just keyword stuffing |
Forum: Windows Vista and Windows 7 Jul 17th, 2009 |
| Replies: 5 Views: 3,803 Don't know if you still have the problem... Making the assumption that your control panel is set to Classic Mode (just go to the CP, should be a setting) go to Sound and Audio Devices under "Speaker... |
Forum: C++ Jul 16th, 2009 |
| Replies: 5 Views: 48,601 Also if you declare a virtual constructor but forget the '~' in its definition, e.g.:
virtual ~A(); // declaration in .h file
A::A() {} // .cpp implementation missing ~ in function name |
Forum: Pascal and Delphi Jul 14th, 2009 |
| Replies: 1 Views: 577 Hi,
I have an old legacy application developed by someone else many years ago that we use day to day in our business. My boss would like to update the logos and images used within the application... |
Forum: Windows NT / 2000 / XP Jul 8th, 2009 |
| Replies: 7 Views: 31,632 WinRAR & HJSplit never really worked for me. Did some searching and came across this: http://www.001filejoinerandspliter.com . Hope this helps. It’s nice b/c it associates itself w/ the .001 file... |
Forum: C++ Jun 30th, 2009 |
| Replies: 3 Views: 224 Hey,new to stl, in c array, we can declare an array like
int a[]={2,4,5,6,7,7}
how can u do it for a vector without pushing back n times??? |