Search:

Type: Posts; User: sid_19840

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    5,279

    Re: Trackbar Problem

    ok,on doing whatever you just mentioned I get this error.This is the code I used and the error.

    EDIT:Never mind,I sorted the problem,thanks for all the help.
  2. Replies
    8
    Views
    5,279

    Re: Trackbar Problem

    Im using SharpDevelop though and the default event as you say isnt the valuechanged event,is there anyway I can select the valuechanged event?

    What is mean is how can I manually add the event for...
  3. Replies
    8
    Views
    5,279

    Re: Trackbar Problem

    How do I implement this ValueChanged event? If I just replace the .value by .valuechanged it shows me an error.
  4. Replies
    8
    Views
    5,279

    Re: Trackbar Problem

    Thanks so much for that,just one final query on this.I want my trackbar to hold a default value from a file which has a line like this.

    Value 4.0000

    How do I get my trackbar to...
  5. Replies
    8
    Views
    5,279

    [RESOLVED] Trackbar Problem

    Hi

    Im trying to implement something with a trackbar.But Im having a couple of problems with it.

    1)I want a trackbar to hold decimal values(eg:min=0 max=10 and small changes mean shifting by...
  6. Replies
    1
    Views
    576

    Few Question's

    Hi

    Wanted the answer's for a few question's I couldnt figure out.Thanks in advance.



    1)What is the difference between the functions memmove() and memcpy()?

    2)What is the difference...
  7. Re: To Import

    He said that he is a newb,so I assume that he's trying to import the existing java packages.However if he is trying to make his own packages then he should have easily understood your earlier post.
  8. Re: To Import

    If you have installed a jdk,then you shouldnt worry about importing and the location where the files are in.So if you want to import something for io(input and output),you would just use

    import...
  9. Replies
    14
    Views
    1,130

    Re: Getting input from a user

    Thanks to all.
  10. Thread: JAR File

    by sid_19840
    Replies
    3
    Views
    778

    Re: JAR File

    JAR:Java Archive FIle
    Used to merge together classes/packages into a single file,which is actually compressed.This file may be viewed as such or extracting its contents.
  11. Re: Trouble learning past the basics

    Thanks.
  12. Replies
    14
    Views
    1,130

    Re: Getting input from a user

    Thanks,one final question,does Buffered Reader require an Exception or anything to be written(like extends or implements) in the function where I use it?
  13. Replies
    2
    Views
    3,984

    Re: How to check EOF in Binary File

    I think that the condition is quite similar,the object becomes -1 at EOF,so just check for that condition.
  14. Replies
    14
    Views
    1,130

    Re: Getting input from a user

    ok,after declaring the buffered reader,how do I get it to read an integer or a float variable?
  15. Re: Call int function without set it to variable !

    I cant exactly understand your question,if you dont want to return a function,you can just set it to void.By setting it to int you have to return something(atleast a return 0).
  16. Replies
    23
    Views
    63,705

    Re: C/C++ - Interesting swap function

    Could someone explain the XOR thing,how does it work basically?
  17. [RESOLVED] Trouble learning past the basics

    Hi

    Ive managed to learn most of the basics of Java(till Exceptions etc),mainly its a lot related to c++ which I already know.But IM struggling to learn past the basics(such as...
  18. Replies
    14
    Views
    1,130

    Re: Getting input from a user

    Im a bit confused with the answer's,My question is: Can System.in command be used in any way to get input from the user?
  19. Re: Call int function without set it to variable !

    Yes,but then you have to inwardly set the value of n.Somewhat like this.(I might be worng)

    #include <iostream>
    using namespace std;

    int count()
    {
    int n=123;
    if(n/10 !=0)
    count(n/10);
  20. Replies
    3
    Views
    737

    Re: Question: unsigned and long int

    Unsigned int is used only for postive integer's,whereas long could be used for either(and the general size of long is bigger than unsigned or int)
  21. Replies
    14
    Views
    1,130

    [RESOLVED] Getting input from a user

    Im just learning the basics of Java.Im stuck at something.

    How do I get an input from a user.Eg-If I want to get a number(integer),I tried using BufferedReader,but isnt there an easier way,like...
  22. Thread: '\0'

    by sid_19840
    Replies
    4
    Views
    2,148

    Re: '\0'

    Yes,basically '\0' is called Null,it means nothing.It is usually used as a string or array terminator.
  23. Replies
    4
    Views
    539

    Re: C++ for intermediates?

    Thanks so much to both.
  24. Replies
    4
    Views
    539

    C++ for intermediates?

    Hi

    I know the basics of the language,but not all the aspect's,is there any tutorial/articles that can help me learn these aspects?
  25. Replies
    7
    Views
    1,642

    Re: Printing text without using printf()

    Im sorry that I didnt tell earlier.Im a 3rd year Engineering Student preparing for my campus interview,so Im trying to learn some of the stuff they ask and the answers for them.
  26. Replies
    7
    Views
    1,642

    Re: Printing text without using printf()

    sorry I knew that the answer was out for C.But can we print numbers using putc() or puts().
  27. Replies
    7
    Views
    1,642

    Re: Printing text without using printf()

    ok,I will try to modify my question

    Is it possible to print text

    without using printf() in C

    without using cout in C++
  28. Replies
    10
    Views
    934

    Re: How to use the command promp from C++?

    ok,I understood that partially,does it mean that it executes whatever file or string I put in it?
  29. Replies
    10
    Views
    934

    Re: How to use the command promp from C++?

    Just curious what does the system function do generally?
  30. Replies
    7
    Views
    1,642

    Printing text without using printf()

    Is it possible to print text without using the printf().If yes can someone please post the code along with meaning's.Thanks in advance.
  31. Replies
    4
    Views
    535

    Re: Multiple filestreams

    so if I want to write to a file called c:\try.txt then what will my command be?

    Dim SW as New StreamWriter(?)
  32. Replies
    4
    Views
    535

    Multiple filestreams

    How do I make multiple file streams.I have a program which is reading in a file and I want to write some of the contents in this file to another file(eg-try.txt file).So how do I make multiple...
  33. Thread: help needed

    by sid_19840
    Replies
    1
    Views
    492

    help needed

    Hi

    Im having a small prob.I have a file,whose particular value is stored in a label(lbltext),after which this value inside the file changes,so lbltext also changes.But I want to get back the older...
  34. Thread: hex editing

    by sid_19840
    Replies
    4
    Views
    691

    Re: hex editing

    It is inside a file.Firstly I need to open the file in hex mode and then choose a certain byte number and change its value.How do I do that?
  35. Thread: hex editing

    by sid_19840
    Replies
    4
    Views
    691

    Re: hex editing

    Any help?
  36. Thread: hex editing

    by sid_19840
    Replies
    4
    Views
    691

    hex editing

    Hi

    I want to change the value of a byte number(hex format),to 00.

    Eg-If I want to change byte number 227 to 00,then what would my code look like?

    Thanks in advance.
  37. Replies
    3
    Views
    721

    Re: overwriting files(unhandled Exception)

    k,thanks but can you show what my modified code would look after using this?

    EDIT-Ive found something myself.This code can be used(delete existing file and replace.)


    If...
  38. Replies
    3
    Views
    721

    overwriting files(unhandled Exception)

    I want my app. to overwrite the files even if they already exist,but on runtime I get an Unhandled exception that the file already exists and the files dont seem to be overwritten.

    I hope somebody...
  39. Replies
    24
    Views
    1,923

    Re: saving info in a text file

    Thank you so much,Ive sent u the rep.
  40. Replies
    24
    Views
    1,923

    Re: saving info in a text file

    no,I want the files that are selected in the listbox to be saved to a particular location.How do I do that?
Results 1 to 40 of 69
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width