Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~6K People Reached
About Me

Loves God. Loves people. Enjoys programming. Enjoys good music. Enjoys eating good food. Enjoys life.

Member Avatar for Young Teck 06

Hey there everybody... haven't been here in a while but I am in need of some help for my girlfriend. Her computer is giving her problems, let me go through the steps. Step 1, she starts up the PC, it asks the "Start the Computer Normally, Start in Safe Mode..." …

Member Avatar for omniscent_one
-1
2K
Member Avatar for AstroNox

Hi everyone, I've just installed the latest versions of the aforementioned programs in a bid to get started with PHP (yes, I'm new to it). Here are the specific versions: [LIST] [*]Eclipse 3.3.2 M20080221-1800 [*]PDT 1.0.2.v20080102 (plugin installed via Software Updates) [*]WampServer 2.0 (March 7 2008) [*]ZendDebugger for PHP 5.2.x, …

0
96
Member Avatar for lsu420luv

I am completly lost with arrays. I have scoured my book and the exaamples it gives are way to simple. I can wrerite them like those in the books, but I cannot seem to get the real problem to work. Also I am doing ifstream and ofstream so I cannot …

Member Avatar for Lerner
0
648
Member Avatar for moon_light

i am new here and i have this Q to solve it plz help me Using class stack, write a program to read an expression and checks if the symbols : the parentheses ( ), square brackets [ ] are balanced or not. For example : (a+b-[c+d)] is not balanced …

Member Avatar for iamthwee
0
110
Member Avatar for freesoft_2000

Hi everyone, I find something very odd. When i use the runtime class to run javac in 1.4.2 the console window does open but when i do the same in 1.5 the console window appears. Why is this so. Am i missing something? Yours Sincerely Richard West

Member Avatar for jwenting
0
183
Member Avatar for rc_ashish

Hi, I want to change the font size of text in C language for printing text. Thanks in Advance. Ashish

Member Avatar for WolfPack
0
268
Member Avatar for AstroNox

Dear moderators, I would like to report a potential bug as in this post: http://www.daniweb.com/techtalkforums/post200331-1.html I used `if (!(fin >> pianoPlayer[i]))` in line 6 and the `[i]` was interpreted as the italic BBCode. This would not have happened if I did not use a close italic BBCode in this line …

Member Avatar for AstroNox
0
123
Member Avatar for robbie_j0

Hi there, I have a system built in VB_6 professional which reads from an access database. I need to search for a specific record using a word or short description entered by the user. This will link to the DESCRIPTION field in the database itself. Not being case sensitive would …

Member Avatar for Comatose
0
282
Member Avatar for gpta_varun

Hi All Was just working on detecting memory leaks ....... Where can i get the actual code implemention of new and delete functions in C++ , Best Regards Varun

Member Avatar for gpta_varun
0
132
Member Avatar for Sul

Hi. I am working on a particular sql statemtent that looks like this, but I simplified it greatly. [CODE]x="INSERT INTO TableA (T1.Key,T1.Field1,T2.Field1,T2.Field2,T3.Field1,T3.Field2) FROM (T2 RIGHT JOIN T1 on T2.Key = T1.Key) LEFT JOIN T3 ON T1.Key = T3.Key"[/CODE] That is how Access created the statement. All 3 tables have the …

Member Avatar for Comatose
0
705
Member Avatar for Pim

Hello, I would just like to try VB. I've tried Python; too easy and C++: too difficult/abstract for a beginner. What I'd like to ask is: Do I need to buy VB? And if I don't, where can I find a good tutorial? Thank You.

Member Avatar for Pim
0
86
Member Avatar for mcook228

I'm trying to read data from file into a graph and am wondering if anyone could suggest the best way to go about this... The data will be presented with commented lines that need to be skipped - these lines will begin with "/". Once I've skipped the comment lines, …

Member Avatar for AstroNox
0
98
Member Avatar for Tigerdude

I'm trying to write a program that uses a DIMACS Graph input, and do several diffent things with it. I've got most of the methods working except one: An all-pairs shortest path that uses Floyd's Algorithm. I've written it a couple times, and it works sometimes, throws and exception sometimes, …

Member Avatar for AstroNox
0
133
Member Avatar for DashM

Hi, i'm trying to write a function that enlarges a given two dimensional array horizontaly and Verticaly by different numbers. So far i have got this code. Bu it doesnt really work at the moment. Please help. Code: void BitMap::enlarge(int horiz, int vert) { bool temp[MaxSize][MaxSize]; temp[0][0]=true; int m, k; …

Member Avatar for AstroNox
0
94
Member Avatar for xgmx
Member Avatar for sam1

hi everyone, I was wondering does the eclipse ide support debugging. For example in netbeans if you have a bit of code you can go through it line by line and if you have an error say in line 5 the debugging stops at that point :lol: thank you

Member Avatar for AstroNox
0
122
Member Avatar for cazaletm

This is my first time dealing with file I/O and need help figuring out the best way to read in data and store it for further manipulation. I have a file that contains an individual's salary, and 3 product ratings on each line, such as: 75000 01 05 09 What …

Member Avatar for AstroNox
0
101
Member Avatar for warriorone357

I am writing a program that takes user input, converts euros or yen to u.s. dollars and should output the total dollars collected when the user chooses to exit the program. My program is converting everything okay. However, when I choose to exit the program and get the total it …

Member Avatar for warriorone357
0
104
Member Avatar for Hal

I am new to Java, in fact I am just learning. I am have captured the location of an ant object as it moves across the frame and printed it to the screen. I now want to capture those locations at various times and write them to a file as …

Member Avatar for AstroNox
0
200