CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: satoshi

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    918

    Re: problem on Warning error

    cool, it works
    thanks a lot :D
  2. Replies
    2
    Views
    918

    problem on Warning error

    when i compile the program,it gives a warning and the warning is as following

    mylinkList.java:26: warning: [unchecked] unchecked call to addFirst(E) as a member of the raw type...
  3. Replies
    0
    Views
    382

    postgre sql question on relation

    Greeting :wave:

    how can i create a table that having a relationship with itself??

    eg


    -------------------------
    | |
    | <...
  4. Replies
    1
    Views
    1,064

    queston on opengl glut

    Greeting

    i'm new to cg and i'm now writing a chessboard game using glut

    i encounter a problem that i dont know how to draw any circle after the initiation of the chess board

    and here is my...
  5. Replies
    1
    Views
    2,148

    how to resize ntfs partition?

    is there a way to do it ??

    thanks
    sAtO
  6. Replies
    6
    Views
    811

    i better give a try 1st thanks

    i better give a try 1st

    thanks
  7. Replies
    6
    Views
    811

    i have to do it in VC++ ??

    i have to do it in VC++ ??
  8. Replies
    6
    Views
    811

    color for texts?

    is it a way to print the text with color in console such as DOS??

    thanks for reply
    Regards

    sato
  9. Replies
    1
    Views
    482

    mod " %" question

    is there a buildin funtion or operator to do mod in C++?
    which library i should use??

    thanks for help :)

    regards
    SAto
  10. Replies
    2
    Views
    457

    i solve it , thz :)

    i solve it , thz :)
  11. Replies
    2
    Views
    457

    complier error from g++

    hi,
    when i try to complier with g++
    a error is given out

    /tmp/cc5cGFsh.o(.text+0x304): In function `main':
    : undefined reference to `SubMat::Matrix<int, std::vector<int, std::allocator<int> >...
  12. Replies
    2
    Views
    547

    how to convert a int to a sting in C++

    i'm not sure is there a buildin method to convert a int to a string

    i have try using atoi()
    but the compile said the method cannot be found

    thank for help

    Regards

    SAto
  13. Replies
    4
    Views
    1,198

    reference and const reference

    what is the different between them??

    thanks for help

    regards
    SAto
  14. Thread: type checking

    by satoshi
    Replies
    3
    Views
    767

    type checking

    if i got an iterator
    how can i sure that it is a random access iterator??

    will it be a way for testing it??
    thank for reply

    regard
    SAto
  15. Thread: graph problem

    by satoshi
    Replies
    3
    Views
    553

    um... is it wut u mean? directed graph: A ->...

    um... is it wut u mean?

    directed graph:
    A -> B
    B <- A

    undirected graph:
    a < - > B

    thanks
  16. Thread: graph problem

    by satoshi
    Replies
    3
    Views
    553

    graph problem

    what is directed graph and undirected graph ?

    And what is the different between them?

    thanks for reply

    regards
    Sato
  17. Replies
    1
    Views
    504

    overflow question

    when i try to do

    sb = new StringBuffer( s.toString() );

    where sb is StringBuffer
    and
    s is String,

    what does java.lang.StackOverflowError means
    and
  18. Replies
    37
    Views
    4,853

    garbage question

    is it only the object class will bacome garbage ??
  19. Replies
    8
    Views
    777

    but if i del any element ar tmp the s also...

    but if i del any element ar tmp
    the s also changed :(
  20. Replies
    8
    Views
    777

    what's about if there is a class which contains...

    what's about if there is a class which contains StringBuffer ??
  21. Replies
    8
    Views
    777

    StringBuffer question

    if i got
    StringBuffer s = new StringBuffer()
    StringBuffer tmp = new StringBuffer()

    and

    tmp = s;

    after i changed the value of tmp
    s also changed
  22. Replies
    3
    Views
    569

    but how can i make the tmp = s in every if...

    but how can i make the tmp = s in every if statement??

    i try to make it like this
    tmp = new Node (s);
    in every if statement

    but tmp still keep the reference of the previous value that done in...
  23. Replies
    3
    Views
    569

    unexpect result

    i hv a function which contain a parameter
    say,

    void fn (Node s){
    Node tmp = s;
    if(tmp.change("1")){
    storeList(tmp);
    }
    if(tmp.change("2")){
    ...
  24. Replies
    2
    Views
    457

    question about structure

    if there are 6 nodes 1 - 6
    and each node may hv max (total num of node - 1) connections or no connection

    what i think is as below

    class Nodes(
    node n1;
    node n2;
    node n3;
    node n4;
  25. Replies
    1
    Views
    1,303

    newbie question: send mouse click action

    Is it possible for java to send a mouse-click event to the exist program ??

    if so, wut kind of class i should look for??

    thanks for reply

    Regards
    Sato
Results 1 to 25 of 43
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured