Search:

Type: Posts; User: Kate

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,346

    Perfect Gentleman indeed :)

    Perfect Gentleman indeed :)
  2. Replies
    5
    Views
    2,703

    Every combination possible algorithm

    Hi,

    I am trying to figure out a way to store every combination of letters in an array using C.

    For example, If i have the word - COMPUTER

    I want to store the following in an array -
    ...
  3. Replies
    2
    Views
    4,346

    strcmp doesn't work with fgets.

    Hi,

    I am trying to compare a string against words listed in a file but am having a problem.

    If i use:

    result = strcmp("word", "word");

    result equals zero becaue they are a match but my...
  4. Replies
    5
    Views
    1,303

    What is an appropriate data structure?

    Hi,

    I am working on a program that accepts a string of 7 letters and then tries to find every word in a dictionary that contains those 7 letters.

    Basically it is an anagram program that finds...
  5. Replies
    3
    Views
    1,917

    I see, Thanks guys :)

    I see,

    Thanks guys :)
  6. Replies
    3
    Views
    1,917

    Reading text files?

    Hi,

    I am trying to learn how to read from text files but have a few questions about it.

    Here is my code:



    #include <stdio.h>
  7. lock winform to top, left, right or bottome of desktop

    Hi,

    I have a tricky winform request that i'm not sure can be done.

    You know how when you unlock the win xp taskbar, you can drag it to any side of the desktop and it locks into place. Is is...
  8. Thread: Am I up to date?

    by Kate
    Replies
    2
    Views
    1,335

    Am I up to date?

    Hi,

    I have been away from c# for about a year now and am confused about all the prograss thats been happening lately.

    I am using VS .net 2003 and .net 1.1

    I have a few questions about .net...
  9. Replies
    3
    Views
    1,040

    I've done a few online tutorials and am starting...

    I've done a few online tutorials and am starting to get a hang of the basics.
    Just thought it would be handy to have a list of all the most common stuff i can use and start experimenting :)
  10. Replies
    8
    Views
    2,408

    Thanks guys, Great help :)

    Thanks guys,

    Great help :)
  11. Replies
    3
    Views
    1,040

    Is there a good c reference online?

    Hi, I have been searching around on google for a site that list all c keywords and what they do ect but they are all a bit complex.

    Is there a site like this?
    Also, one for the c standard library...
  12. Replies
    8
    Views
    2,408

    Infinte loop with switch, Why??

    Hi,
    I have made a simple menu program and use switch to handle the choices. The problem is, if i enter a number, it sends it into an infinite loop instead of the default command to say invalid...
  13. Replies
    1
    Views
    4,148

    Need help with calculator program

    Hi, I have been trying to program a simple calculator all day but I just can't get it to work right. It works fine when using the one operator like + or - ect but when mixing them in a calculation...
Results 1 to 13 of 13