转跳到内容

好唏嘘啊,现在想重新捡起C++,但看着以前的题已经完全牡蛎了【内有红包】


只显示该作者

只有该作者的内容显示中。 返回到主题

推荐贴

哇,真感觉自己是笨蛋了,小学那会bfs,dfs,动态规划啥的信手拈来,虽然说不上有多厉害,但多多少少还是知道点皮毛。看大佬的题解也能勉强理解

现在想打个最基础的dfs都无处下手,更别说动规啥的了,背包已经全忘了,当初没日没夜学,兴趣正浓厚。这下算来,好几年没碰过编程了

唉,人的记忆就是如此唏嘘吗,遗忘如此的轻易,当初吹水的同学也各自散了,唉。

链接到点评
1 小时前,饿掉鱼说道:

理论来说,会if,定义和赋值变量,循环,数字运算,创建函数。就已经能完成所有工作了。其他一切花里胡哨都只是提高效率

真的吗?我对c++仅仅停留在写题

但是实际应用那是一点也不知道也不至于不知道一点了,c++怎么实际应用呢?

IOPU在一位不愿透露姓名的神必人引导下,踏上了寻找爱丽丝之旅,获得2节操作为旅费

链接到点评
33 分钟前,emptysuns说道:

:1151691507_SSB(4):现在编程的兴趣快被生活的压力要消耗完了,现在更多的是为了吃饭而写代码

:1151691507_SSB(4):我现在已经做好了对编程麻木的准备了,大学专业打算选宇宙机

链接到点评
1 小时前,soyuznerushimiy说道:

某个前端的

好久没用一些东西 真的还给老师(作者?)了  

自己弄个兴趣相关的小项目玩玩看看

确实,都还给老师了QWQ那老师人还挺好的,女老师,也很好看

就是不知道c++咋做项目哇,大佬知道有什么比较好的引导的教程,或者说项目的示例吗?我听说c++主打负责后端

链接到点评
20 分钟前,烬之谢幕说道:

小学那会就搞了dfs这些啥的?我们都是大一才教的

正常正常,我们那会是为搞竞赛,我还算垃圾的,有个四年级还是五年级的课外班同学,他那时候就已经手撕二叉树,脚踩有向图,各种奇奇怪怪的方法乱杀我了(夸张了点)

链接到点评
20 小时前,soyuznerushimiy说道:

受不起大佬这称呼

但是据我所知 最近都是找java 或者python甚至nodejs几个后端的

小规模的话nextjs都可以同时当前端和后端了

我问了chatgpt 给了这几个建议 (原文扔剧透里 随手翻译 可能有错误)

 

  隐藏内容
  • Todo List Application: Create a console-based application where users can add, delete, and view tasks. Implement functionalities like saving tasks to a file and loading them back.

  • Calculator: Build a basic calculator that can perform arithmetic operations (+, -, *, /) on integers or floating-point numbers. You could extend it to handle more complex operations or use a graphical interface.

  • Library Management System: Design a system where users can add books, search for books by title or author, check availability, and borrow or return books. You can use classes and file handling for data storage.

  • Text-Based Adventure Game: Develop a simple text-based game where players navigate through different rooms or scenarios, make choices, and encounter challenges. Use classes to represent game entities like rooms, items, and characters.

  • Bank Account Management System: Create a program that simulates a bank account system. Users can create accounts, deposit money, withdraw money (if sufficient balance), and view their balance. Handle transactions securely.

  • Student Grade Tracker: Build an application to manage student grades. Allow users to add students, enter grades for different subjects, calculate averages, and generate reports (like top scorers or averages by subject).

  • File Encryption/Decryption: Implement a simple encryption and decryption program that reads from a file, encrypts its contents using a basic algorithm (like Caesar cipher), and then allows decryption back to the original file.

  • Inventory Management System: Design a program to manage inventory for a small store. Include functionalities to add products, update quantities, remove items, and generate reports (like low stock alerts or total inventory value).

  • Simple Database System: Create a basic database management system that supports operations like creating tables, inserting records, querying data, and deleting records. Store data in memory or use file storage.

  • Sorting Algorithm Visualizer: Develop a program that visualizes different sorting algorithms (e.g., bubble sort, merge sort) in action. Use a graphical library like SFML or SDL to illustrate how the algorithms sort arrays step by step.

备忘录应用 计算器  图书管理程序 文字冒险游戏 模拟一个银行系统 学生成绩管理系统  文件加密应用 仓库存货管理系统 小型数据库 最后一个看不懂

最后一个我以浅薄的英语觉得应该是那种,排序的展示?类似于:https://www.bilibili.com/video/BV1LG411U7g4

链接到点评
11 小时前,注水的矿工说道:

C++(X
OI、数据算法与结构(√
指针、继承与多态(X
动态规划、图论、分治(√

意思是,其实学的不是C++,其实学的是算法,关于c++的语言特性是一点都没用

算了,我就一个只会写python应用项目的,以前确实是会一些算法的,现在是完全扔掉咯

话说我以前整oi的时候还是用的pascal

嘛,pascal确实是一门优雅的语言,但是太优雅了,呃...只适合做oi...不过个人感觉这个比c++还要适合整oi

现在据说也有用py来做oi的了🤔

这oi,呃,指的是什么?信奥?信奥现在只能用c++了吧

IOPU在华山论剑时惨中面目全非脚.-1节操

链接到点评
11 小时前,注水的矿工说道:

c++做项目...上手很难的啦...

而且,老师教你的时候有没有教面向对象的那部分?

大概是没有的吧:goutou:

毕竟学算法的部分都是偏向于面向过程的,所以一般都是拿着c++当c来写的:goutou:

嘛,没有面向过程的知识,写项目是很难的啦,除非你是写单片机操作系统之类的底层工作

c++不是面向过程的语言吗?面对对象得java那些吧

IOPU遇见阿里尼,决定跟着他学打游戏,买游戏被G胖骗走了 -1节操

链接到点评
发布于 (已修改)
21 小时前,萨卡说道:

论坛需要重写个 来,帮忙用c+-*ultra做个吧!

好好好,我写论坛,真的假的

我自己的blog都是copy别人的库

【不过大大如果愿意推荐几个教学,如何用c++搭建论坛,我还是有希望学一学的】

,由IOPU修改
链接到点评
游客
此主题已关闭。
×
×
  • 新建...

重要消息

为使您更好地使用该站点,请仔细阅读以下内容: 使用条款