string

  1. P

    C & C++ Ask lang about 'string' comparing on C++, newbie question

    Gandang gabi mga ka PHC ask ko lng about sa 'String comparing' bat ayaw gumana kahit mukhang tama naman logic ko, pa check nalang mga mamaw.. Eto yung bool para sa pag check ng 'numbers' Eto yung inside code, anong mali at tama dito sa dalawang code Eto naman yung responsive ko na...
  2. K

    Help Referenced string

    Hi guys , Pwede ba makahingi ng tips kung pwede ko makuha exact address ng hinahanap ko gamit address sa referenced string cheat engine
  3. S

    Java Java Unexpected Type assigning string error

    Error in String p = id_col + " " = first_name + last_name + " " + job; line package database_console; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.Statement; import java.sql.ResultSet; public class DBConnect { public static...
  4. N

    Help Convert the Hexadecimal string 8946FEH to equivalent Assembly Language instruction. Show your solution. Hint: FEH is a 2's complemented number.Place

    Convert the Hexadecimal string 8946FEH to equivalent Assembly Language instruction. Show your solution. Hint: FEH is a 2's complemented number. Place your solutions and step by step
  5. J

    Love without strings attached

    Love, without strings attached “Walk in love, as Christ also has loved us.” Eph 5:2 NKJV In America you will sometimes see cars with bumper stickers announcing that their child is an “honor student” at a particular school. And while we all feel good about the successes of our children...
  6. N

    Test

    Make a function chrcounta) that counts the occurrence alphabet letters in a string. Implement chrcounta) in the of main function.
  7. K

    String Shuffler (skips space character)

    void main() { print("ice cream".shuffled); } extension Shuffle on String { String get shuffled { final letters = split('') ..removeWhere((letter) => letter == ' ') ..shuffle(); return replaceAllMapped( RegExp(r'[^ ]'), (match) =>...
  8. B

    Help Any brand suggestion for acoustic guitar string

    Baka meron kayo alam na mga brands na alam maliban sa elixir and daddario acoustic string. Salamat
  9. S

    Closed Hc pa help (for input string)

  10. B

    Closed Need suggestion for acoustic guitar string

    Sakto lang sa budget and maganda tunog
  11. N

    Help Guitar string

    Anong gauge po ba ang maganda for strumming? naka depende ba yung tunog sa gauge or wala lang?
  12. A

    SUNHASH.IO INPUT STRING TOO SHORT

    Mga sir baka may alam kayong way paano mawithdraw yung bitcoins ko dito pagnagwiwithdraw ako laging lumalabas "INPUT STRING TOO SHORT"
  13. I

    Closed GITARA

    Tanong ko lang mga ka PHC sa mga mahilig mag gitara ano po ang magandang guitar strings na brand yung mumurahin lang.. THANKS PO
  14. I

    Closed C++ string palindrome problem

    Patulong naman po sa mga nakakaalam ng C++, here's the problem: Input sentence string then separate each word. Determine the palindromes and tell how many times they appear in the string. EXAMPLE: ---- INPUT: asd qwerty aaa sdfgah sas sas OUTPUT: aaa — 1 sas — 2 ----
  15. V

    Closed Connection string

    Hi tanong ko lang sana kung may paraan ba para mapalitan ang connection string s app.config ganit ang textbox? Salamat
  16. R

    Closed Kalawang

    Hello po sa mga Guitarist dyan! Paano po matagal ang kalawang ng string? Ano po ang gagamitin? May Waterfalls kasi mga kamay ko eh. Salamat
Back
Top