Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Wanna know pascal and C stack order
Name: Reddy Date: August 17, 2004 at 02:51:41 Pacific OS: Windows 2000 CPU/Ram: p4 2.8ghz
Comment:
hi everyone,
i'm bit confused with stack pushing in pascal and C.
i herd that in C stack pushing is from right to left, and in pascal left to right, why it is so, pls let me know if anybody knows the reason behind this.
Name: BlueRaja Date: August 17, 2004 at 04:38:46 Pacific
Reply:
Because that's how the original programmers wanted it?...
I dunno about PASCAL, but you can declare a function as WINAPI in C (which is a #define as something, although I don't remember what) to push from left to right.
Summary: Does anyone know the difference between visual basic and C# and how it all fits into this .NET thing? Is C# just a new and improved Visual Basic? C# looks a lot like Java, but I have never done anythi...
Summary: I am not getting the correct output. I am trying to read info from a file into a stack and then perform several operations on that stack. Print the last element, print the 2nd element, and print the ...
Summary: I've got a lot of questions about performance in C and C++. With some I think the compiler matters too, but I think it's best to assume that the best compiler available is used!? 1: When using datastr...