Forum: C++ Feb 7th, 2005 |
| Replies: 30 Views: 888,848 Hi Bob.
I just wanted to know if random() could be included in ur list of random no generating functions as well.
random works as a macro and a function:
Macro: random( int num )
Function :... |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2005 |
| Replies: 3 Views: 8,487 Hi All,
Could any1 please tell me where i can find a tutorial for a port scanner in VB?
Regards,
Naveen. |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2005 |
| Replies: 7 Views: 5,846 Thnx for the file. Im sorry i havent been able to get back to you. Been a bit busy. Will mail u asap.
Regards,
Naveen. |
Forum: Posting Games Feb 2nd, 2005 |
| Replies: 7,595 Views: 663,007 |
Forum: Geeks' Lounge Feb 1st, 2005 |
| Replies: 31 Views: 10,458 Music is anyways a passion for me. Yeah i listen to different music styles when i work. Indian Classical(many of u might have heard of pt. Ravi Shankar and the sitar)Others like Ustad Amjad Ali Khan... |
Forum: Visual Basic 4 / 5 / 6 Jan 31st, 2005 |
| Replies: 7 Views: 5,846 thnx for the effort coma.
im using MS Multimedia Control 6.0(SP3)
and MS Common Dialog Control 6.0(SP3)
should i send u my code? |
Forum: Posting Games Jan 28th, 2005 |
| Replies: 2,356 Views: 218,354 U get chocolate crumbs
i put in a Lan Card |
Forum: Posting Games Jan 28th, 2005 |
| Replies: 7,595 Views: 663,007 |
Forum: Visual Basic 4 / 5 / 6 Jan 28th, 2005 |
| Replies: 7 Views: 5,846 hi guys. am new to VB. so dont know too many things. i am making a multimedia player and i have completed the brass tacks. i have a couple of qns for features that i wanna put in
1. how do i... |
Forum: Visual Basic 4 / 5 / 6 Jan 23rd, 2005 |
| Replies: 2 Views: 3,363 sorry for the delay in replying. this is to store the settings on quitting the application and retrieving them on starting again. |
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2005 |
| Replies: 6 Views: 4,910 hi u could try http://msdn.microsoft.com
i am working on a similar project and the code samples and tutorials on the site are pretty good. |
Forum: Visual Basic 4 / 5 / 6 Jan 16th, 2005 |
| Replies: 2 Views: 3,363 hi all,
i have a project to make a data quality audit tool that will be used as a plug-in with another tool.
now in this im making forms using VB. we have to then allow user to choose rules he... |
Forum: Java Sep 10th, 2004 |
| Replies: 0 Views: 2,028 hi all.iv been assigned a project to create rule sets for a database using using Java and Xml. i am supposed to create rules and then customize the rules as required into various modules. initially i... |
Forum: Windows 95 / 98 / Me Aug 6th, 2004 |
| Replies: 5 Views: 32,779 port nos. vary depeding on the protocol using them.
in command prompt u can run "netstat -a" to see what protocols are running,their port nos. their conn. status etc. |
Forum: C Aug 6th, 2004 |
| Replies: 4 Views: 2,840 sorry for so few details, but i havent the slighest idea about them. if possible could u pls talk bout a few concepts or give me some basic info about the common things involved in it so that i could... |
Forum: C Aug 6th, 2004 |
| Replies: 2 Views: 2,564 i am unable to compile and run network based applications like client/server apps. what should i do now? |
Forum: C Aug 6th, 2004 |
| Replies: 4 Views: 2,840 hi. can someone please explain what are message passing interfaces and how i can code them?
regards,
naveen |
Forum: C Aug 4th, 2004 |
| Replies: 4 Views: 2,644 look &b[3] = b + 3 (using pointer arithemetic)
therefore &b[3] - b = b + 3 - b = 3.
hence ur ans.
regards. |
Forum: C++ Aug 2nd, 2004 |
| Replies: 4 Views: 2,886 its a very basic prog.
take a user i/p. then chk if it is divisible by 100(eg.1900,1800,2000)
if yes divide the number by 400(use mod fn). if it is giving no rem,then it is a leap yr.
if no.... |
Forum: C Aug 2nd, 2004 |
| Replies: 2 Views: 4,725 hi rishi try this site http://guideme.itgo.com/atozofc/
this should help u a great deal. just search for what u want.
good luck. |
Forum: C++ Aug 2nd, 2004 |
| Replies: 1 Views: 5,205 i have created 3 matrices: 1) Connection Mtrx 2) Metric Mtrx 3) Ans Mtrx.
here from connection mtrx, seeing starting node,i update the ans mtrx which will hold the sequence of node traversal. how... |
Forum: C Jul 24th, 2004 |
| Replies: 2 Views: 9,206 hi can any1 send me the source code to the bellman-ford and djikstra routing algos please?
regards,
naveen. |
Forum: C++ Jul 24th, 2004 |
| Replies: 3 Views: 7,849 Hi guys. Check out this tut on the web.
http://guideme.itgo.com/atozofc/
good help with programming in c and dos. its a free ebook with individual files for each chapter. around 70 files. too... |
Forum: Java Jul 24th, 2004 |
| Replies: 2 Views: 6,370 hi richard. u could dlod tutorials using kazaa lite or mirc. i dlod them off the net. or u could try searching for specific topics off the net. a search off google itself will suffice. best wishes.... |
Forum: C Jul 11th, 2004 |
| Replies: 1 Views: 3,273 Hi. can anyone tell me where to find a good tutorial for modem and i/o port programming? |