Forum: C# Feb 19th, 2008 |
| Replies: 5 Views: 926 I really don't think he's given enough information for anyone to try and say what the error is.
considering the .NET framework is automatically downloaded on newer OS's and in fact comes... |
Forum: C++ Oct 5th, 2007 |
| Replies: 5 Views: 1,387 this statement is entirely different from what you have in your code.
/*
toupper returns an INT value
toupper(a) will return 65 the ascii value for an uppercase A
*/
// the following... |
Forum: C++ Jul 13th, 2007 |
| Replies: 62 Views: 9,333 cool i started a new thread.
so from what i am gathering if i were to input the string
hello world
you dont want
dlrow olleh |
Forum: C++ Jul 11th, 2007 |
| Replies: 23 Views: 2,820 vectors are much like arrays
#include <vector>
int main()
{
//standard way to create an array
int myarray[someconstsize] = { 0 }; //assigns all values to default zero
//vector... |
Forum: C++ Jul 8th, 2007 |
| Replies: 4 Views: 15,997 easy!!
this is more of a command shell question though :-/
seperate each command with the & symbol
use a && to ensure that the following command is only run if the previous was... |
Forum: C++ Jun 29th, 2007 |
| Replies: 8 Views: 19,685 If you are still interested a few things you could do / should do.
get an XML Parser and treat all pages like XML, since HTML follows a strict coding format (or at least properly built pages do)... |
Forum: C# Jun 28th, 2007 |
| Replies: 3 Views: 8,491 First of all it is Node not Nod.
the only way to add check boxes to the node tree is by specifying it on the TreeView object itself, thus all of the nodes will have checkboxes.
but in your... |
Forum: Geeks' Lounge Jun 18th, 2007 |
| Replies: 12 Views: 1,776 lastnight when browsing daniweb i realized something.
when i first started browsing this site back around 2004 i was offering PC troubleshooting support. I spent most of my time on this site... |
Forum: Windows NT / 2000 / XP Sep 23rd, 2006 |
| Replies: 2 Views: 8,669 i believe you can, you can wake the machine through the NIC card (wake on lan)
let me look it up for both ya!
.....done researching
yes you need whats called Wake-On-LAN
... |
Forum: C++ Sep 23rd, 2006 |
| Replies: 8 Views: 11,670 cool, i will take that into consideration. Most of what i got to work came straight from the MS website;although, the first language i have ever worked in was C and that was a long time ago. Then i... |
Forum: C++ Sep 23rd, 2006 |
| Replies: 8 Views: 11,670 Already using Microsoft Visual C++ (in .NET 2003)
my school has an academic alliance with MS so i can get access to all of the tools and OS's they offer for free. so to be honest im using what... |
Forum: C++ Sep 12th, 2006 |
| Replies: 8 Views: 11,670 awesome, thank you very much! i will look into that immediately! |
Forum: C++ Sep 12th, 2006 |
| Replies: 8 Views: 11,670 Howdy there all again. I have been working in C# for some time and think i am ready to graduate to a real language that can actually work hand in hand with memory managment :P
so my first... |
Forum: C# Jul 23rd, 2006 |
| Replies: 1 Views: 11,377 got to thinking that i couldnt find a way to find the intersect of a string and array nor could i find a quick way to do an array / array.
i searched a bit on google and didnt really find... |
Forum: Windows NT / 2000 / XP Jul 5th, 2005 |
| Replies: 15 Views: 4,585 i just want to state that anyone who sais that linux is by far more secure, has no idea what they are saying. Security in any operating system is a myth. there are by far more windows users than... |
Forum: C++ Sep 13th, 2004 |
| Replies: 5 Views: 2,329 HTML and programming are soo far about.
HTML Hyper Text Markup Language, its all formating, no programming at all
there is C, C++ and C#, i would recomend C++ and
... |
Forum: Geeks' Lounge Sep 10th, 2004 |
| Replies: 23 Views: 5,168 been back in school for two weeks, (im a senior this year) and cant wait to get out, move to henderson (to be with my g/f) and start at ITT, as soon as i can start in life, the better.
... |
Forum: C++ Sep 8th, 2004 |
| Replies: 14 Views: 5,389 open up dos and navigate to the program and run it, then it will stay on the screen. there is also a fix for this too, that will wait for one last piece of input for the user before it closes. but... |
Forum: Windows 95 / 98 / Me Sep 8th, 2004 |
| Replies: 7 Views: 7,521 does it say safe mode all allong the edges of the screen? |
Forum: Graphics and Multimedia Sep 8th, 2004 |
| Replies: 2 Views: 3,935 im all about the PC, the only reason people think mac is better is because thats what MAC says, if microsoft claimed that then people would be like. oooo see microsoft is better now because they say... |
Forum: Viruses, Spyware and other Nasties Sep 7th, 2004 |
| Replies: 11 Views: 2,733 try www.sysinfo.org (http://www.sysinfo.org) thats where most check their HJT logs against, its got a fairly complete list of BHO's and startup items, and for anything you cant find. just google it. |
Forum: Motherboards, CPUs and RAM Sep 5th, 2004 |
| Replies: 4 Views: 3,537 just put them both in and see if it will post/start. if it doesnt take the 128 out. |
Forum: Geeks' Lounge Sep 1st, 2004 |
| Replies: 406 Views: 75,929 http://gmail.google.com/gmail/a-55c3a8315-972c53adb0-d4b08db546 (http://gmail.google.com/gmail/a-55c3a8315-972c53adb0-d4b08db546)
http://gmail.google.com/gmail/a-55c3a8315-4d0b3464e3-5c696684b6... |
Forum: Posting Games Jul 18th, 2004 |
| Replies: 3,185 Views: 251,897 |
Forum: PHP Jun 20th, 2004 |
| Replies: 2 Views: 31,438 well im not getting that error anymore, but heres the new one.
Heres the Error:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right... |
Forum: Viruses, Spyware and other Nasties Jun 17th, 2004 |
| Replies: 6 Views: 1,818 you could probably get more performance by getting more RAM into that computer and purchasing a new CPU celerons are incredibly slow, a 1.8Ghz celereon is like 800Mhz p4 |
Forum: C Jun 7th, 2004 |
| Replies: 9 Views: 5,795 they dont do others homework here, your going to have to do it, best that you can hope for is a direction to go in, and maybe some hints, but you cant expect someone to just write all the code for... |
Forum: C++ Jun 6th, 2004 |
| Replies: 2 Views: 6,974 i dont know very much about c as of yet, but from what happend to me and looking at your source you forgot to add a line for what to do if your choice is somthing other than 0 1, it needs a value for... |