Forum: Motherboards, CPUs and RAM 6 Days Ago |
| Replies: 1 Views: 146 Hey, im putting together a cheap computer, but i want to make sure the motherboard and processor will work together. (Mostly powerwise like 125v or ect)
Thanks in advance
Here is the build:... |
Forum: Graphics and Multimedia Aug 10th, 2009 |
| Replies: 6 Views: 615 Thank you very much... This answer worked... I am coming from c++ and these little things are ganna kill me lol
My final code:
stop();
loginError.visible = false;
var loginXml:XML;
var... |
Forum: Graphics and Multimedia Aug 9th, 2009 |
| Replies: 6 Views: 615 Hola, Im an experienced coder, however new to java/actionscript 3
I am trying to make a very simple login and I am running into problems. They seem to be with my for loop with the .Length()... |
Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,020 Thank you very much, I am excited to start working off your example! |
Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,020 Thanks for your reply,
I am using two counters
The first is java, The second is HTML
On this test page:
http://www.funkohland.com/test/hitcounter
could you give me an example of "another get... |
Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,020 Hello, I am trying to create a program to stress test a website, I am using a counter on the page to see how many "clicks" have been made to this website.
Currently i am using HttpWebRequest to... |
Forum: C# Jun 3rd, 2009 |
| Replies: 9 Views: 768 Thank you for the new posts... i have since abandoned the idea of redirecting input/output and just went to socket programming. I will post some examples when my program is fully working. Thank you... |
Forum: C# May 16th, 2009 |
| Replies: 9 Views: 768 I am trying to run srcds.exe. This is a command line based server for steam products such as team fortress 2, left 4 dead, counter strike, exc.... I am starting the program using:
Process... |
Forum: C# May 15th, 2009 |
| Replies: 9 Views: 768 Thanks for your input, but once again RedirectStandardInput, Output, Error all cause this program to crash upon startup... I know how to do that, however is there a way to direct the output to my... |
Forum: C# May 15th, 2009 |
| Replies: 9 Views: 768 hello
(im using c#, visual studio 2008)
I am trying to get Input/Output from a command prompt like process "scrds.exe".
If i try to start the process with standardInput = true, standardOutput =... |
Forum: C# May 14th, 2009 |
| Replies: 3 Views: 514 Thanks, i didnt know it was that simple :)
After making that function i was able to get the mouse click to do something. And then i came to this conclusion:
If Cfg is the name of my listbox.
... |
Forum: C# May 14th, 2009 |
| Replies: 3 Views: 514 I am trying to work with listbox in visual stuido 2008. I am new to c# as of 2 days ago however im very experienced with c++ and batch. I was wondering if someone could give me some quick help on how... |
Forum: C# May 13th, 2009 |
| Replies: 2 Views: 1,250 Thank you, works perfect. |
Forum: C# May 12th, 2009 |
| Replies: 2 Views: 1,250 I am trying to read a line from the command prompt and output that line to a text box in my C# application. The only catch is i can't seem to get it to read a line at a time and display it in the... |
Forum: C++ Mar 25th, 2009 |
| Replies: 6 Views: 1,013 I think you should ask your professor since its your program for his class.. he gets paid to help you |
Forum: C++ Nov 5th, 2008 |
| Replies: 1 Views: 260 Hey, my program is having trouble in the Solve() and Check() functions... basicaly, the Check() function is returning 1 or 0 based on different condtions, however after the 3rd or 4th time the value... |
Forum: C++ Nov 2nd, 2008 |
| Replies: 3 Views: 418 how am i derefrencing it? |
Forum: C++ Nov 2nd, 2008 |
| Replies: 3 Views: 418 Hey, im trying to print what is stored in my 2d dynmic array from a file in my print function. However whenever i try to access information in the array, it crashes the program. maybe the array is... |
Forum: C++ Oct 6th, 2008 |
| Replies: 4 Views: 447 wow, thank you, i feel very noob lol |
Forum: C++ Oct 6th, 2008 |
| Replies: 4 Views: 447 i fixedthe line 62 to :
ptr->item = item;
but why would ptr->next never = NULL ? |
Forum: C++ Oct 6th, 2008 |
| Replies: 4 Views: 447 I am stuck, im trying to insert and print out this list of numbers from a file, however i just get an infinite loop every time... any suggestions?
// This is the implementation file for class... |
Forum: C++ Sep 20th, 2008 |
| Replies: 4 Views: 816 The function getdat works fine... if you print the data to screen using a for loop, you can see that the information is being stored correctly in the arrays.
void getData(ifstream& data, string... |
Forum: C++ Sep 18th, 2008 |
| Replies: 4 Views: 816 Hey, ive debugged my program to this line, and im not sure what to use, strcpy or some other thing, but i need to get the string from a[x] in to the new string c[z]. Any suggestions?
string... |
Forum: C++ Apr 14th, 2008 |
| Replies: 12 Views: 902 It is actualy better to write this as one if statement, it saves time for both you and the compiler. btw not to be mean, neither of the comments made help him with the infinite loop error |
Forum: C++ Apr 14th, 2008 |
| Replies: 12 Views: 902 You made 2 simple mistakes....
•In the for loop, num1 will always = num1
• and your while loop will always be true because num 1 and num 2 never change... here is a fixed version
[code]... |
Forum: Linux Servers and Apache Apr 14th, 2008 |
| Replies: 5 Views: 2,495 http://www.apache.org/
Download appche
http://www.dyndns.com/
If a home server, use this to link your ip address.
Make sure your router is letting your appache through, default port 80
-... |
Forum: C++ Apr 13th, 2008 |
| Replies: 2 Views: 1,189 Hey, im trying to use pointers with a struct. I am having an issue in the function searchData. I can not get the pointer to compair with the string, it is still just compairing the actual adress or... |