Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

p_m_kanthi

@p_m_kanthi
About
Posts
17
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • please help me to solve this..
    P p_m_kanthi

    Write the function replace, which finds the string from in the string string and replaces it with the string to. Be sure to test it on replacement strings, which are larger, smaller, and the same size.Should it work if the replacement string is the empty string?

    C / C++ / MFC help question

  • C question.. Please help me..
    P p_m_kanthi

    Write a calendar program to find out the day of a given date in a particular year.

    C / C++ / MFC help question

  • please ans to this
    P p_m_kanthi

    Write a program, which will read a string and rewrite it in the alphabetical order.

    C / C++ / MFC

  • please ans to this
    P p_m_kanthi

    Write a program to encrypt a string and decrypt it using your own method of encryption and decryption.

    C / C++ / MFC security

  • please ans to this c ques
    P p_m_kanthi

    Write a program to determine and print the sum of the following harmonic series for a given value if n 1+1/2+1/3+….1/n

    C / C++ / MFC

  • C question. Please give me the answer.
    P p_m_kanthi

    Write a program to print the Pascal triangle for 10 rows.

    C / C++ / MFC delphi question

  • C question.
    P p_m_kanthi

    Write a program to extract a portion of a character sting and print the extracted string. Assume that m characters are extracted, starting with nth character.

    C / C++ / MFC question

  • Answer to this C question. please
    P p_m_kanthi

    Given an array of sorted list of integer numbers, write a function to search for a particular item using the method of binary search. And also show how this function may be used in a program. Use pointers and pointer arithmetic.

    C / C++ / MFC data-structures question

  • Please Answer to this C question
    P p_m_kanthi

    Using pointers, write a function that receives a character string and a character as argument and deletes all occurrences of this character in the string. The function should return the corrected string with no holes.

    C / C++ / MFC question

  • counting rows
    P p_m_kanthi

    how do i count the rows from table in vb.net? tell me the code..

    Visual Basic question csharp

  • e-mail textbox validation in vb.net
    P p_m_kanthi

    i have a function... but i dont know how do i call that function to validate e-mail text box.. can u please tell me the code... the function is as below.. please tell me how to call that.. and even where should i write the code to validate email textbox.. Imports System.Text.RegularExpressions Function EmailAddressCheck(ByVal emailAddress As String) As Boolean Dim pattern As String = "^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$" Dim emailAddressMatch As Match = Regex.Match(emailAddress, pattern) If emailAddressMatch.Success Then EmailAddressCheck = True Else EmailAddressCheck = False End If End Function

    Visual Basic regex csharp tutorial question

  • about ms-word
    P p_m_kanthi

    HOW TO USE THAT?

    .NET (Core and Framework) csharp tutorial question

  • capture image
    P p_m_kanthi

    how to capture image and store in a folder. tell me the code of that. its in vb.net 2008..

    .NET (Core and Framework) csharp tutorial

  • setup
    P p_m_kanthi

    how to prepare application setup in vb.net?

    .NET (Core and Framework) csharp tutorial question workspace

  • about ms-word
    P p_m_kanthi

    how to add ms-word in vb.net? it should open after we click a button.

    .NET (Core and Framework) csharp tutorial question

  • project on college management system.
    P p_m_kanthi

    i need a project with source code on "college management system" which is used by principal,office staff and librarian.. i need it as early as possible...

    Visual Basic

  • about MDI child form.
    P p_m_kanthi

    how to make the form as MDI child in visual studio 2008?

    Visual Basic csharp visual-studio tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups