我如何到达“私人潜艇”?对于 Visual Express 2010 中的 ifthen 语句...? C++
我正在观看一个关于“编程生命的意义”的视频,当他点击一个事件时,我被难住了,它直接转到这个开始“Private Sub”并以“Sub End”结束的地方[或类似的东西]。我是一个十足的菜鸟,试图在空闲时间学习 C++。哈尔普?丙:
I was watching a video on "programming the meaning of life" and I got stumped when he hit an event and it went directly to this place that starts "Private Sub" and ends in "Sub End" [or something like that]. I am a complete n00b trying to learn c++ in my free time. Halp? c:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道有没有VC++的《生命的意义》教程。这看起来非常基本,创建一个对话框,在其上添加一个按钮,为该按钮添加一个处理程序,并在单击该按钮时显示一条消息。但是,要在 VB、VC# 或 VC++ 中获得相同的效果,只需双击该按钮,IDE 将添加事件处理程序。
Don't know if there is a "meaning of life" tutorial for VC++. This looks like something pretty basic, create a dialog, add a button on it, add a handler for the button and display a message when clicking the button. However, to get the same effect either in VB, or VC# or VC++ just double click the button and the IDE will add the event handler.