Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+3
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
~6K People Reached
Favorite Tags
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
87
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
589
Member Avatar for OzY360

Hi i am doing C programming in netbeans and when i compile and run my program i get a message in the dos console that says i need to use the nodosfilewarning to disable the cygwin warning i am getting. I have attached a screenshot as it is a rather …

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
196
Member Avatar for sciwizeh

trying to use the code from an online book to learn OpenGL. i'm using Dev-C++, because i can't find a good way to get GLUT into VS 2008 PRO without muckin about in C:\windows\system32 which i try to stay away from. (any suggestions appreciated) so this is the code: [CODE=C++] …

Member Avatar for jephthah
0
660
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
140
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
107
Member Avatar for bethennyengland

What is the best way to totally delete your browsing history? deleting it completely from your computer?

Member Avatar for JayWiz
0
162
Member Avatar for neutralfox

Hello, Hope everyone fine over here. Well ... actually i am having some difficulties to choose my final year. I want to develop a desktop application. As i am in the network security field, i want to develop a keylogger software. I am new to vb.net and i dont know …

Member Avatar for neutralfox
0
184
Member Avatar for Parva0516

Hi, My PC crashed today. A blue screen appeared and said something about a serious error. I copied down the code at the bottom it was: STOP: 0x0000008E (0xC0000005, 0xBF951EE9, 0xF3500C00, 0x00000000) win32k.sys address BF951EE9 base at BF800000 Datestamp: 45f013f6 When I rebooted the computer said it had just recovered …

Member Avatar for Suspishio
0
98
Member Avatar for rookie77

Dell Inspiron 600m (Pentium 1.6 Ghz, 512 MB RAM, 60GB Hard Disk (50% free), Windows XP) Once I start using internet (dial up), CPU usage reaches 100%. According to Windows task manager, primary users of memory and cpu are opera.exe (firefox and IE as well if I use them), Mcshield.exe, …

Member Avatar for rookie77
0
328
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
147
Member Avatar for Stefano Mtangoo

Hello there, Is there a free windows flash maker that have got no advertisments? I have got flash maker free version, but it advertises in my swf file. I want free flash maker, may be full functional trial Thanks

Member Avatar for gkaykck
0
69
Member Avatar for Dajer

Hi friends My question Is not a programming question but it's related to. It's 2 days that when I run my project(Press F5 or choosing from Debug) the Visual Studio will be closed completely. what's wrong?what's my problem? plz.guide me. thx.

Member Avatar for jatin24
0
176
Member Avatar for ifor247

I no longer want widows dark edition. How can I download a full windows xp and be able to edit my offline websites created in notebook with widows dark edition?

Member Avatar for Stefano Mtangoo
0
158
Member Avatar for Kieron

Hi all, I'v been battling with this on and off, but cannot work out why I cannot load any pages that are [url]www.microsoft.com[/url]. I can access support.microsoft.com, amazon.co.uk, apple.com, in fact anything at all as long as it is not [url]www.microsoft.com[/url]. Has anyone seen anything like this before. It seems …

Member Avatar for Kieron
0
133
Member Avatar for Xjmaslord4

Ok. my problem is that for a few month i had no monitor i just bought one connected it plugged in. i turn on my computer and the regular boot up starts up until the point where the log in screen and all i see is a blank screen(when i …

Member Avatar for Josh Connerty
0
174
Member Avatar for codered152

after i turn on my computer, and it starts up and then freezes. it has given me a stop error code ox0000000A. i have also ran a memory diagnostic tool and hard drive diagnostic tool, both passed.

Member Avatar for tatpogi
0
145
Member Avatar for gretty

Hello I have a program that prints a menu & the user is prompted to input a choice(1,2 or 3) if they input anything else, the output should be "Invalid Choice". [B] My Problem[/B] is that if a user inputs anything other than 1,2 or 3, then the program crashes, …

Member Avatar for mrnutty
0
223
Member Avatar for java_programmer

I have a 250 gb hdd which had two partitions, a primary partition containing 50 gb of space where my OS (win Xp-sp2) installed and an extended partitions containing two three logical drives. When the hdd was partitioned, the name of the drives were C, E, F, G respectively. And …

Member Avatar for Chaky
0
100
Member Avatar for SeriousTyro

I've learned Java, C++, and most recently C ( Fall of last year). Seeing how there is a great deal of threads for C++ I'm thinking that I should go for C++. Which language do you suggest?

Member Avatar for Salem
0
147
Member Avatar for umarmaqsood

Before i start my question, i must say i am very sorry for starting another thread for a similar question, as i have read many threads but i didnt really catch the exact answer i wanted. and again i am new and very sorry.(first post) i have been reading C++ …

Member Avatar for gkaykck
0
133
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
169