![]() |
C++ program - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: C++ program (/Thread-C-program) Pages:
1
2
|
C++ program - Diabolic666 - 11-25-2011 I'm currently learning C++ and doing some basic stuff, and so far my program contains a basic calculator (add, subtract, multiply, divide, square and square root) and a ASCII list (char to number, number to char and the list itself). I'm going to post the evolution and I accept sugestions for things to add ![]() .exe: http://www.2shared.com/file/nZAfBrQw/test.html .cpp: http://www.2shared.com/file/UzolvUlL/main.html And I plea to the C++ Gods here in the forums and everyone else to give me your opinions ![]() RE: C++ program - 1234hotmaster - 11-25-2011 cool program ![]() why not just use www.pastebin.com instead of uploading the .cpp file? ![]() RE: C++ program - Diabolic666 - 11-26-2011 (11-25-2011, 09:15 PM)[ntdll.dll]x[advapi32.dll] Wrote: cool program Once again you show me stuff I don't know of and that are cool, I think I love you ![]() And I'm planning on doing a HUGE random and not usefull at all but cool program, hope I'm in the right way ![]() RE: C++ program - Diabolic666 - 11-27-2011 I really need good ideas. I just added a type thingy where you type something and it types it back for you. Also a current date that does not refresh ^-^' RE: C++ program - ArkPhaze - 11-27-2011 I can give you lots of ideas, but it depends on what you think should go into the application and what would be justified to put in there (relevant to the rest of what your application does). RE: C++ program - Diabolic666 - 11-27-2011 (11-27-2011, 11:26 PM)Infinity Wrote: I can give you lots of ideas, but it depends on what you think should go into the application and what would be justified to put in there (relevant to the rest of what your application does). Just something that makes me practice C++. Not too basic, but not hard would be ideal ![]() It's really just a program for training. RE: C++ program - esque - 11-28-2011 Hey can u suggest me a gud 1 version for c++? i am also a beginner so RE: C++ program - Diabolic666 - 11-28-2011 (11-28-2011, 03:14 PM)esque Wrote: Hey can u suggest me a gud 1 version for c++? What do you mean by that? A program to edit and compile C++? RE: C++ program - Drayk - 11-28-2011 www.learncpp.com & www.cplusplus.com are the most useful sites you will find regarding to c++. RE: C++ program - esque - 11-28-2011 yAAA got it thanks Diabolic666 and Drayk for help |