Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Salehin255y@RantSomeWhere
Bro, I want to create login page for software and I want to use C language. I am a beginner & learner !
Can you help me? -
Read up the CGI standard. Is a bit old, but still works with modern web servers.
Your process will be
following: Parse arguments gotten by CGI, maybe parse POST data. Process the input. Send a result.
If this doesn't help be a bit more specific what you want and where your problem is. -
@RantSomeWhere He’s lost and in the wrong place. And I don’t see motivation. I see desperation.
Probably another erroneous misunderstood sign up. -
Salehin255y@-red I am a web developer, But also a student of Computer Science & Engineering. Now, I am trying to learn C language, so I posted here for help.
Do you suggest me any social network where I can get proper help from experienced programmr?? -
Bubbles68265yC isn’t used for web development. But look into Web Assembly thatll suit your fancy.
-
Like many said you should probably find an exercise designed for C language instead of throwing your existing knowledge on it. Trying to learn a language using something it's not designed for will likely result in hatred towards the language.
-
@Salehin any experienced programmer is going to tell you the same thing; if you want to do auth for a local app you need to consult the C docs on auth. A cursory google search should do you well.
-
@Salehin Not to be a dick but a "developer" generally knows how to develop something even if it's in a different language
-
Salehin255y@12bitfloat what do you mean?
I can easily make a login page if I want to make it for website.
I said I am a web developer.
Do you have Knowledge about both of Web developing and C Programming?
know well first -
Salehin255y@Bubbles
Ooh!
Sis, I know well about C and Web Development.
My question is only C related, why everyone talking here about Web Developing? -
Salehin255y@RantSomeWhere
Bro I just learnt the basics...which is not enough. But I want to learn -
Salehin255y@mowgli
I don't want to learn web development 😪
I want to learn software Development by 'C'
By the way,Thanks! -
An alternative to classical CGI would be the use and extension of a server framework (e.g. libh2o).
-
@Salehin but you said login page. That sounds like a web page where a user logs in. I've seen this done in PHP, JavaScript, even Perl and Ruby. But I've never seen it in C. What kind of login page are you trying to write in C if not a website login webpage? Maybe that's where all this is coming from.
-
Salehin255y@corscheid
Hm,
Just search in YouTube "how to create a login page by C programming "
then you will understand what I want to know.
But I think I didn’t get proper guidelines from YouTube. -
@Trumby I also believe this dude to be a troll. If he really were a "web developer" like he keeps stating he would know how to use Google and probably know how to find out that what he is trying to do is pretty useless. I wouldn't even try and humor this with an answer.
-
C0D4681465yI'm so lost I need a Map().
Are you building a C program and want a login prompt/screen or are you building a webpage with a C backend?
The "login page" appears to be misunderstood as a webpage. -
Bubbles68265y@Salehin just use another language. Low level languages don’t run in the browser aside from Web Assembly
-
@Salehin Yes I do have experience in C and web developement. So much so that if I want to learn anything new I'm able to get there myself without having to ask random people on a social media platform.
-
I think he means he wants a login page in a console application with credentials stored in plain text
-
@Salehin I dont know how much youvare into programming, but if it is your professor requesting to make a stupid login function in c, the nest approach is to store your credentials in your source as plaintext and compare the input with simple if statements
how can I make a login page by 'C' ??
question