Re: tricky situation Programming Software Development by Narue "wa+b" isn't a legal open mode. Most likely your compiler is interpreting it as "w" rather than "a+b". Any open mode with a base of "w" will truncate the destination file upon opening it. Re: Minesweeper Game Problems Programming Software Development by _adam_ Wa-hoo first solve! [QUOTE=VernonDozier;786456]I'm a little suspicious of the line in red below too.[/QUOTE] I would have to agree. The method for generating your random number is quite odd. A simple [i]if( rand()%100 < 10 ) [/i] would be enough to produce a pseudo 10% chance. mattwaab: Pleased to hear you managed to solve your … Re: Need help...!!! Programming Software Development by linsz wa thanks for your help, my name is Randy im IT student at President University, in indonesia.... thanks a lot.... i will tray, what compiler using for c# ??? Re: asslam o aliakum Programming Software Development by muze Wa Alaikum Salaam.....just go and do your home work. If you have tried something; show it to us. Re: atteching exe Programming Software Development by Drycola Wa Alaikum Al-Salam It is easier if you make it in reverse: when your program runs, it opens the browser. That way whenever you need the browser you open your program and they will both be running. (you can run the browser [or any other application] using the command SHELL) Main prog..help!! Programming Software Development by Lovieron THIS PROGRAM IS not yet complete the only problem is when the program calls for the find it process..it does not work perfectly i don't know why..but when i separate it its working..please help me with this.. this is how it looks separated from the optional program: #include<stdio.h> #include<conio.h> int find[15]; void main() {… Splay Tree Rotations Problem Programming Software Development by deepecstasy Here is my splay function: template <class WA> void SplayTree<WA>::Do_Splay(SplayNODE<WA> *temp) //temp is the node which is to be splayed { if (temp==root) //if temp is root then { return; } //Do Nothing else if (root->left==temp || root->right==temp) //else if temp… Works only sometimes. WHy? Programming Web Development by HiWorld So I have a form customers fill out. When they check a few checkboxes t150 (t8) through t440 (t45) they will get the intended version of the quote with all of the checked models included in the quote, but if they check one of the models in the t150(t8) through t440e(t45) AND the s5e, the quote will only show the information on the s5e. And idea why… AvL Tree Deletion ISSUE Programming Software Development by deepecstasy As you know how avl should be balanced after deletion of a node, I'll get to point. For starting, Im considering deleteing a node with no children. For Example a Tree: 10 / \ 5 17 / \ / \ 2 9 12 20 \ \ 3 50 Lets say deletevalue(12); Then Tree should be … help Programming Software Development by zarifin99ska is this possible? [CODE]Dim wa As Integer = 1 con = New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Bengkel\Project\db.mdb") con.Open() myCommand = New OleDbCommand("insert into payment (slip) VALUES (wa) ", con) 'insert the value of &… Re: Illegle Offset in cURL and PHP Programming Web Development by patk570 better array structure Array ( [0] => Array ( [sl_translate] => description,descriptionPlain,category [id] => 239 [slug] => pineapple [name] => Pineapple [symbol] => Pin [category] => Hybrid… Win32 error? Hardware and Software Information Security by solidcait For the past week, I've been getting a pop-up message saying something like "generic host server...and then Win32". After this message appears I get disconnected from the internet and can't connect unless I restart or shut down the computer. Is there anything I can do to prevent this? It's happening more frequently now. Here's a log … This pc needs your help. Community Center by praetor02 I am trying to not format my dad's computer as he needs it for work daily.I have downloaded and used hijackthis and this is my log file generated: Logfile of Trend Micro HijackThis v2.0.0 (BETA) Scan saved at 6:42:47 PM, on 21/06/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.… Re: Inputting String to an array Programming Software Development by intes77 Thanks for the replies. i have compressed my codes into a smaller one disregarding the DLL coz my only problem is about the String not being stored to the array. here's my code: ive also added an option in the beginning that lets the user input his desired array length. [CODE]import java.awt.*; import java.awt.event.*; import javax.swing.*; … Re: What Does the Fox Say? Community Center Geeks' Lounge by <M/> the fox says: [Verse 1] Dog goes "woof" Cat goes "meow" Bird goes "tweet" And mouse goes "squeak" Cow goes "moo" Frog goes "croak" And the elephant goes "toot" Ducks say "quack" And fish go "blub" And the seal goes "ow ow ow" [Pre-Chorus] But there… Re: help Programming Software Development by lolafuertes I prefer to write: [CODE] myCommand = New OleDbCommand("insert into payment (slip) VALUES (" & wa.tostring & ") ", con) 'insert the value of "wa"[/CODE] Hope this helps problem in updating the gridview Programming Web Development by priyamsc hi, i have used gridview in asp.net 2005 wit c#.i need to update my datas.in tat i hv placed dropdownlist,checkbox controls.but its not updating the datas.when i edit the row,we have dropdownlist but not tat database value.so when i edit the row the database value should be in dropdown list.when i click update link i got this error.The GridView '… help with two related where clauses Programming Databases by chedderslam I have a couple of queries in a union all that need to get all records, some from the first where clause, and everything else in the other. Here is the original where clause: [code=sql]from license_status ls, pos_driver pd, pos_policy pp where pp.pos_id = @pos_id and pd.pos_id = pp.pos_id and pd.driver_number = @driver and ls.company = pp.company … noob and don't know what else to try! vb.net/web form Programming Web Development by kseling can anyone tell me why this is getting a runtime error? [code=html] <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.Odbc" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML… Executable Segment Question Programming Computer Science by dansnyderECE I'm a bit confused about the executable offset in ELF files. Do you know what the difference between an address and an offset is in this context? It seems obvious but if you look at the 2 sections I bolded, sometimes the offset is something like : 00400164 000164 which is obviously just the offset in memory starting from 400000. Other times the … Problems with array program Programming Software Development by arends Ok so I tried to search and didnt come up with anything so if this has been posted before, I am sorry. I am new to C programming and have done well in my class so far up till now, the teacher says that this is the hardest program and I have spent hours on it with nothing. I had my mom look at it who works for IBM, sister who has taken the class … Inputting String to an array Programming Software Development by intes77 Hello im currently having problems with the storing of String to an array im currently using a GUI output so it reads inputs from the textfield here's my code: [CODE]import java.util.*; import javax.swing.*; public class Contents { int listLength; String []word; String []meaning; String []sentence; String []classification; public … checkbox problem with javascript/html Programming Web Development by mathieu89 Hey Guys, I have an issue with my checkbox and the values that are posted to the next page. The issue is that each time the checkbox is clicked it just adds another value. example - if i check it and uncheck it and check it again i will get 3 values instead of 1. So if the user makes a mistake and needs to uncheck it they end up with 2 values … Coin change with different upper bounds on different coins? Programming Software Development by iamnot Sample Input: 20 10 2 5 2 Sample Output: 2 Explanation: An amount of 20 could be made in 2 ways: 10*2 10*1 + 5*2 I want to find out the number of ways a particular amount can be made with given coins.In the sample input 20 is the amount to be made and the next line shows the coin value and number of coins of that value ie 2 coins of value 10.… How to access variable of same page Programming Web Development by shilu2 I have tried following code index.php <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JQuery Popup Demo</title> <link rel="stylesheet" type="text/css" href="css/style.css" />… Illegle Offset in cURL and PHP Programming Web Development by patk570 Hello, I am getting a weird error when i try to run this array: //leafly api keys $appID ='Blah'; $appKEY = 'blah'; //init curl $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://data.leafly.com/strains/".strtolower($data)); //change the strain dynamically of course for your app curl_setopt($ch,… Re: trying to figure out why my .txt file output is wrong Programming Software Development by mike_2000_17 These are the faulty lines: [CODE] out.write("\t",4); .. out.write("\n",4); [/CODE] Where is the 4 coming from? The length of "\t" is 1. The "Wa" is probably corresponding to some memory that is stored after the literal "\t" and "\n" which both take 2 bytes (one is \t or \n and the other … Error message OCRAware Hardware and Software Information Security by WonderingAboutT Everytime I start the computer I get this message. Could not load or run 'C:\OPLIMIT\ocraware.exe' specified in the registry. Make sure the file exists on your computer or remove the reference to it in the registry. I believe we got it when someone was using our computer looking for a driver for a scanner to download on the internet. How … For maggiebr: HijackThis log Hardware and Software Information Security by maggiebr please help with the hijack this i dont know what to get rid of.. Logfile of HijackThis v1.99.1 Scan saved at 3:37:46 PM, on 05/21/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services… Unstable CPU Usage Hardware and Software Information Security by Zusional CPU usage will always rise and fall. Mostly rise. And my laptop is running slower than it was a week or so ago... I'm running Windows XP Home Edition on a Pentium M Processor (1.70Ghz) with 512MB of RAM Logfile of HijackThis v1.99.1 Scan saved at 11:40:25 PM, on 4/29/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 …