can you write that out all the way....i don't know anything about javascript or how to go into it. but won't that not work if they have their history stuff off?
I'm trying to make a page that after a submit button is pressed on say index.php it goes to post.php. from here i want the post.php to go to the previous page, which in this case is index.php. i can easily do this the hardcoded way where i simply tell it to go back to "index.php", but i want...
Hola,
I just got Apache2Triad running (apache/mysql/php). I don't know any of the default passwords or if there even are ones. Could someone please guide me through how to change the passwords?
Thanks
DF
well i guess....
is there one that works both on linux and windows? I do a lot of work on linux too.
I have not worked with either of these parts of programming before.
thanks
i'm not sure if i'm way over my head but....
could someone tell me what is needed to be able to create files from a c++ program....
for example: write a program that takes input and then can save to file.txt
i don't think this should be too hard to do....
also i'd love to be able to open...
yeah someone had told me the second way was the correct way and i got worried when it wouldn't compile
can anyone recommend a book for C++? i've been using Sam's Teach Yourself C++ in 24 Hours and I'm beginning to think that it may not be so good for a learner....
thanks!
hello,
I was wondering what kind of c++ skill it would take to make a simple game like tic tac toe or chess(???) with just G++ (linux c++ compiler). I would like to know what kind of things are involved with games, because I cannot seem to figure out how to make one.....I guess I don't know...
hey all!
the normal way i set up c++ programs is:
#include <iostream>
int main()
{
return 0;
}
someone told me that I should be doing:
#include <iostream>
VOID main()
{
return 0;
}
the difference being void in the second one.
can someone tell me the true way? (or best)
what's the #include to get a string?
like say I wanted a user to input their name. That would be the string. What is the #include to get that?
Thanks,
Denis
i want to be able to make my own game. I was reading a tutorial (which i didn't understand), but it suggested starting by making a simple game. It thinks Tetris is easy i guess...because that's what it told me to make, but it never said ne thing as to how or give me instructions as to make the...
grr....this seems too complicated. I guess I will eventually use it but I am not good at c++ at all. I just barely think I know what a class is. Would you think I am good enough to start doing this?
Thanks,
Denis
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.