Post: MealTime Application
07-18-2013, 04:30 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
MealTime


Well, I saw You must login or register to view this content.'s You must login or register to view this content. and I liked what he had made so I recreated it but in C++.

Credits to You must login or register to view this content. for the original idea Smile

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

Again, credits to You must login or register to view this content. for the original idea.

Not working?
- It seems you must be missing the C++ Redistributable Package, take your pick
You must login or register to view this content.
You must login or register to view this content.


You must login or register to view this content. | You must login or register to view this content.
- False positive (either trust me or don't, I don't care).
(adsbygoogle = window.adsbygoogle || []).push({});
07-19-2013, 06:34 AM #11
Complete Speed
Do a barrel roll!
Originally posted by TheUnexpected View Post
No problem, I'm a bit sketchy on posting/giving out my sources. This isn't big enough for me to not release, although if it was something big I wouldn't release the source haha. Why read the book? I learned C++ from google lol.

technically this isn't "your source", it's mine. all you did was put it into messy c++. also if you're going learn c++ to start out with the documentation from a - z then move on to advanced features from youtube vids.
07-19-2013, 03:15 PM #12
Originally posted by Pichu View Post
Oh, nice to know. ^_^

If you don't know the language you don't know how to write the code for that language. Although languages follow a similar structure, one way may not be the same for the other.

I'm working on becoming a cop, getting my AS degree in Criminal Justice this Spring. Going to get a BS degree. Programming is just a hobby of mine.


I've thought about becoming a cop, but I've always wanted to become a firefighter so I did haha. Yeah, same about the programming. I don't know the entire language, and I only program as a hobby.
07-19-2013, 03:17 PM #13
Originally posted by Complete
technically this isn't "your source", it's mine. all you did was put it into messy c++. also if you're going learn c++ to start out with the documentation from a - z then move on to advanced features from youtube vids.


Technically it is my source. You didn't code yours into C++, and atleast I gave you credits.
07-19-2013, 03:51 PM #14
Pichu
RIP PICHU.
Originally posted by Complete
technically this isn't "your source", it's mine. all you did was put it into messy c++. also if you're going learn c++ to start out with the documentation from a - z then move on to advanced features from youtube vids.


Complete Speed, his conversion is actually his source code. Since he did base his programming on code that was already written, credit should go to you for the idea.If by what you are saying is true then my completely rewrite of your source code is not of ownership to me, even though what I wrote was, code wise, better.

He gave credit to you which is enough for the idea, note how I gave credit to you as well. Since it was not my idea; the credit is due to you however the credit for writing it is towards me.

Originally posted by TheUnexpected View Post
I've thought about becoming a cop, but I've always wanted to become a firefighter so I did haha. Yeah, same about the programming. I don't know the entire language, and I only program as a hobby.


Firefighters are cool, though our town is full of cops and firefighters who abuse their position. Our firefighters take out the firetrucks and the city trucks to go down to places like Taco bell and eat while wasting hundreds of dollars driving the truck putting wear and tear on them. :/ The same goes on with a couple other cities around where I live.

Other than that though, I thank you for being one; it's a hard and, in my opinion, is just as risky of a job as being a cop.

Originally posted by TheUnexpected View Post
Technically it is my source. You didn't code yours into C++, and atleast I gave you credits.



I agree with you.
07-19-2013, 10:19 PM #15
Originally posted by Pichu View Post
Complete Speed, his conversion is actually his source code. Since he did base his programming on code that was already written, credit should go to you for the idea.If by what you are saying is true then my completely rewrite of your source code is not of ownership to me, even though what I wrote was, code wise, better.

He gave credit to you which is enough for the idea, note how I gave credit to you as well. Since it was not my idea; the credit is due to you however the credit for writing it is towards me.



Firefighters are cool, though our town is full of cops and firefighters who abuse their position. Our firefighters take out the firetrucks and the city trucks to go down to places like Taco bell and eat while wasting hundreds of dollars driving the truck putting wear and tear on them. :/ The same goes on with a couple other cities around where I live.

Other than that though, I thank you for being one; it's a hard and, in my opinion, is just as risky of a job as being a cop.




I agree with you.


I don't leech so I will give credits accordingly to who deserves them. Haha, firefighting is where it's at lol. We don't take out trucks nor does the other departments around here unless they need to be ran/worked on or on a call ect. The cops are great guys around here, I know a handful of them.
07-20-2013, 05:59 PM #16
Master Ro
I make food
Originally posted by TheUnexpected View Post
This is one reason why I don't like releasing sources. People always judge how something is done. I did this very quick and I wasn't worried about how the code was.


Man, come on :p

My reply to this is in your sig..

"A good programmer not only writes code machines can read, but writes code humans can read." - Unknown

Winky Winky
07-21-2013, 05:02 AM #17
Originally posted by Master
Man, come on :p

My reply to this is in your sig..

"A good programmer not only writes code machines can read, but writes code humans can read." - Unknown

Winky Winky


I can read it, only dumb asses can't read my code. As I stated above I was in a rush. I don't try to please people with stuff I post, either people can hate or enjoy it. Simple as that. lol
07-21-2013, 05:35 AM #18
Pichu
RIP PICHU.
Originally posted by TheUnexpected View Post
I can read it, only dumb asses can't read my code. As I stated above I was in a rush. I don't try to please people with stuff I post, either people can hate or enjoy it. Simple as that. lol


Yes, your code is legible but at the same time it requires far more effort to read than if it were properly written. Even when being rushed, there is some structure that should be basic.

You are still learning, I applaud it. Posting your source puts you out for criticism and you know what, that's good when learning to program. Fuck, the other day I got bitched out because I made a pathetic mistake between == and .equal() when writing my source because of the logic behind it and the situation in what I was writing that bit of code for.

You will improve, don't take it the wrong way. ^_^

The following 2 users say thank you to Pichu for this useful post:

Master Ro, TheUnexpected
07-21-2013, 06:04 AM #19
Originally posted by Pichu View Post
Awesome, but post the source. I'm in the middle of learning C++ right now and I am learning the different versions of C++ (original and Microsoft) so it helps.


microsoft doesn't have a version of C++ lol. They have a managed wrapper..

the type "versions" of C++ are 98 and 11.

managed and unmanged.

The following user thanked Jakes625 for this useful post:

Pichu

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo