Random Thoughts.....What Are You Thinking?

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Everything Else » Undead » Random Thoughts.....What are you thinking?
Random Thoughts.....What are you thinking?
First Page 2 3 ... 5514 5515 5516 ... 22991 22992 22993
Offline
Posts: 42775
By Jetackuu 2012-04-28 19:43:55
Link | Quote | Reply
 
lol, messed up.
 Bismarck.Dreadnot
Offline
Server: Bismarck
Game: FFXI
Posts: 5113
By Bismarck.Dreadnot 2012-04-28 20:08:07
Link | Quote | Reply
 
My room feels like an oven. been playing TERA for 4 hours. alt tab to check my monitoring program.. video card running at 97ºc . . . . . pop open case and put a fan on it.

Temp drops to 80ºc

Continues playing TERA.
 Alexander.Drokin
Offline
Server: Alexander
Game: FFXI
user: drokin
Posts: 2740
By Alexander.Drokin 2012-04-28 20:14:35
Link | Quote | Reply
 
0:22 through 0:36

Also, bored. :|
 Valefor.Slipispsycho
Offline
Server: Valefor
Game: FFXI
Posts: 14155
By Valefor.Slipispsycho 2012-04-28 20:22:04
Link | Quote | Reply
 
Alexander.Drokin said: »
Ramuh.Laffter said: »
Asura.Chuuuuu said: »
Alexander.Drokin said: »
I never changed a diaper until my son was born. It's like second nature. I still wouldn't know what to do if someone handed me a baby girl though. >_>
lol i wont know what to do with a boy diaper :x
Take the dirty diaper off and then DUCK until you get the clean one. D:

Close!

Take the dirty diaper off and prepare to use your hands as a shield for the poor kid in case he tries to spray himself in the face, while putting the new diaper on.

I never got pee'd on. My son's mom did, though. :D
I'm late, but when my son was really young and getting his diaper changed he started pissing straight up in the air, and it arced and hit him right in the face, then he started screaming and crying while still pissing in his own face.
[+]
Offline
Posts: 7851
By Irohuro 2012-04-28 20:32:05
Link | Quote | Reply
 
LOL thats horrible

chaos where are you?? ; ;
Offline
Posts: 42775
By Jetackuu 2012-04-28 20:34:27
Link | Quote | Reply
 
Iro Huro said: »
LOL thats horrible

chaos where are you?? ; ;
that's a good question, where is he?
Offline
Posts: 7851
By Irohuro 2012-04-28 20:39:28
Link | Quote | Reply
 
i just need help on a program, it's being stupid and i don't understand why
 Alexander.Drokin
Offline
Server: Alexander
Game: FFXI
user: drokin
Posts: 2740
By Alexander.Drokin 2012-04-28 20:44:28
Link | Quote | Reply
 
Iro Huro said: »
i just need help on a program, it's being stupid and i don't understand why

Go ahead and post the code. I'm out of practice but I followed the last one you posted alright. If it's just syntax or something basic I might be able to still catch it.
 Shiva.Leonkasai
MSPaint Winner
Offline
Server: Shiva
Game: FFXI
user: Leonkasai
Posts: 2391
By Shiva.Leonkasai 2012-04-28 20:49:34
Link | Quote | Reply
 
Ramuh.Laffter said: »
Oh god, leaving /vp/, someone started posting Audino abuse pics. T~T
What reason is there to even go to /vp/ these days?
All I ever see there anymore is the usual roleplay/image dump threads and maybe the occasional wi-fi general. :/
I miss the early days when /vp/ was full of ROM hacks and people banding together to make awesome games that never got anywhere. :<
Offline
Posts: 7851
By Irohuro 2012-04-28 20:50:13
Link | Quote | Reply
 
lol, it's not very basic, it's the advanced problem i had to do for my last chapter.

the chapter is on reading/writing to a text file, and i had to write a program that that gave you the option to enter a town and it's zip code, or search for a town by zip code. the first part i have working fine, it's the stupid search i can't get to work right. (the showCityZip() function)

this is what i have atm:
 Alexander.Drokin
Offline
Server: Alexander
Game: FFXI
user: drokin
Posts: 2740
By Alexander.Drokin 2012-04-28 20:55:01
Link | Quote | Reply
 
Is it an error while running (not doing what it's supposed to) or during compiling?

I remember doing a program almost just like that for one of my C++ courses, but yours is written a lot different. :o

Anyway, back to looking through it while I wait for an answer to my question.
Offline
Posts: 7851
By Irohuro 2012-04-28 21:03:38
Link | Quote | Reply
 
Logic Error,

what it's supposed to do is pull all the info from the file and put it into a string, and then it searches the string for the specific zip code, where it stores it's location in the string, then i searches for the end of the the space at the end (which i need to change to a different character) and stores that location, and then it takes the part of the string thats +2 from the end of the zip code until the space and outputs that, but what it does is it outputs the last 3 digits of the zip code, the city name, and then some of the info behind it
 Alexander.Drokin
Offline
Server: Alexander
Game: FFXI
user: drokin
Posts: 2740
By Alexander.Drokin 2012-04-28 21:21:02
Link | Quote | Reply
 
So, your input file is more than just the name and zip? (Since you mentioned information behind the city name.)

I hate to say it, but I'm a bit thrown off because your code is written so much more neatly than mine. >_>

I'm stuck on this part for some reason:
Code
while(!inCityZip.eof())
            {
                getline(inCityZip, fileLines);
                fileLines += " ";
                fileInfo += fileLines;
            }//endwhile


Because it looks like you're performing a mathematical operation on a string variable. Maybe I'm just forgetting a rule or something though. I don't remember using getline() when doing my searches. :/

Since it's skipping the first two numbers of the zip code, it's almost like it's somehow doing the +2 before it reads the variables.

Eh, I know I've got to be wrong. Back to looking.

EDIT: Mind if I see your input file (quickly, if possible, it's my bedtime ; ; )?

I'm seeing something with your zipLocation+2 that I want to mess with.


My compiler is being annoying and giving me all kinds of errors. I'm headed to bed. If you're still working on it tomorrow, you can send me your files and I'll see if I can help. Let me know if you get it figured out. I'm curious to know what the problem is too.
 Fenrir.Uzugami
Offline
Server: Fenrir
Game: FFXI
user: SSJAV
By Fenrir.Uzugami 2012-04-28 21:45:22
Link | Quote | Reply
 
By the power of Grey skull Mundo! I'm bored.
Offline
Posts: 7851
By Irohuro 2012-04-28 22:04:14
Link | Quote | Reply
 
aww, sorry i got distracted by something =(

that was the way i found to get the entire text file into the string, what it does is,

fileLines is a temp string variable that holds each line of the text file, the getline gets a line from the text file and stores it in fileLines, then i add a space to the end, and then fileInfo is the main string that holds the entire text file, so it adds one line of text at a time to the main string.
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2012-04-28 22:26:09
Link | Quote | Reply
 
Shiva.Leonkasai said: »
Ramuh.Laffter said: »
Oh god, leaving /vp/, someone started posting Audino abuse pics. T~T
What reason is there to even go to /vp/ these days?
All I ever see there anymore is the usual roleplay/image dump threads and maybe the occasional wi-fi general. :/
I miss the early days when /vp/ was full of ROM hacks and people banding together to make awesome games that never got anywhere. :<
I was only poking in out of interest cuz /gif/ is full of porn. :S

Some of the discussions in /vp/ aren't bad though.

In other news, playing through a hack of LeafGreen. Caught this. :D

[+]
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2012-04-28 22:40:33
Link | Quote | Reply
 
thats a weird looking pikachu o.o
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2012-04-28 22:42:00
Link | Quote | Reply
 
The hack is called Moemon - LeafGreen :P

It's pretty cute, I only just started <_<
 Asura.Lolserj
Offline
Server: Asura
Game: FFXI
user: Andras
Posts: 2956
By Asura.Lolserj 2012-04-28 22:43:07
Link | Quote | Reply
 
i have 4 lines of code to do tomorrow ; ;
Offline
Posts: 42775
By Jetackuu 2012-04-28 22:45:26
Link | Quote | Reply
 
Moe creeps me out
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2012-04-28 22:45:36
Link | Quote | Reply
 
Ramuh.Laffter said: »
The hack is called Moemon - LeafGreen :P

It's pretty cute, I only just started <_<
should play digimon D:<
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2012-04-28 22:48:03
Link | Quote | Reply
 
Asura.Chuuuuu said: »
Ramuh.Laffter said: »
The hack is called Moemon - LeafGreen :P

It's pretty cute, I only just started <_<
should play digimon D:<
No wanna!

Maybe later, nostalgia-ing.

Jetackuu said: »
Moe creeps me out
I do find it odd that I'm essentially making little girls in costumes battle. <__< But they're cute enough for me to ignore that tiny flawed aspect. :D
Offline
Posts: 7851
By Irohuro 2012-04-28 22:50:22
Link | Quote | Reply
 
so i was looking at one of those stupid facebook pages, and there was one post that was a picture of MJ and justin bieber doing the same pose, and it said "like if you like Michael Jackson, comment of you like justin bieber"

not a single comment was on that post.
[+]
 Asura.Chuuuuu
Offline
Server: Asura
Game: FFXI
user: chuuuuu
Posts: 19930
By Asura.Chuuuuu 2012-04-28 22:54:32
Link | Quote | Reply
 
Ramuh.Laffter said: »
Asura.Chuuuuu said: »
Ramuh.Laffter said: »
The hack is called Moemon - LeafGreen :P

It's pretty cute, I only just started <_<
should play digimon D:<
No wanna!

Maybe later, nostalgia-ing.

Jetackuu said: »
Moe creeps me out
I do find it odd that I'm essentially making little girls in costumes battle. <__< But they're cute enough for me to ignore that tiny flawed aspect. :D
only 1 other person in the guild besides me D:<
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2012-04-28 22:57:21
Link | Quote | Reply
 
This is so dumb, but the only memory I have of Digimon was a commercial they used to have in the summer one year when I was like a Sophomore in High School. The commercial's jingle went: "Beat the heat with the Digibeat! All summer!"

The reason I remember that was because every time that commercial came on, I would sing along but change the lyrics to, "Beat your meat with the Digibeat! All summer!"
[+]
 Valefor.Slipispsycho
Offline
Server: Valefor
Game: FFXI
Posts: 14155
By Valefor.Slipispsycho 2012-04-28 22:59:03
Link | Quote | Reply
 
So that would make this a digimon then?

[+]
 Ramuh.Laffter
Offline
Server: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2012-04-28 23:00:29
Link | Quote | Reply
 
That would make it a Digibeat. D:
[+]
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2012-04-28 23:01:26
Link | Quote | Reply
 
I actually have a response to that. It's:

Owwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww...
[+]
 Valefor.Slipispsycho
Offline
Server: Valefor
Game: FFXI
Posts: 14155
By Valefor.Slipispsycho 2012-04-28 23:01:58
Link | Quote | Reply
 
Oh, I thought they just changed mon to beat to rhyme
 Valefor.Slipispsycho
Offline
Server: Valefor
Game: FFXI
Posts: 14155
By Valefor.Slipispsycho 2012-04-28 23:03:34
Link | Quote | Reply
 
Bismarck.Magnuss said: »
I actually have a response to that. It's:

Owwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww...
=/ I've accidentally hit my hand a couple of times on accident with one of those.. Not even hard or anything.. Hurt like hell still..
First Page 2 3 ... 5514 5515 5516 ... 22991 22992 22993