by jorgen
Array interfering where it shouldn't
|
|
[2 replies] Last: Thanks a lot! In line 22, instead of F[j*s+k]=... it should have been ... (by jorgen)
|
by akash2happy
allocate memory for 2d array
|
|
[6 replies] Last: True, haven't used multidimensional arrays in ages... and neither arra... (by hanst99)
|
by TheCreator
Video Editing?
|
|
[1 reply] : Normally you'd ask this kind of specific question on the forums (or ne... (by hanst99)
|
by misaeltovar
collision detection!
|
|
[4 replies] Last: If the rectangles are axis aligned, it's simple: /* assuming Rectan... (by hanst99)
|
by Roy lee
Checking for null characters in the middle of a character sequence
|
|
[4 replies] Last: How are you trying to read the line? (by Galik)
|
by misaeltovar
Rectangle interception! HELP!
|
|
[6 replies] Last: LOL! Duoas, that is probably the most thoughtful and selfless post I ... (by webJose)
|
by Jesster125
Creating a Tokenizer with STL Strings
|
|
[1 reply] : Try the global getline() function specifying the delimeter yourself. ... (by webJose)
|
trouble deleting at array of arrays |
|
[6 replies] Last: Thanks guys for the help. I went back to if (histogram != 0) { ... (by closed account S8hvC542)
|
by NetHacker
Pi program calculating pi = 3?
|
|
[3 replies] Last: Using == and != with floating point operands is in general a really ba... (by helios)
|
by larcerkev
Read text file from url to string?
|
|
[no replies]
|
by Helegurbann
Where is my error in this?
|
|
[1 reply] : I would point the finger at line 17, the std::cout statement. You're... (by closed account zb0S216C)
|
by john1984
need std::map for this question
|
|
[no replies]
|
by wtf
debugging my integer class
|
|
[6 replies] Last: I think this is the one you are asking for: http://cplusplus.com/forum... (by closed account D80DSL3A)
|
by john1984
This is a Challenging Question, come and try to solve it together, we need to use std::map, is there anyone to help
|
|
[6 replies] Last: sorry mate, no offense I am just telling u that counter does not solve... (by john1984)
|
by chrisname
Mutually exclusive bitflags
|
|
[2 replies] Last: That was how I thought it worked, thank you for confirming. (by chrisname)
|
by akash2happy
open two console from c++ program
|
|
[5 replies] Last: On Windows, there are functions for creating a new console, but I don'... (by chrisname)
|
by rangola1
plotting graph
|
|
[4 replies] Last: Here is a program that does some of what you require, to get you start... (by whitenite1)
|
by Kiran Sagar
Writing a file in collmns
|
|
[2 replies] Last: Effectively, the file is stored on the hard drive as a single long lin... (by Moschops)
|
by glst
good C++ course for UK engineer?
|
|
[4 replies] Last: I personally think Stroustroup is good if you already have practice in... (by hanst99)
|
by davidcpp
please answer
|
|
[5 replies] Last: And that's exactly why we have the new initializer syntax with C++11. (by hanst99)
|