User Profile
Collapse
Profile Sidebar
Collapse
kky2k
Last Activity: Sep 11 '08, 09:21 AM
Joined: May 29 '07
Location: bangalore
-
Try this tool valgrind... -
-
Template for a performance Test plan is this....
Performance and Stress Testing
Definition:
List what is your understanding of Stress Testing for your project.
Participants:
Who will be conducting Stress Testing on your project? List the individuals that will be responsible for this activity.
Methodology:
Describe how Performance & Stress testing will be...Leave a comment:
-
-
-
-
just to add..
u can't delete an array until or unless its dynamically allocated using malloc/calloc.....Leave a comment:
-
Use do..while()..in stead of while()..and learn abt kbhit()..But it won't work for all the compilers.....Leave a comment:
-
Using callback function,functi on overloading is possible.....Leave a comment:
-
Though u didn't posted it inside CODE tags i pointed out a common mistake...
instead of ...Code:if(strlen(string) == 0)
Code:if(stlen(string) = 0)
Leave a comment:
-
i will list the concepts what u have to learn for achieving ur requirements..
1)structure in C++.
2)Linked List in C++.
3)Stack(LIFO)
4)Queue(FIFO)
5)Adding a node to the beginning of the linked list
6)Adding a node to the end of the linked list
7)Deleting a node from the beginning of a linked list
7)Deleting a node from the end of the linked list
if u learn the above concepts..then...Leave a comment:
-
as far ur requirements do follow "devicacs" suggested..
Coz' the only way to find the size of an integer in c is using sizeof("integer ")..
That too compiler/O.S dependant..so it varies from machine to machine..Leave a comment:
-
since u r requesting only the questions..i am willing to help..But plz don't force me to post the ans..lets start with the basic...
1)Explain about function in c?
2)Difference between called function and calling function?
3)Difference between function prototype,funct ion call,function defintion?
4)Is it true that fn. declaration and fn. call is same?
5)By default a fn.s return type must be a which data type?...Leave a comment:
-
are u sure the file is created?..if yes then where it is created i mean which path...Leave a comment:
-
use \r\n thats it...
so ur request will be something like..
GET /HTTP/1.1\r\n
Host:www.google.com\r\n\r\n
so the double \r\n will make the server to understand its the end of request ...hope it will help u...Leave a comment:
-
-
-
so ur requirement is running both client and server in the same pc..so first run the client and then the server... but wat matters is the reciever end has to be run first then the sending end..
and regarding ur 10049 error try to disable ur firewall and antivirus if any.....Leave a comment:
-
that port must be used by some other apllication..fi rst of all wat response u r getting wen u try to bind it..?...Leave a comment:
-
Though i can't understand ur question i can feel ur doubt...If i am right..
then Its about padding in structures
Let me explain that with a simple example,
struct m{
int a;
double b;
};
if u guess,the size of the above structure is 12 then u r wrong 'Coz its 16
y?
go thru this link
http://www.thescripts. com/forum/thread543879.ht ml...Leave a comment:
No activity results to display
Show More
Leave a comment: