Search Results

Showing results 1 to 40 of 55
Search took 0.01 seconds.
Search: Posts Made By: jerryseinfeld
Forum: C++ Aug 1st, 2007
Replies: 2
Views: 3,050
Posted By jerryseinfeld
Hi....... I have a complicated homework...... I have a data which is csv file. I have to take this data from csv file and do sum calculations on these data's elements. But my problem is I cant take...
Forum: C++ May 22nd, 2007
Replies: 4
Views: 3,094
Posted By jerryseinfeld
I am using that but I only get some strange words :(
I get my coordinates from x and y array..... what is the problem???

for(a=1;a<i;a++){
yyy=(y[a-1]- y[a]);
xxx=(x[a-1]- x[a]);...
Forum: C++ May 22nd, 2007
Replies: 5
Views: 2,208
Posted By jerryseinfeld
I respect your opinion and I apologize....
Forum: C++ May 22nd, 2007
Replies: 5
Views: 2,208
Posted By jerryseinfeld
I think my projects wants me assign "blabla" from user???

typedef struck blabla{
int a;
char s[];
}hehe;
Forum: C++ May 22nd, 2007
Replies: 5
Views: 2,208
Posted By jerryseinfeld
hi again me .... I have a project about some stupid math calculations :)... NOw my question is how can user assign structure name??..
I mean in my program I ask from user some vertices and...
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
then I should my 8 bits binary send to string???? to convert with strtoul to hex???
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
I am checking all bits beacause I have to XOR acording to tap positions.. so I did one by one all bit .... Program ask run it 256 times and print every 8.th
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
becouse the homework ask that way :(
it asks check 256 times and write every 8th.
I couldnt understand memory???
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
I wirte one by one all binary digit with it how can I just change x and convert it I just dont think its work :)
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
oops you already correct it... please help :)
Forum: C May 7th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
my last work is here. only problem is I write in the file binary but I have to write hexe.. I think I have to change shift function but I couldnt please help....

#include <stdio.h>
#include...
Forum: C May 6th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
:( it is really different than c :) Thanx anyway it will be hard but I am trying to understand thnak you....
Forum: C May 6th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
Heelllllllllllllllllllllpppppppppppp :((
I am trying to get my new bit but I coludnt...
My first hex number which is gonna be right or left shift and get my tap positions according to my second HEX...
Forum: C May 5th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
more simple is how can LFSR work :)
Forum: C May 5th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
Forum: C May 5th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
I research on the site and I found hexa code form ancient dragon


void hexaDecimal(int h, char * buffer, int bufferSize){
int rem;
char output[8]= {0};
char digit = 0;
int i = 0;
int...
Forum: C May 5th, 2007
Replies: 23
Views: 3,372
Posted By jerryseinfeld
Ok... I did 3-4 project with your help. I have got now three 100 grades and I am so happy thank you all :)
But now I have a huge problem... My new project is mess.......

"""You are been asked to...
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
Thanx friends you are the best byes..
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
thank you so much last question..
what does rewind ???
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
I tried winrar but it didnt work now I try zip :)
in zip file my dat file and txt file my txt file...
so what is the problem??
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
ok I tried it but system cant accept the dat file upload :(
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
I checked it and saved files differents format dat and txt. They include same things.
But I think only difference is dat file has at the end of lines a blank line.. Is that main problem?. If it is...
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
if((cfPtr = fopen("employee.txt","r")) == NULL)

this is okay I can read it but when I change this to
if((cfPtr = fopen("employee.dat","r")) == NULL)

it appears some stupid thnings.. like...
Forum: C Apr 29th, 2007
Replies: 12
Views: 3,547
Posted By jerryseinfeld
Hi everyone again me again I have lots of questions...
I have a program which reads something into a txt file like notepad. But I need to read into a dat file. Here is my code

#include...
Forum: C Apr 20th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
ok thats what I said... in here we can find same amount of words. But I dont want to find same word.. I want to find which one is first? I mean how can program recognize the john should be before...
Forum: C Apr 20th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
Anyone to help me??? I couldnt undertstand strcmp properly and I am stuck now :( I have to finish it this sunday :( please help...... I need advice :( lots of advices :(
Forum: C Apr 19th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
Forum: C Apr 19th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
last question :( I heard some bubblesort thing.. what is it.. is it suitable for me???
Forum: C Apr 19th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
input for example can be like that....
surname name year-of-birth doctor illness
Can Murat 1976 Cerrarioğlu cancer
Kaya Osman ...
Forum: C Apr 19th, 2007
Replies: 9
Views: 1,644
Posted By jerryseinfeld
Hi everyone... again me... My new project is harder :)
project wants to you how many records do you want to enter (easy part) surname name years doctor and illness. then asks to you 3 choices.
1-...
Forum: C Apr 12th, 2007
Replies: 3
Views: 1,030
Posted By jerryseinfeld
:( I can simplfy the question...
I want to take double numbers from user but I want to make it float number on the output........
Forum: C Apr 12th, 2007
Replies: 3
Views: 1,030
Posted By jerryseinfeld
I mean I can change

double d;
d= atof("99.0");

this with %.2f to ---- 99.0 to 99.00 but how can I take from user an integer and change it %.2f???
what should I write in atof ????

anyone...
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
thank you so much it will erase my 9 lines of code :)
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
I know that but my project is little bit confusing... I dont know the space, space will determine with I entered string lenght.
I can now write without strlen or other codes.. I can change
karhan...
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
#include<stdio.h>
#include<stdlib.h>
int mystrlen(char *);
void main(void)
{ char str1[80];
printf("Enter your string: ");
gets(str1);
printf("Length of the string %s is...
Forum: C++ Apr 10th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
guys I didint get the ıdea.... I think I have to sent all inputs into the arrays... am I right?? then I have to check which one is longest for first entered words?? is that right?
Forum: C++ Apr 9th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
ok then I will try to find the biggest word then I will align to rigth... But not today its too late in here... I still need your advices keep on thanks all of you.........
Forum: C++ Apr 9th, 2007
Replies: 9
Views: 2,218
Posted By jerryseinfeld
Hi... I have a project whic is input should be like...

Kazma 7 780 m
Kaz 13 1400.5 f
Azaz 1 601 m

and output should be like....

Kazma 7 ,,,,780.00 "m"
,,,,,Kaz 13 1400.50 "f"
Showing results 1 to 40 of 55

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC