- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
23 Posted Topics
[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? | |
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; … | |
![]() | Re: 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 |
--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 … | |
Re: thanks, this is the weirdest problem i have ever seen by the way | |
[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; … | |
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 … | |
Re: 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 :) | |
Re: 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 | |
Re: What were you doing before you get this bluescreen? | |
Re: try to use and online antivirus, housecall i suggest | |
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 … | |
Re: what are you planning to do with it exactly? | |
Re: 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] | |
Re: 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 | |
Re: 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 … | |
Re: 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 | |
Re: i ll use an if code to determine the input is char or integer, i think the program crashes because option is integer | |
Re: try a live linux cd, ubuntu i suggest, you can repartition your hdd with more options than any windows setup disc :P | |
Re: 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 … | |
Re: 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 | |
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 … |
The End.