thechamp

thechamp

Member

Member since
Feb 5, 2010
Last active
Dec 23, 2010
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    dd348ab0-a4b5-4b02-ae0e-70510b2fab56

    i agree with opti, even i did not know about CE. i was looking for some programming help on google that lead...

  2. #Threads

    49fc768b-764d-4ac1-ae76-b6556092d295

    I am replying on a very old post though. but would like to answer what mohit has asked. We generally use DP...

  3. #Threads

    RS-232 Interfacing

    Hello people. My PC is connected to a hardware (eg micro-controller) through RS-232 Interfacing. I want to read the bit pattern of...

  4. #Threads

    75423bf0-7e62-4226-a209-0b2a6c722114

    int freq[26]={0},i; int len=strlen(string); for(i=0;i<len;i++) freq[(string)-65]++; for(i=0;i<26;i++) { if(freq) cout<<char(i+65)<<" "<<freq;...

  5. #Threads

    c2bebd8d-fc82-4be5-a6aa-7dc5db17899b

    4) radius of tube, i dont remember the formula though.. but i guess i am right

  6. #Threads

    a3f97249-449b-4edf-9819-33c69b2aa573

    try uploading website another time.. might be server problem that time. or it could be related to port i guess. i searched...

  7. #Threads

    3e45270e-e3d7-4d27-bfa9-f2a42c736bd6

    the link you provided for MySql connection seems broken.

  8. #Threads

    f4f3c4e6-1b61-48fa-9d46-e43a9c62272e

    IIT Delhi had released form for summer research fellowship hope you all had applied. last date was today only, so closed now.

  9. #Threads

    dabdbd08-0375-4848-ac63-fe95002a88d7

    make sure you have entered password in webpage same as that saved in your mysql.

  10. #Threads

    912c7f37-a5f0-4f1a-8990-665a17594147

    #include<iostream> using namespace::std; int main() { int a[10]={5, 9, 2, 4, 5, 3, 9, 6, 7, 4},i,n,index; n=a[0],index=0; for(i=1;i<10;i++) if(a...

  11. #Threads

    6d29dbe0-52a5-4667-b435-15d4b23b47db

    well there are many who think the way you think goyal. alluring a set of people by providing free projects, or links...

  12. #Threads

    9064fca0-4ef3-4e49-b86b-41942b62ed20

    @vega sorry, but i dont comply with your statement. reservation in anything should not be acceptable. Why give someone (who does not...

  13. #Threads

    50443454-c334-4361-b80b-d71950c9e7d6

    the problem lies in all of us actually. we all want to be the part of discussions only to show that we...

  14. #Threads

    53be1b63-108e-4616-a62a-f0822ac7cdd3

    this would turn into a mere discussion until WE take step. and step is to come into politics to revamp it. forget...

  15. #Threads

    5404d3aa-5f58-4a72-8df4-bb9d05abc174

    some of my queries in C/C++ 1) during input, user can enter endlessly until he presses ENTER KEY, i want to limit...

  16. #Threads

    446d300e-7b3e-4b8b-a529-fb7f94d8e1fd

    all the theoratical knowledge given by optyimystix was great. but how do i develop an antivirus, i mean how do i detect...

  17. #Threads

    83526b2a-ff8f-488d-aedb-31846e026fa5

    anzilkasimOnce you compile the C source program, the compiler covert this source program which has an extension *.c to *.obj, *.exe and...

  18. #Threads

    1f4b694a-ccf4-4216-adc0-1c2826747990

    i would again raise question asked by BIGGIE, if i develop an interpretor.. am i developing a new scripting language?