TO start the build process in Developer Studio Which
keyboard function is used ?

Answers were Sorted based on User's Feedback



TO start the build process in Developer Studio Which keyboard function is used ? ..

Answer / samir

F7

Is This Answer Correct ?    5 Yes 1 No

TO start the build process in Developer Studio Which keyboard function is used ? ..

Answer / virat sarswat

F7 for building
F5 is for executing

Is This Answer Correct ?    4 Yes 2 No

TO start the build process in Developer Studio Which keyboard function is used ? ..

Answer / sai

To COMPILE: CTRL+F7

To BUILD: F7

To EXECUTE: F5

Is This Answer Correct ?    2 Yes 0 No

TO start the build process in Developer Studio Which keyboard function is used ? ..

Answer / leslie

F5

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More VC++ AllOther Interview Questions

What is visual c++ runtime error?

0 Answers  


What function is used to trap all mouse messages?

1 Answers  


Where can I find microsoft visual c++?

0 Answers  


What is a copy constructor? What is the need for it?

0 Answers  


How will slove problem comes wirh Hybrid Inheritance?

1 Answers   Microsoft,






What is visual c++ redistributable?

0 Answers  


What is the use of message map? Advantages of a message map.

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


Name some examples of the different types of windows found in a Windows application?

4 Answers  


What is difference between c++ and visual c++?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


Categories