Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~7K People Reached
About Me

Can't learn much from my university cause each time they just teach up till arrays/simple functions.....Malaysian universities are such a rip off........wonder how I'm going to get a job when I grad. Anyway...hope I can learn a lot from this site and…

Interests
Learning.
PC Specs
CLONE PC: Intel(R) Pentium(R) 4 CPU 2.00GHZ 2.00 GHZ, 768 MB of RAM
Favorite Tags
Member Avatar for amaze122

I have a newly purchased computer on the way. For protection this time around I am not going with Norton Systemworks, or any of the other [B]suites[/B], choosing instead to buy a [B]separate[/B] firewall, virus scanner, spyware deleter, and registry editor/cleaner. I already have the best in every category, Zonealarm …

Member Avatar for jholland1964
0
490
Member Avatar for annamarie

My local server is sending me messages stating that I have many viruses. I run Norton regularly how can that be? I run the updates all the time. So which one is better AGV Antivirus or Norton? I appreciate your comments. Thanks a lot!:confused:

Member Avatar for stef32
0
226
Member Avatar for ingeborgdot@yah

I have had many recommend avg as an alternative to norton. Many have said it is better. I don't know if that is true or not but does it work in the background to scan like norton? Does it live update on its own? Can you schedule it to scan …

Member Avatar for max_xc70r
0
332
Member Avatar for j1979c

[COLOR=Blue]Hello.... I'm currently using Netbean 5.0 and I just want to add some GIF files to my program when it builds. I'm using the files as icons for some of the GUI buttons and labels. But when I select clean and build main project or build main project and execute …

Member Avatar for peter_budo
0
2K
Member Avatar for j1979c

[B]Hello, I'm currently having some problems with the StringTokenizer from java util. I've declared a StringTokenizer like: [COLOR="Red"]StringTokenizer token = new StringTokenizer(line,"|"); [/COLOR] to token out a string read from a txt file such as: [COLOR="Blue"]Diablo|RPG|PG|PS2|20[/COLOR] and it works fine(detects all the "|" as delimeters) :) The problem now is, …

Member Avatar for javaAddict
0
284
Member Avatar for j1979c

I have some kinda problem each time i create a vector of strings. There is no error if I create vectors of other data types such as int, double, etc. Though there's no error...but there's warnings...and sometimes the program hangs if i do sortings. Here's an (without sorting but still …

Member Avatar for borlys
0
571
Member Avatar for Antinaris

I want to use ASP.NET to do video stream. But I didn't know how to start. Any sugestions? Thanks

Member Avatar for Ramesh S
0
877
Member Avatar for j1979c

[B]Well... just post this up in case you guys are having the same problem that I did for a couple of weeks. I've been experiencing this everytime I shutdown my com. aspnet_state.exe. Application Error. The instruction at 0x6a2a2fec referenced memory at 0x0000000c could not be "read". Click "OK" to end …

0
82
Member Avatar for j1979c

Has anyone noticed that...if you create a ms access database with "Password" as one of the table's column name.... You can't make a data insertion through sql statements via oledb (no rows are affected)? like : insert into employees(password) values('asd32f1asdf') wasted me 1 1/2 hours trying to debug the thing …

Member Avatar for j1979c
0
96
Member Avatar for j1979c

[B]Errr... anyone knows what this means in Delphi language? [/B]:sad: [code] i : integer; i := i - $24; [/code] It's actually in a function that completes a WAV file header something similar to the Microsoft's RIFF specification for WAV. The code goes something like this. [code] procedure TForm1.StopRecording; var …

Member Avatar for j1979c
0
135
Member Avatar for j1979c

[B]Would like to get suggestions of any tutorials/websites/vcl downloads for visual wave editiing with delphi 7. An example is what you can do in audacity where you can view the recorded wave graphically and edit it. Trying to program that kinda program. So far I finished a drum machine, basic …

0
93
Member Avatar for BurekDom

Hi is it possible to hide Delphi's splash screen at the beginning, Delphi 7? I tried "delphi32.exe -ns" but doesn't work, is there a new switch for this? Does anybody have a list of switch commands for delphi32.exe command line execution? Thank you Burek

Member Avatar for Zsolti
0
187
Member Avatar for j1979c

[B]Just want to confirm if it is possible to set in this case (Example 1) class Two's pumpId variable by sending it as a parameter to class One's setPumpId method without using the usual return method assignment like : [code]pumpId = o.getPumpNum()[/code] I think in C++ we can do that, …

Member Avatar for jwenting
0
232
Member Avatar for j1979c

Hello all.... Just learnt VB .NET yesterday and would like to continue to the ASP .NET book using the VB .NET IDE to program. The thing is... when I start a new project in VB .NET there are no templates for ASP .NET Web Application. Do I need to download …

Member Avatar for j1979c
0
157
Member Avatar for j1979c

Any tools out there for Delphi 7 that's good for making computer music softwares (MIDI, multitrack wav recording)? Currently trying out BASS dlls. Thanks.:cheesy:

0
63
Member Avatar for j1979c

Is there any way to make an .exe file with VS C++ 6.0, that runs on any machine that has/does not have MS VS?:sad: Just want to make a single .cpp file for computer graphics using GLUT into an executable where anyone, especially my examiners to run it by double …

Member Avatar for Ancient Dragon
0
136
Member Avatar for j1979c

[B][COLOR=DarkRed]Hello all, Just want to know if you guys can recommend me some good links where I can learn how to make a robot with keyboard interactivity using OpenGL GLUT. Thanks in advance... :cool: [/COLOR][/B]

Member Avatar for SpS
0
168
Member Avatar for j1979c

[COLOR=Navy][B]Just want to know the latest visual studio available right now. I'm currently using visual studio version 6.0. What I can see from MS website is version 2005 right now. Does that include the .NET thing? Cause I'm kinda curious what this .NET thing is all about..and recently there are …

Member Avatar for Ancient Dragon
0
121
Member Avatar for j1979c

[B][COLOR=Navy]This is an ongoing question going through my head.... I've been doing C++ programming for about 4 months now. Been using Deitel's C++ How to program book. Learned from the basics till data structures like link lists, queues, stacks, trees..all using templates, vectors, pointers. File processing (sequential and random). Well, …

Member Avatar for jwenting
0
199
Member Avatar for j1979c

Hi :o , I would like to know if it is possible to write a console program in [B]MS Visual C++ 6.0 [/B](ATM transaction program), that stores data to a database such as [B]MS Access 2002[/B] or [B]Oracle 9i[/B], through [B]ODBC[/B] :?: I've searched all over the net and I …

Member Avatar for Ancient Dragon
0
169
Member Avatar for j1979c

[B][FONT=Arial]err....... is there any command line in Dos to make it full screen, so that i can put it into a system(" ") line in my c++ console program? Thanks in advance.[/FONT][/B]

Member Avatar for Electrohead
0
294