In C:
Code is from sample two, here
/* filecheck.c 1.0 (06.20.98) */
#include <stdio.h>
int main(int argc, char *argv[])
{
User: Kareta; Keyword(s):
In C:
Code is from sample two, here
/* filecheck.c 1.0 (06.20.98) */
#include <stdio.h>
int main(int argc, char *argv[])
{
A function?
Following code is written in C.
Thanks to all the people in this thread: Thread.
Y'all helped a lot.
/*
* 13-sided Die Roller.
* Completed on 9/28/10
When compiling from the command line do I have to specify a file location?
Where does that fit in the syntax?
Sorry, I'm just a beginner >.>.
Thanks a lot for the help though, I appreciate it, still trying to get it to compile.
Getting this error in eclipse
**** Clean-only build of configuration Debug for project dice roller ****
make clean
rm -rf ./diceroller.o ./diceroller.d lol
**** Build of...
Just wondering if there's anyway to use characters instead of numbers, and what argument denotes a character variable? (Like %d denotes an integer) Or even an easier way to right the code below
...
Sorry if it's a stupid question, but I'm confused :\.
Am I doing the command wrong?
using this thread as a reference: http://getmangos.com/community/showthread.php?t=7839
wget...
I had a clean 1tb harddrive, which I installed Ubuntu on, works great.
However, I have an old 500gb harddrive sitting around which I loaded windows 7 on earlier today. How can I set up dual boot...
This is the next step:
kareta@ubuntu:~$ mysql -uroot -ppassword < ScriptDev2/sql/ScriptDev2_create_database.sql
bash: ScriptDev2/sql/ScriptDev2_create_database.sql: No such file or directory
...
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 48
Server version: 5.1.41-3ubuntu12.6 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current...
But to show databases after I've done that in a new shell window, I log in to mysql and use
show databases;?
Because that's what I did, I executed the command in shell and then logged in to...
I did, the chart was show 'databases;' after doing that.
contents of create_mysql.sql:
GRANT USAGE ON * . * TO 'mangos'@'localhost' IDENTIFIED BY 'mangos' WITH MAX_QUERIES_PER_HOUR 0...
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
+--------------------+
2 rows in set (0.00 sec)
Is...
if I do
kareta@ubuntu:~$ mysql -u root -p 'password'
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) it gives me that
if I do ...
Yes.
I replaced the .dll but it gave me that (always at 69%)
Tried the installation 5 or so times,
any other suggestions?
Having problem's making a MaNGOS DB.
I need some help regarding to this thread: http://getmangos.com/community/showthread.php?t=7839.
Step 6, I don't know what to do.
I'm having...
Is there no other emulator for linux?
:\.
Looking for a gameboy advance emulator, vba was too complicated for me (couldn't get it working for 64-bit OS) or perhaps I didn't read the instructions correctly.
Anyone know of a simple easy to...
Please help, sorry if it's something stupid or obvious but I really don't know what to do.
After running
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txtI got
error: http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt: import read failed(-1).also got...
Using this thread as a reference.
Picture of problem:
http://i54.tinypic.com/2v9ck8l.jpg
Yes, I tried restarting multiple times.
Using this thread as a reference.
Picture of problem:
http://i54.tinypic.com/2v9ck8l.jpg
Yes, I tried restarting. Same error.
Tried writing a C hello world program, didn't work out to well.
Here's the code, maybe that's what's wrong with it:
/* Hello World program */
#include<stdio.h>
main()
{