another error is this no need for for command just put return 0; its the same! No command is executed after a return!!! and of course as davidk...
one error is this ---> while (s == sign(f(x))) { and another is this -->return x*x - 1;
#include <windows.h> #include <stdio.h> #define BLACK 0 #define BLUE 1 #define GREEN 2 #define CYAN 3 #define RED 4 #define MAGENTA 5 #define...
for ideas check this one http://www.sourcecodesworld.com/source/LanguageHome.asp?LangId=1 for text color one way is this #include <windows.h>...
it would be better if you give 2 arithmetic examples.
convert bits into dec value and then store the ascii character of this value into your array (for example 00110001(bin)-->49(dec)--->'1'(ascii...
one way is this #include <stdio.h> #include <stdlib.h> int main(){ int i; char bytes[14]="ABCDE12ABC%56"; char b1[6]=""; char...
check here for generating randoms. if you want something else explain better. http://www.cs.geneseo.edu/~baldwin/reference/random.html
with what i read in your comment maybe you want this. check it and tell me. #include <iostream> using namespace std; int main (){ const int...
here is your forms change TXTUN --->TXTuser in your code and put the code int the right place
virxen75@gmail.com
so the program for bits is this check it. #include<stdio.h> #include<conio.h> #include <string.h> char FLAG[]="01111110";//Strings we put at...
i wanted to say strstr not strtok sorry. here is one solution #include <stdio.h> #include <string.h> #include <stdlib.h> #define...
if i give you a solution with strtok function it will be a problem?
one way to do this is #include <stdio.h> #include <string.h> #include <stdlib.h> #define MaxVariable 30//maximum length of a variable is 30...
if the string is LOCKEDbymeLOCKEDbyYOULOCKED which one is the correct?
#include <stdio.h> int main(){ int number1,number2,number3; printf("enter 3 numbers seperated with space:"); scanf("%d %d...
give an aritmetic example it is in VB6 or vb2008 for example?
and for choice-->2 void insafter(){ //I assume user inputs this option after he has made a list, no condition check for empty list int x,...
erros and solution ............ scanf("%d", &choice); getchar();//add this for "garbage" collection switch(choice){ ........... case 4:...
Separate names with a comma.