About 2,560 results
Open links in new tab
  1. How do I write words and sentences in Binary?

    Jul 26, 2015 · Hi I want to know how do I write a word in Binary for example word "HI" is it like this 1001000(space)1001001 or is it like this 10010001001001 (without space in between H and I) …

  2. Recursive binary function returns error: control reaches end of non ...

    Working on pset3 and tried to write a separate binary search function in helpers.c so I can just call it later in the main search function. Here's my code for the binary search: bool binarysearch(...

  3. pset4 cs50 recover problem jpeg not found - CS50 ... - CS50 Stack …

    Dec 8, 2018 · (Other systems may treat text files and binary files differently, and adding the 'b' may be a good idea if you do I/O to a binary file and expect that your program may be ported …

  4. CS50W Project Wiki search function - CS50 Stack Exchange

    Dec 26, 2021 · I am trying to write the search function where the user submits a wiki search. If the query is in the given list of entries, the user should be redirected to related entry's page. If the …

  5. pset3 - Pset 3 - Binary Search - CS50 Stack Exchange

    Jun 6, 2016 · Okay, the spec says the following -- "...you may not change our declaration of search, but you may write a new, recursive function (that perhaps takes different parameters) …

  6. pset4 - Struggling with recover.c - CS50 Stack Exchange

    Dec 28, 2016 · scanf and printf is for interpreting or formatting content, it's for text-based formats, not for binary. If there was a number 67 stored as those two digit characters, you'd use scanf, …

  7. pset4recover - Problem Set 4 Recover - CS50 Stack Exchange

    May 9, 2024 · There's no need to write a separate block of code just to skip over the garbage data. Here's another tip - more of a challenge to you. The code above used 5 fread statements …

  8. pset3 - Binary search always return false - CS50 Stack Exchange

    Jan 13, 2015 · Guys,my code runs perfectly right with check 50 for binary search but doesn't show right output for ./generate 1000 50 | ./find 127.Please help 0 please help me with this binary …

  9. Newest 'caesar' Questions - CS50 Stack Exchange

    Jan 23, 2024 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  10. My program says that "No rule to make target `recover'. Stop."

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …

Refresh