Search:

Type: Posts; User: Svetlin

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,831

    I just wrote some code to try to find out how can...

    I just wrote some code to try to find out how can I control to much easily. I tried to use isdigit() and cin.clear but is not working. I have been looking for solution for hours. There have to be way...
  2. Replies
    12
    Views
    1,831

    this is not a solution for the problem... thanks...

    this is not a solution for the problem... thanks any way
  3. Replies
    11
    Views
    3,041

    Ok now I understand what you are doing tabstop,...

    Ok now I understand what you are doing tabstop, you are using binary positions to calculate the possible choices…
  4. Replies
    11
    Views
    3,041

    Hi tabstop, thanks for the replay, I am tiring ...

    Hi tabstop, thanks for the replay, I am tiring to understand the algorithm you used, I see the incremation and how it changes if it meets the if statement , but can you explain with couple of words,...
  5. Replies
    11
    Views
    3,041

    But then how I will do the comparison

    But then how I will do the comparison
  6. Thread: Pointers

    by Svetlin
    Replies
    14
    Views
    2,368

    I hope that helps :) A pointer is the memory...

    I hope that helps :)

    A pointer is the memory address of a variable. Recall that the computer’s
    memory is divided into numbered memory locations (called bytes), and that
    variables are...
  7. Replies
    11
    Views
    3,041

    How to optimise strcmp c-string comparison

    Hi guys I have written some code and it works fine, the only problem is I think is not that mobile, I mean it looks big for what it does. Basically I have three names in c-string and I like to...
  8. Replies
    5
    Views
    3,585

    Hi, thanks for the fast response, actually this...

    Hi, thanks for the fast response, actually this 10 rows are only 10 of 1000 rows I have in a file, that’s way I have the 1000, but you were right for the < 1000 part, it fixed one of the critical...
  9. Replies
    5
    Views
    3,585

    I am not allowed to use 2d arr at this point, any...

    I am not allowed to use 2d arr at this point, any way I found the problem, it was in the declaration of targetname and my brackets of the if loops were off place, working now.
  10. Replies
    5
    Views
    3,585

    string array search

    Hi to all C++ programmers, I am at collage and studding computer science. I have problem to solve but my code have a error. Basically I have to read a file with 1000 boys and girls names being ranked...
Results 1 to 10 of 10