at some time, cout stops printing in the console

Pages: 12
Ok, cire, You're pretty much an a** huh? Nice to know.

Obviously the other 900 lines do OTHER STUFF. No s*** sherlock. It would be useful to know, considering the output is making calls to this other stuff.

Unfortunately, I haven't spent enough time to know what tool like grep are, but even then, the output could have been written better for readability, Unless of course, this grep program reads the code and changes it however it wants before giving you a compilation of it. I wouldn't know, but I doubt it does that.

And IDEs aren't magical. You sound kind of childish for saying that. An IDE would at least tell you (though we know its not the IDE that spits errors out for you, so don't bother trying to troll about that) where you are getting problems, such as file and line number. Unless of course, all the IDEs you've used sucked. Which just might be the case.

@OP: Not enough context [code for someone] to offer a useful opinion.

Thanks for agreeing with me.


Also, that was before I realized the error was logical... so f* you.
Last edited on
In the spirit of your personal attack, I'd like to thank you for agreeing with me that your opinion wasn't useful. =)

Lol. You're attack was personal, dude. Yet, you agreed with me that he needed to post more code if someone is going to help. Cool.

Honestly. Why do you need to troll on people? Can't you just be helpful?

OH. lol. Yeah. I guess I really need to pay attention to what I'm reading before posting. Haha. You win there.
Last edited on
I fixeded it. And my other mistakes. Sorry about them~~
Last edited on
What attack? You need to develop a thicker skin if you wish to post on the interwebz. Did I call you a name? Did I suggest that you were retarded? Did I call you childish? Did I find it necessary to be so rude as to have to mask words in my post?

I questioned your opinion and a statement you made.

You demonstrated a serious lack of understanding with what is going on in your development environment and lack of experience debugging with the IDE comment. Not all errors are of the compiling/linking variety and those that are don't require an IDE for the compiler/linker to report them. I would suggest you comment on stuff you have more experience with if you want to offer advice, particularly advice of the "you better start over variety."
Yes. LOL. You suggested that I was retarded. I think my skin is perfectly fine how it is. I don't come to the "interwebz" to attack people like you do. My bad for not taking it lightly. Omg. You literally did all of that.. Maybe... maybe you didn't mean to.. sorry. I thought you would have the intelligence to know your own insults.

I don't have a serious lack of understanding of what's going on in my ide. I don't have a lack of understanding of how to debug with comments. Haha. I know the difference between errors. Hence why I said I thought it was a syntax error. But if you had read the op's post, you would have seen that he corrected me. Meaning, you're comments about it were very unnecessary.

I stand firm with my advice about starting over. If a measly 100 lines is too much to redo... Well... Then perhaps I need to find a better forum to follow.

Anyways. I don't feel the need to explain myself any further. I made a couple mistakes, sure. But you were flat out rude. I was giving my opinion on the op's code. You were giving your opinion on an opinion, instead of the original topic. I would suggest you figure out why you are on forums. Is it to answer questions or to attack people? Ttyl, most likely. Cheers.
Thanks cire. I will get the cout status before and after it get lost.

Anyways. The code looks poorly written and hard to read.

For information, the code is only an extraction from the project with grep to check all the cout :

$ grep cout src/*.cpp
Last edited on
Hmm. That was already made clear earlier. However. I believe I already stated that grep returns the line in which the query is found. And, as you have shown us the exact command, each line is a direct line from the source code.

From looking at just the lines returned with grep, it is apparent that the code could have been formatted in a more appropriate manor, even though it simply output code. Sorry for the confusion.
Last edited on
You are welcome Vlykarye.
@OP - has a solution been reached?
Topic archived. No new replies allowed.
Pages: 12