Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~6K People Reached
Favorite Tags

13 Posted Topics

Member Avatar for musicman432
Member Avatar for aFg3

I want to calculate the average of a column or rows of project #1, project #2, etc.... and Adding a new column with the grade of the students ....like the picture.. Im new using visual basic. Thanks in advance. =D [img]http://i41.tinypic.com/5z1xi.png[/img]

Member Avatar for Oxiegen
0
147
Member Avatar for aFg3

im trying to run ASP.Net Web Application in Visual Studio 2010 And never display my work in the browser ....localhost:xxxx/Default.aspx [url]http://www.localhost.com:xxxx/Default.aspx[/url] The connection has timed out The server at [url]www.localhost.com[/url] is taking too long to respond. >> I think its a network problems, firewall...local host, etc...idkk please helppp! Thanks

Member Avatar for LaxLoafer
0
146
Member Avatar for aFg3

Ok I just need an idea or a source code to start my project. I need to read a text file with fstream or any other thing. This will be my txt file (nothing the same, just an example) [CODE]a = 6 b = 3 c = 7 a - …

Member Avatar for Narue
0
192
Member Avatar for aFg3

Hi, I am writing my output using printf(...) procedure. Sometimes I would like to use bold font.like this [CODE]interface(.... turn bold on :-) .....) printf("something in bold\n"); interface(.... turn bold off :-) ....) printf("something not in bold\n"); Is any way to do this?[/CODE]

Member Avatar for cfajohnson
0
5K
Member Avatar for aFg3

I want to search only in my files, contains only .txt and .c [CODE] This doesn't work for me ls | grep .txt | grep .c[/CODE] I want the ls and grep .txt, .c ??Thanks??

Member Avatar for L7Sqr
0
130
Member Avatar for resell4

C How To Program Third Edition | Deitel & Deitel. If more older, better.. Really good for me ima noob in C . $5 in Amazon! =D

Member Avatar for ashok1514
1
161
Member Avatar for aFg3

I want to create a simple file....with the command Example: [CODE]touch file.txt[/CODE] ok its created *BUT* ****I want to edit this file in shell and save it, writing EOF to finish. Any suggestions? How i do that? Thanks!

Member Avatar for JeoSaurus
0
65
Member Avatar for aFg3

I want to create a simple file....with the command Example: [CODE]touch file.txt[/CODE] ok its created *BUT* ****I want to edit this file in shell and save it, writing EOF to finish. Any suggestions? How i do that? Thanks!

Member Avatar for aFg3
0
134
Member Avatar for aFg3

Hi people im new here. I want to work with security but i got many issues with this simple program. I want to encrypt and decrypt a msg with openssl cmds. Btw im using pipeline and process open (popen) function. Im using Fedora gcc to compile. Any help, recommendations will …

Member Avatar for Mouche
0
152
Member Avatar for RideFire
Member Avatar for RideFire
0
98
Member Avatar for emrecaglarhosgo

[CODE] /* Convert decimal number to Grey code and back again */ # include<stdio.h> #define SIZE 32 int bits[SIZE], i; // could be chars in 8 bit machine unsigned long num; // could be int if less than 17 bit Grey code void main(){ printf("\n "); printf("%d",SIZE); printf(" bit number …

Member Avatar for aFg3
0
174
Member Avatar for mools3

If you can't access your system, from the Grub 2 menu: Press ENTER after each line; are just clarifying comments - do not type them. Code: enter command line mode set root=(hd0,1) # to set sda1 as root linux /vmlinuz root=/dev/sda1 ro initrd /initrd.img boot Once into the system, open …

Member Avatar for aFg3
0
132

The End.