I have windows 7.
I opened cmd and iam in C:\users\username
How to get into local settings???
C:\users\username> cd l and press taB??????? it doesnt work
What Iam missing here? I dont remember can anyone help?
Thanks.
I have windows 7.
I opened cmd and iam in C:\users\username
How to get into local settings???
C:\users\username> cd l and press taB??????? it doesnt work
What Iam missing here? I dont remember can anyone help?
Thanks.
Hi,
I have the following code for a delete button:
Private Sub Command77_Click()
On Error GoTo Err_Command77_Click
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
Exit_Command77_Click:
Exit Sub...
//I need to draw the parabola U of the equation y=x^2//
//So I have the following which is not complete. What is missing to be correct?//
#include<iostream>
#include<cmath>
using namespace std;
int main() {
dpuble y;
double x;
int max;
int min;
void printStars( int x);
int x = 0; while(x...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.