- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
45 Posted Topics
Re: 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 | |
Re: ovcourse its posible c++ is a really flexible programing language it can practially do anything you can think of etc.... | |
Re: 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 … | |
Re: [QUOTE] but I want other code to keep running while no key is pressed yet. [/QUOTE] use a loop for that | |
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 … | |
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 … | |
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. … | |
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> … | |
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 { … | |
I just entered the irc room and nobodys on not eaven a admin just wondering why? | |
Re: um how does the vector in c++ compare to the vector in physics | |
i keep hearing about thees things called arrays but i never now what they are and are they used as much as classes? | |
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] | |
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; … | |
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? | |
Re: [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 | |
im wondering if there is a plain [COLOR="Blue"]do loop [/COLOR]instead of do while? | |
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] | |
Re: 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 … | |
Re: [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 … | |
Re: what the heack this hole thred didnt eaven make sence to me???????? | |
Re: im sorry but whats a node i have never heard of that in my life b4 | |
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. | |
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? | |
Re: lol that was funny reading all that like that but ya i totally agree with salem | |
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 | |
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 … | |
Re: 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 … | |
Does Any One Know If Theres A Way To Use C++ With Html? | |
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++ | |
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 … | |
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 … | |
Re: 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 … | |
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 … ![]() | |
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 … | |
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 | |
Re: 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 ![]() | |
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++ | |
A Nother Question What Are Classes And Is It Possible To Use A Class For Macking Pictures Or Shapes That You Can See? | |
Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing? | |
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 … | |
is it bad to not be a student on this page because i thought it was for anyone who needed help with c++ | |
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 … | |
how the heck do you "in simpelist programing" creat an image withc colors using c++ |
The End.