如何在c中制作页面意味着哪些功能可以帮助我链接到不同的页面 [英] how to make pages in c means which function help me to link with different pages

查看:66
本文介绍了如何在c中制作页面意味着哪些功能可以帮助我链接到不同的页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是bca 1 sem studen.i想知道我怎样才能在c中制作不同的页面。当我点击进入时它应该转到下一页。我必须制作项目,并且我想要第一页作为简单的书面欢迎,当用户点击任何键时,它应该转到下一页。所以请帮助我。

解决方案

< blockquote>就目前而言,这不是我们真正能够回答的问题 - 因为我们不知道你在C语言中的页面是什么意思。我怀疑你的问题是你不知道其中任何一个!


问题是C是一种通用编程语言,它与任何一个操作系统或工作环境没有联系 - 我见过(和写过)C用于Windows图形应用程序,Windows命令行应用程序,DOS应用程序,Linux,几种不同的嵌入式操作系统以及几个甚至没有操作系统的微控制器的代码!其中,没有任何内容具有页面的内置概念。



除此之外,还有许多不同的C编译器(可能有数百个,或者数千个)如果算上交叉编译器,当你摆脱简单的基于字符的输入和输出时,使用不同的库来做事。



所以你需要回去根据您的项目说明 - 或您的导师 - 再次阅读它们,确切地了解您的意思,以及在再次提出问题之前您希望产生什么。告诉我们你在使用什么,它应该在什么环境中运行,你尝试过什么,以及你被困在哪里 - 我们很乐意提供帮助,但我们确实需要信息! :笑:

i am bca 1 sem studen.i want to know tht how can i make different pages in c.when i click enter than it should go to next page. i have to make project and in that i want first page as simply written welcome and when user click any key than it should go to next page.so plz help me.

解决方案

As it stands, this isn't a question we can really answer - because we have no idea what you mean by "page" in C. And I suspect from your question that you don;t really know either!

The problem is that C is a general purpose programming language which isn't "tied" to any one operating system, or working environment - I've seen (and written) C code for Windows graphics applications, Windows command line apps, DOS apps, linux, several different embedded OS's, and several microcontrollers that don't even have an operating system! Of these, none have has any built-in concept of "pages".

To add to that, there are dozens of different C compilers (possibly hundreds, or thousands if you count cross-compilers) which use different libraries to "do things" when you move away from straightforward character based input and output.

So you need to go back to your project instructions - or your tutor - and read them again, working out exactly what you mean, and what you are expected to produce before asking a question again. Tell us what you are using, what environment it should run in, what you have tried, and where you are stuck - we'll be glad to help, but we do need information! :laugh:


这篇关于如何在c中制作页面意味着哪些功能可以帮助我链接到不同的页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆