Review Needed. Please Help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Review Needed. Please Help!

The following program is to be submitted as a project in my school. Drive - https://drive.google.com/folderview?id=1W7suNhZQ5kuBae3NY2_ifV94XLTkoRnS OR GitHub - https://github.com/kinshuk-h/KV-Airline-Reservation Please review and provide suggestions if possible! I have to submit this by 8th January 2018. Please help me by reviewing the code above for any addition/errors/etc! I will be grateful for the help. I am not a good coder and that is why I need help. Note - Kindly read the ReadMe.md/ReadMe.txt before using the program. Prerequisites - Windows, 64 bit.

29th Dec 2017, 2:32 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
7 Answers
+ 5
@kurwius Thank you very much for taking time to visit my code. I am very grateful. I have a bad habit of using the header file itself to store the functions and classes instead of creating a seperate cpp file for the same, as I prefer to keep declarations together. I know its a bad practice, but it doesn't affect compilation speed by a lot, does it? The decor's CHAR_INFO array should be like this, agreed : CHAR_INFO *ico = new CHAR_INFO[w*h]; Or even better, a vector instead... The reason I didn't do a full GUI program was simply because I am not so good in GDI programming. I am still learning GDI but still haven't got the hang of it. But I am fine with using some WinAPI functions that can help make the console sort of more interactive than before, and thats what I have tried to do. Thanks for the suggestions! I truly appreciate it!
30th Dec 2017, 5:20 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 3
Your a kv'ian ?
29th Dec 2017, 2:00 PM
Samarth H Chinivar
Samarth H Chinivar - avatar
+ 2
please... use github...
29th Dec 2017, 1:24 PM
romangraef
+ 2
I will
29th Dec 2017, 1:24 PM
Al Shihabul Alam
Al Shihabul Alam - avatar
+ 1
@Tobias Hallmans Its in C++. No other language used.
29th Dec 2017, 1:25 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
@Samarth H No, I am not. Here, KV stands for Kinshuk Vasisht instead. 😅
29th Dec 2017, 2:24 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
@romangraef I have also posted the GitHub Repository link now. Kindly review the same.
29th Dec 2017, 2:33 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar