Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~7K People Reached

23 Posted Topics

Member Avatar for gkaykck

[CODE] char in[100], *temp[10],var[10][10]; int i, n = 0,fulval=0; double val[10]; var[10][]="ANS"; [/CODE] it should be simple but i cannot figure it out. I want to assign "ANS" to var[0][0,1,2] but it did not work?

Member Avatar for gkaykck
0
94
Member Avatar for gkaykck

Hi I am trying to make my homework about a command line calculator, and i am trying to divide the entered string into small parts and i am trying to use strtok for this. [CODE] #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> struct var { char name[10]; double value; …

Member Avatar for gkaykck
0
601
Member Avatar for OzY360

i have the same problem, entering the values to system variables didn't solved my problems? edit: sorry for my stupidity after restarting netbenans, the problem has gone

Member Avatar for baxilo
0
2K
Member Avatar for gkaykck

--Homework-- Write a C program that codes a string which is given by keyboard so that the coded string includes characters with their number of sequential occurrences. For example, if the string to be coded is AAABBFFFRRRRZTT then the coded string must be A3B2F3R4Z1T2. You can assume that there is …

Member Avatar for gkaykck
0
203
Member Avatar for sciwizeh
Member Avatar for jephthah
0
675
Member Avatar for gkaykck

[CODE] #include <stdio.h> #include <stdlib.h> int det(int); int minor(int); int main() { int mat[10][10],dim,a,b; printf("Please enter an integer for matrix dimensions(1-10):"); scanf("%d",&dim); for (a=0;a<=dim-1;a++) { for (b=0;b<=dim-1;b++) { mat[a][b]=rand()%10+1; printf(" %d",mat[a][b]); } printf("\n\n"); } printf("Determinant for the matrix is: %d",det(mat)); return 0; } int det(int mat[10][10]) { int a,b,temp,length; length=0; …

Member Avatar for gkaykck
0
144
Member Avatar for gkaykck

Ok, here is the problem i have(if you want just the problem don't read the next paragraph; There is a Asus laptop who belongs to one of my friends. 2 years ago he sent the laptop to service for broken screen, and then everything was ok for 2 years. But …

Member Avatar for gkaykck
0
109
Member Avatar for bethennyengland

use firefox 3.5, ie8 or chrome. firefox has private browsing option, ie8 has inprivate browsing and chrome has something like stealth mode. thay all do the same, don't store any of your tracks, best way is not creating a browser history i think :)

Member Avatar for JayWiz
0
168
Member Avatar for neutralfox

salem is right, try to make a program that uses heuristic algorithms to find harmful software, or maybe find and block what your boss don't like. these can be more useful for anyone

Member Avatar for neutralfox
0
189
Member Avatar for Parva0516
Member Avatar for rookie77
Member Avatar for gkaykck

Of course i am a newbie in c# and not much experienced about programming, so this must be an easy thing but i just cannot find the solution. I've been working on a project in Visual.NET C# Express. I've built the main view first, then added database connections, then started …

Member Avatar for gkaykck
0
149
Member Avatar for Stefano Mtangoo
Member Avatar for Dajer
Member Avatar for ifor247

why xp, there is a rc version of windows 7, and can be used freely until January, there is no download available for now from Microsoft's web site, but if you can find a dvd you can use it by getting a free key from [URL="http://www.microsoft.com/windows/windows-7/get/download.aspx"]http://www.microsoft.com/windows/windows-7/get/download.aspx[/URL]

Member Avatar for Stefano Mtangoo
0
161
Member Avatar for Kieron

some viruses do that, actually once i ve got a virus that makes my browsers connections fall when i try to browse any antivirus software vendors webpage like antivir.com. try using an online antivirus like housecall

Member Avatar for Kieron
0
137
Member Avatar for Xjmaslord4

try to use ubuntu or knoppix like live cd linux versions, they will boot without touching your hard drive, when you boot with them your drivers will also recognized automatically then open firefox or any web browser and try to use an online antivirus scanner, housecall.trendmicro.com, i suggest this if …

Member Avatar for Josh Connerty
0
178
Member Avatar for codered152

try to upgrade the drivers first, if it not works then make sure your cpu is not heating too much like 100c(if its amd like 120c), if this is not works to ill be here again

Member Avatar for tatpogi
0
150
Member Avatar for gretty

i ll use an if code to determine the input is char or integer, i think the program crashes because option is integer

Member Avatar for mrnutty
0
231
Member Avatar for java_programmer

try a live linux cd, ubuntu i suggest, you can repartition your hdd with more options than any windows setup disc :P

Member Avatar for Chaky
0
103
Member Avatar for SeriousTyro

firts i am a newbie too, so there must be errors on my explanations, please research them before believing them. first you will not use c if you already know c++, but if you are talking about c# that is like java but not multiplatform. java and c++ are not …

Member Avatar for Salem
0
149
Member Avatar for umarmaqsood

c++ never dies because it is a middle level language, closest to assembly. but if it dies, you can easily learn c# instead of it in a very short time

Member Avatar for gkaykck
0
135
Member Avatar for gkaykck

i tried to open another form from the solution when i clicked a button, but i cannot make it work, the errors are; [ICODE]Error 3 error C2061: syntax error : identifier 'ayarlar' c:\documents and settings\administrator\desktop\develop_dersane\etud\Form1.h 211 Error 2 error C2065: 'ayar' : undeclared identifier c:\documents and settings\administrator\desktop\develop_dersane\etud\Form1.h 211 Error 4 …

Member Avatar for gkaykck
0
176

The End.