Thread: How to code login function using UDF in C language

  1. #1
    Registered User
    Join Date
    Jan 2021
    Posts
    4

    How to code login function using UDF in C language

    Ok so i have a login function definition before main function where i have used switch statement in MAIN function . What is the right methi of writing code in udf and which part of login code will go under switch -> case 2 ( here i have call login function)

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    What's UDF?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,106
    "User-Defined Function" maybe?

    Bad instructor, book, video, or so-called tutorial I suspect.

  4. #4
    Registered User
    Join Date
    Dec 2017
    Posts
    1,626
    Ultra-Deep Field, obviously!
    Speaking of which, why is this galaxy so yellow?
    https://upload.wikimedia.org/wikiped...iralGalaxy.jpg
    A little inaccuracy saves tons of explanation. - H.H. Munro

  5. #5
    Registered User
    Join Date
    Jan 2021
    Posts
    4

    True

    Yes user defined function ..common guys your r into programming forum.. you'll Should k what is UDF ..common dude!

  6. #6
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,106
    Quote Originally Posted by chetan View Post
    Yes user defined function ..common guys your r into programming forum.. you'll Should k what is UDF ..common dude!
    We all know how to declare and define functions, but the acronym, "UDF", is never used by most programmers. I wonder where you learned this acronym.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Whatever.

    Post your code and we'll tell you whether it's right or not.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  8. #8
    Registered User
    Join Date
    Apr 2019
    Posts
    114
    Sorry to go off topic...

    Quote Originally Posted by john.c View Post
    Speaking of which, why is this galaxy so yellow?
    https://upload.wikimedia.org/wikiped...iralGalaxy.jpg
    NASA's digital camera takes pictures through three different filters: red, blue and green. These separate, sequential images are later combined to create a composite, true-color photo.
    Don't worry, you won't ever see it like that.

  9. #9
    Registered User
    Join Date
    Sep 2020
    Posts
    425
    I always thought it was a slightly truncated UDP packet.

  10. #10
    Registered User
    Join Date
    Jan 2021
    Posts
    4
    Ok posting ... really thankful to u haa, for answering me

  11. #11
    Registered User
    Join Date
    Jan 2021
    Posts
    4
    Thank you everyone

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Login code help
    By Joeyfish_13 in forum C Programming
    Replies: 11
    Last Post: 05-17-2017, 02:36 PM
  2. C login code
    By Loj Buchanan in forum C Programming
    Replies: 6
    Last Post: 10-20-2015, 10:00 PM
  3. Replies: 8
    Last Post: 12-08-2009, 12:55 PM
  4. Login Function??
    By dac in forum C++ Programming
    Replies: 15
    Last Post: 01-01-2007, 08:37 AM
  5. Login Function
    By magicz69 in forum C Programming
    Replies: 8
    Last Post: 07-18-2004, 01:23 AM

Tags for this Thread