Search:

Type: Posts; User: arka.sharma

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    6,147

    Were you there when I written the code and posted...

    Were you there when I written the code and posted ????
    Trust me pal that is mine.....
    And I got to tell you, you are not at all helping and it thanks for your kind information that Merge Sort takes...
  2. Replies
    17
    Views
    6,147

    Peoples are upset over here it seems.I didn't...

    Peoples are upset over here it seems.I didn't mean that and sorry for that.So let's get back to the topic if everything is cool

    @phantomotap

    First I tried to store A[i]+B[j] for all...
  3. Replies
    17
    Views
    6,147

    Ok fine.Let me take back my solution as if I have...

    Ok fine.Let me take back my solution as if I have not written the above code.Now can anyone please suggest me how to do the same faster than O(N2) ?
  4. Replies
    17
    Views
    6,147

    Thanks all of you for replying. I can use...

    Thanks all of you for replying.



    I can use chaining to overcome this.Can any one please give me some insight for doing it faster than O(N^2).
  5. Replies
    17
    Views
    6,147

    I have already tried with sorting.Can you...

    I have already tried with sorting.Can you elaborate please ?
  6. Replies
    17
    Views
    6,147

    A faster algorithm

    Hi,
    I was told to write an algorithm as following
    There are three arrays A[],B[],C[] of same size N.Find out all possible (i,j,k) such that A[i]+B[j]=C[k].The maximum allowed time complexity is...
  7. Replies
    6
    Views
    1,063

    What hell is to do with where I am from ???And I...

    What hell is to do with where I am from ???And I have already read that wiki page.....
  8. Replies
    6
    Views
    1,063

    Okay I got the answer of my first question by...

    Okay I got the answer of my first question by searching a bit.They are telling that all pointers we declare are by default near pointer which is nothing but the offset in the current segment.Now the...
  9. Replies
    6
    Views
    1,063

    Doubt in memory segmentation

    Hi,

    I was studying segmentation mostly related to x86 processors.Now it is being told that an address has <segment>:<offset> kind of format and that segment no is multiplied by 16 and offset...
  10. Replies
    0
    Views
    677

    Deoubt in segmentation

    Hi,

    I was studying segmentation mostly related to x86 processors.Now it is being told that an address has <segment>:<offset> kind of format and that segment no is multiplied by 16 and offset...
  11. Hi, Thanks for your reply.But ar will work...

    Hi,

    Thanks for your reply.But ar will work with .a static libs.I tried it with .so shared objects.It didn't work.
  12. How to add object modules in an existing shared library in Linux

    Hi,

    I have an libf.so in which i want to add a .o file say function.o without deleting the library and then again creating it.I just want to add function.o in libf.so.Help expected.....
    ...
  13. Replies
    4
    Views
    8,357

    Fork,exec equivalent in Windows

    Hi,

    Can anybody please tell me the fork/exec/wait equivalent in windows and their usage.

    Regards,
    Arka
  14. Replies
    3
    Views
    1,020

    Standalone tool to create DLL in xp

    Hi,

    Is there any standalone tool under xp there for creating dll from C source code.I need to create dlls for my JNI code.

    Regards,
    Arka
  15. Replies
    2
    Views
    20,296

    Missing mspdb100.dll

    Hi,

    I have newly installed visual c++ 2010 express edition.I am trying to compile C++ program from command prompt using cl.But it is showing that "This program can't start because mspdb100.dll is...
  16. Executing java program as a separate process from C

    Hi,

    I have written a C program.Inside that i have called system("java JavaProg");.It is working fine but still the java process is terminated the C process is running.I want when the java process...
  17. Replies
    4
    Views
    8,637

    @CommonTater I didn't maen...

    @CommonTater
    I didn't maen that.system("cmd") will open up a new command prompt window.I don't want that.I want to create my own cli like turbo c uses to console i/o.

    Thanks,
    Arka.
  18. Replies
    4
    Views
    8,637

    Creating a console window

    Hi All,

    I have very little idea about GUI programming in C however I have worked both in JAVA and C# with GUI.Now I am using mingw in Windows 7 and I want to create a CLI console window like...
  19. Microsoft Visual C++ Redistributable in Add/remove Program

    Hi,
    This query may seem to be stupid but I'm sorry.I have installed Windows7 in my laptop and while searching in control panel add/remove program I got Microsoft Visual C++ installed.I searched it...
  20. Replies
    1
    Views
    1,600

    Creating Static and Dynamic Library

    Hi,
    I want to know how to create static(.lib) and dynamic libraries in windows without using any ide like visual C++, like we do in linux using command line utilities.

    Thanks,
    Arka
  21. Replies
    2
    Views
    902

    Working with video

    Hi,

    I want to learn and write programs to work with text video,video memory segments both in windows and linux environment.Anyone please suggest some tutorials,books,sites.

    Regards,
    Arka
  22. Replies
    8
    Views
    1,176

    What I'm doing is lzw...

    What I'm doing is lzw...
  23. Replies
    8
    Views
    1,176

    Comparing character with integer

    Hi,
    I am trying to do something like that "if(ch<128)" i have tried with (char)128 still it is not giving me the expected result.
    Regards,
    Arka
Results 1 to 23 of 23