Search:

Type: Posts; User: c9dw2rm8

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,361

    When it's load the form it's flicker ? And what...

    When it's load the form it's flicker ?
    And what is it buffering ?
  2. Replies
    4
    Views
    3,361

    I just choose in the properties of the form...

    I just choose in the properties of the form "image background"
    I didn't write any code for this background?!
    What the problem
    It's also happen last time when i try to add Image background to other...
  3. Replies
    4
    Views
    3,361

    Image flickering in form

    Hello

    I try to insert a background image to my forms
    but when i try to run the application - the form is flickering
    why it's happen?
    I don't do any changes concerning the Background in the...
  4. Replies
    1
    Views
    1,870

    validation of TextBoxes!?

    Hello

    I build a form with some text boxes and to every text box there is validating option(form 1)
    Now i try to build another form but he uses the same validation ...
    How can i use in form2 the...
  5. Replies
    15
    Views
    2,655

    if it's the offical book of c programing Yes I...

    if it's the offical book of c programing
    Yes I have it, The Hebrew version
  6. Replies
    15
    Views
    2,655

    Thanks for the problem in the checkmate i wrote...

    Thanks for the problem in the checkmate i wrote dest insted of output ans it's worked?
    mmmmm.... intresting?

    Thank's anyway
  7. Replies
    15
    Views
    2,655

    while (fgets(line,LINE_LENGTH,input)!=NULL){...

    while (fgets(line,LINE_LENGTH,input)!=NULL){
    command=strtok(line," \t\n\r");
    if (command==NULL) continue; //empty line
    if (strcmp(command,"NEW")==0){
    tool=strtok(NULL," \t\n\r");...
  8. Replies
    15
    Views
    2,655

    in My program i need somtimes to find the word...

    in My program i need somtimes to find the word CHECK
    and sometime CHECKMATE
    maybe because both of them begin with the same sub string CHECK it's make problems?
  9. Replies
    15
    Views
    2,655

    Thank's another question: There is problems...

    Thank's
    another question:
    There is problems with the strcmp somtimes it's worke and sometimes Not and it's not only in my program also in my friends program
    so someytimes i use the strncmp...
  10. Replies
    15
    Views
    2,655

    I use the strtok Not for counting the words I...

    I use the strtok Not for counting the words
    I use it because i need to take words from the line
    But if the number of words in line don't feet
    I need to show some warning!
    so my question is : if...
  11. Replies
    15
    Views
    2,655

    Question about strtok

    Hello!
    I'm trying to read from files some lines?
    I also use the strtok method to get words from each line!
    I need to give warning if there is too many parameters(word) or too little
    How i can do...
  12. Thread: ctrl+f5 vs f5

    by c9dw2rm8
    Replies
    5
    Views
    1,967

    Helppppp

    The problem is that :you can't find the problem ,it's not pop up nothing, and the breakpoint position don't work?
    What to do?
    Where to look?
    My code is pretty long?
  13. Thread: ctrl+f5 vs f5

    by c9dw2rm8
    Replies
    5
    Views
    1,967

    ctrl+f5 vs f5

    hello
    I worked with visual studio 2005
    and my program work good with F5
    But Ctrl+F5 -the program crush
    and don't give nothing!
    And i can't find the problems?
    Maybe it's something with the...
  14. Replies
    13
    Views
    1,650

    But every cell from the array is a Piece* type...

    But every cell from the array is a Piece* type
    and Piece is struct of (color,tool,movefunction,printfunction)
    so every time i put a new tool on the board i should do malloc
    where is the problem?
  15. Replies
    13
    Views
    1,650

    I always save those kind of things to the end...

    I always save those kind of things to the end
    You now the last finishes
    But did you find any problem
    Maybe because its array ?
    if you do free to cell in this array ,maybe it's make problems ,??
  16. Replies
    13
    Views
    1,650

    In this work we should practice Free and Malloc...

    In this work we should practice Free and Malloc functions
    but what is the problem and how it's connected to the heap?
  17. Replies
    13
    Views
    1,650

    if...

    if (Board[fromRow][fromCol]->Move(fromRow,fromCol,toRow,toCol)==TRUE){...
  18. Replies
    13
    Views
    1,650

    Question about free?

    Hello

    I should build some kind of chess game
    i build struct of piece and board -array 8*8 that it's cell is Piece
    when i move tool in the game i'm trying to free this place, but it's failed and...
  19. Replies
    1
    Views
    3,301

    Convert String to enum type

    hello
    If i read a line from txt file and then i use the str token function to cut this line
    into words,and those words should be sent to a function that receive only enum type:

    For example i...
  20. Replies
    3
    Views
    869

    Problems with include?

    if i have 2 header files and in the first file i use the second
    and in the second i use the first?
    but it's not allowed

    how to solve that??


    Thank's
  21. Replies
    8
    Views
    1,542

    ;) GADOL!! מה בדיוק יעזור לי גוגל??

    ;)

    GADOL!!

    מה בדיוק יעזור לי גוגל??
  22. Replies
    8
    Views
    1,542

    thanks my name is Shimon and not what you...

    thanks
    my name is Shimon and not what you wrote(the Hebrew name to "simon" in English)
    OK so what the solution to the second mistake


    here are the structs and the pointers in the attached file...
  23. Replies
    8
    Views
    1,542

    Helping With Warnings

    hallo to everyone
    and sorry for the mistakes in English
    i have some warnings error in some progarm
    (i worked with visual studio 2005 and 2008 and in both it's show this warning )

    image is...
Results 1 to 23 of 23