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

45 Posted Topics

Member Avatar for Dave Sinkula

ok im looking at all thees books and stuff but there is a problem, how am i suposted do disifer witch book is best for me cuz there are like (exaderated) 50 million books on here

Member Avatar for shahidali6
11
10K
Member Avatar for virus.exe

ovcourse its posible c++ is a really flexible programing language it can practially do anything you can think of etc....

Member Avatar for BhawikJain
0
393
Member Avatar for hsayid

dude thanks for the question because im a huge electronics geek an i had no idea your could use programing with ohms law and other electronic equasions hey i got an idea im going to use a program to calculate electromagnetic induction um to help you out you first need …

Member Avatar for studentba065
0
6K
Member Avatar for 2Dcube

[QUOTE] but I want other code to keep running while no key is pressed yet. [/QUOTE] use a loop for that

Member Avatar for WaltP
0
2K
Member Avatar for grunge man

Im making a calculator Program to start off on visual basic. I got it to work with MsgBox, but now I'm trying to get it to work with the Print. MsgBox Example [CODE]Public Class Form1 Private Sub Button1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Button1.MouseClick Dim Pizza As …

Member Avatar for grunge man
0
137
Member Avatar for grunge man

Heres the page I'm currently working on. The code [CODE]a img { border:none; }[/CODE] is affecting the image [CODE]<img src="athenslogo1.png" />[/CODE] and I Don't want to make a class for every image I'm going to be using because, it's alot and also including the images I have on other pages …

Member Avatar for grunge man
0
155
Member Avatar for grunge man

Hi I'm new to JavaScript. Looking to get some pointers and some discussion going. I'm making a simple JavaScript code where if you click some text it will make it the same as the other text in both cases. Apparently I am doing something wrong or my logic is flawed. …

Member Avatar for grunge man
0
364
Member Avatar for grunge man

i have a parse error and i just cant figure out what it is because it seems my code is right but maby im wrong any advise is apreciated aswell heres my code [CODE] <DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="en" lng="en"> <head> <title> Background Colors </title> …

Member Avatar for grunge man
0
109
Member Avatar for grunge man

I tried doing this, and it didnt work. Im goign to identify the $css in the else of an if else statement; so when its else, it willl turn the web page that color, but i cant figure out how to acomplish it. [CODE] $css = "<style type="text/css"> body { …

Member Avatar for grunge man
0
236
Member Avatar for grunge man

I just entered the irc room and nobodys on not eaven a admin just wondering why?

Member Avatar for grunge man
0
50
Member Avatar for Narue
Member Avatar for bector
2
8K
Member Avatar for grunge man

i keep hearing about thees things called arrays but i never now what they are and are they used as much as classes?

Member Avatar for shuncyk
0
151
Member Avatar for grunge man

i created this program and it works perfictly but how do i make it so all the numbers,that this loop prints out, add together? heres the code[CODE]#include<iostream> using namespace std; int main() { int i,n,a,b; b=1; n=1; i=100; a=100; while (n<=i){ cout<<n*26*n<<endl; n=n+1; } system ("pause"); }[/CODE]

Member Avatar for grunge man
0
176
Member Avatar for grunge man

why isnt this program working? [CODE]#include <iostream> #define SIZE 10; using namespace std; main () { char Black,Brown,Red,Orange,Yellow,Green,Blue,Purple,Grey,White; int a; int Color[10]; { int i, array[size]; for (i = 0; i < size; i++) { array[i] = i; } } cout<<"enter the color of the stripe"<<endl; cin>>Color[i]; color[0]=Black; color[1]=Brown; color[2]=Red; …

Member Avatar for Salem
0
99
Member Avatar for grunge man

hi i have an idea of taking a foarm and like making a simple calculator with javascript and im wondering if i have to send the input to one of thoughes programs that retrives the data or could i just do this in the coding of the webpage?

Member Avatar for grunge man
0
48
Member Avatar for satish.paluvai
Re: hi

[QUOTE]All compiled languages are converted into machine language by the compiler. Then finally into executable code that the operating system executes.[/QUOTE] ya but there are a bunch of steps inbetween thoughes of course

Member Avatar for ~s.o.s~
0
163
Member Avatar for grunge man

im wondering if there is a plain [COLOR="Blue"]do loop [/COLOR]instead of do while?

Member Avatar for grunge man
0
96
Member Avatar for grunge man

i have a list of words to put into an array but how do i do this the order goes from 0 to 9 so black is zero [black][brown][red][orange][yellow][green][blue][purple][grey][white]

Member Avatar for grunge man
0
265
Member Avatar for hacker_hack

for other people to understand i roughly translated her words using googles transulator here it is I am a programmer beginning in the field from yahoo I want a source code or a tutorial how connects has yahoo under proxy I know how it goes without proxy thank you in …

Member Avatar for grunge man
0
88
Member Avatar for tjay

[QUOTE]There are also recovery programs which can recover work deleted from the recycle bin. Unless, of course you ran a file shredding program immediately after you lost the file. [/QUOTE] ya but u need a third party disc as well. lol thats helarious file shrsdding where do u come up …

Member Avatar for ~s.o.s~
0
181
Member Avatar for Sabi_146

what the heack this hole thred didnt eaven make sence to me????????

Member Avatar for ~s.o.s~
0
86
Member Avatar for dabbakal
Member Avatar for John A
0
933
Member Avatar for grunge man

um something i have been wondering for a long time is. how do u make it so the user inputs a word and the program identifies the word as a number so like if someone typed the word frog and it reconized it as the number 5.

Member Avatar for grunge man
0
125
Member Avatar for grunge man

um latly i have ben seeing stuff like bla_bla_bla in tutorials and stuff and im just trying to figure out what this "_" character is supost to mean could any one help me?

Member Avatar for grunge man
0
122
Member Avatar for iqbal
Member Avatar for John A
0
119
Member Avatar for grunge man

i always hear about arrays and it makes sence to me but whats a tipical use for them may i pleas see an example because i dont understand why they eaven exisit

Member Avatar for John A
0
151
Member Avatar for grunge man

Ok im learning how to do exponents in c++ and I get most of this, but I dont get what double means. I do however know what float is. in the deffenition of double from my compiler help it says "double - a double-precision floating point value." but i dont …

Member Avatar for dwks
0
237
Member Avatar for insamd

if im corect um u said u wanted to put together 4 and 3 to make 43 well u can do that by this math equation 4*10+3 then suplement thouthes for there bionary equivlents or whatever conversion u want. also if u wand the user to input the number you …

Member Avatar for insamd
0
392
Member Avatar for grunge man
Member Avatar for grunge man

how do u write this if then statment but in c++ if g=3282 then g=k; to bad there wasnt a then like there is an else in c++

Member Avatar for grunge man
0
753
Member Avatar for grunge man

ok im getting angry because if i wana keep asking questions then i was told to get a book and read it but thats the problem the reason why i came to this website is besause i foud it verry usefull amd i cant bye a book and eaven if …

Member Avatar for Bench
0
289
Member Avatar for krakselikrox
Member Avatar for grunge man

ok i was just fiddiling around macking this program to see what would happen and it worked fine but for some reason now it doesnt do what the program tells it to do this is my code [code] "#include <iostream> using namespace std; int main() { int taco,pizza,chicken,hamburger,hotdog,; taco=0; cout<<"from …

Member Avatar for ~s.o.s~
0
105
Member Avatar for Spasticmoose

ok here is an idea but probably only when u get more advanced um make a c++ program that can take inputed santax from one programing lauangue and output the same santax in another um it could be called the lauanguage converter or something um so ya thats my idea …

Member Avatar for Spasticmoose
0
172
Member Avatar for grunge man

how do u make it so when you enter in a number then outcomes a letter also to make it more convienent for the computer i have the list for each letter on the keyboard witch is assinged a given bianary code in ASCII so if your type in 1000001 …

Member Avatar for iamthwee
0
365
Member Avatar for grunge man

just incase no one saw it in the other window here is two questions i need help with o now i get it thanks your trigering back my memory um but hey i have another question what does endl mean and what would happen if you put the values 4 …

Member Avatar for grunge man
0
361
Member Avatar for grunge man

um i have been to many tutorials and none of them talk about making forms with c++ and recieving the inputed info withc++ with buttons,text boxes,ect like in html so is there any functions or whatever that could achive this, and im not talking about the cin and cout ones

Member Avatar for grunge man
0
151
Member Avatar for gampalu

i dont know if this helps but allways rember that there is always an equil and opposite reaction so to create the inverce write the code in the inverse way but keep the structure the same

Member Avatar for iamthwee
0
253
Member Avatar for grunge man

um how do you make it so if you give an input, wether from an integer value or from pressing a cirtian key like the space bar,then a sound file will make a sound? in c++

Member Avatar for grunge man
0
108
Member Avatar for grunge man

A Nother Question What Are Classes And Is It Possible To Use A Class For Macking Pictures Or Shapes That You Can See?

Member Avatar for prof.thakur
0
200
Member Avatar for grunge man

Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing?

Member Avatar for prof.thakur
0
290
Member Avatar for grunge man

grunge man um i can see some relation ships actually between vectors in phyics and c++ WolfPack Really? Care listing some of them here? For others to learn? ok now as i under stand about what arrays are i will now show the relationship between a physics vector and a …

Member Avatar for server_crash
0
195
Member Avatar for grunge man

is it bad to not be a student on this page because i thought it was for anyone who needed help with c++

Member Avatar for Narue
0
166
Member Avatar for grunge man

um i just starded macking a simple program and i want the user to input a number when it says enter a number then i want it to say that number *3 is, enter then the answer will appear here is what i have and i dont know whats wrong …

Member Avatar for Lerner
0
289
Member Avatar for grunge man

how the heck do you "in simpelist programing" creat an image withc colors using c++

Member Avatar for Ene Uran
0
108

The End.