alright I like this one :thumbsup::thumbsup:
User 12100921
Posts
-
C function to call 5 different functions -
C function to call 5 different functionsI've been recently asked in an interview to write down a function that takes a char and returns void, and using this char the function would call between 5 different functions, Beside I have to write this function in three different ways. I figured out two, but failed to come with the third. My two functions were : 1- using switch on the coming argument 2 - using if else statements ,, can some 1 deduce the third , this is bugging me.
-
Same win app runs differently on different processorjschell wrote:
Just to be be clear - the one that it works "on" is not the one that has Visual Studio on it it right?
Visual studio is on the intel PC , and it is working correctly on intel. I am not sure i got ur point.
-
Same win app runs differently on different processorYou are absolutely right, I wasn't clear, My question is: the different processors can make a problem ? The code is hideous and unreadable at all.
-
Same win app runs differently on different processorI am using visual studio 2013 and win7 intel processor, the app working correctly with no problems on a PC with intel processor, but on a PC with AMD it works with a bug! The only difference between the two computers is the processor. what might be the problem ?? I am newbie.
-
Algorithm needed to find a point on A4 size planeDistance given to a point on plane of A4 size. How to find X, Y if L1 and L2 (distances are given) ? here is a link to image : http://s11.postimg.org/wymbahpxv/Xand_Y.png[^] X1=55mm Any ideas ?