by compone87
C style char arrays
|
|
[6 replies] Last: @compone87: I think the confusion is over your phrasing. You hav... (by jsmith)
|
by Mythios
Loading from a .csv file
|
|
[7 replies] Last: If anyone wanted to see the solution : void LoadDataBase( std::v... (by Mythios)
|
by kai5gabriel
binary file read problem
|
|
[5 replies] Last: hi guys, You can input \0 in the binary file . I was able to read i... (by kai5gabriel)
|
by sporx
standard deviation and skew. due today
|
|
[3 replies] Last: yes, however i've never been taught vectors.. any help? (by sporx)
|
by nikman
vectors?
|
|
[8 replies] Last: ok thanks :) (by nikman)
|
by NGen
Returning a Char Array
|
|
[8 replies] Last: I see what you mean. Sorry, I was thinking about something else, but m... (by NGen)
|
by yygyt
"extern" problem
|
|
[2 replies] Last: I knew it was a linking issue. I just didn't find how to link these fi... (by yygyt)
|
sizeof Explanation |
|
[8 replies] Last: Sorry, I meant (strlen(arr)) * sizeof(int*). I must have unconsciousl... (by helios)
|
by cardinals03
Pointers
|
|
[3 replies] Last: e) After executing *py = *px, are &x and *py equal? (I say yes. py no... (by JCED)
|
by JWP321
error regarding class
|
|
[4 replies] Last: ah, that makes more sense. thank you. (by JWP321)
|
by cardinals03
Pointer Question
|
|
[1 reply] : It's correct. (by helios)
|
by ansline6788
2-dimensional arrays
|
|
[4 replies] Last: Thanks for posting a sarcastic comment when you obviously didn't even... (by cardinals03)
|
by straygrey
C++ program failing to rename a file
|
|
[1 reply] : Your doing something that the program can't account for and making it ... (by closed account S6k9GNh0)
|
by sporx
taking the median of an Array
|
|
[4 replies] Last: i tried just using the 2.0 and it gave me errors. ill try and make thi... (by sporx)
|
by alias
For Loop not continuing
|
|
[1 reply] : for( ; ; ) is an infinite loop unless you have a break statement in... (by jsmith)
|
by TaikoDragon
Resource Locking / Mutex
|
|
[9 replies] Last: Oh, now I understand what you mean. No, if you want to use my method y... (by helios)
|
by hamsterman
ID3DXSprite vs a textured square
|
|
[2 replies] Last: Indeed it is. I figured that many of those who know c++ may be familia... (by hamsterman)
|
by HarbingTarbl
Searching for class objects in memory.
|
|
[15 replies] Last: Just remove the static from the two variables. Neither needs to be st... (by jsmith)
|
by mofsy007
Program Design issues
|
|
[no replies]
|
by whitey300
2 DIMENSIONAL ARRAY!!!
|
|
[6 replies] Last: thanks for all the advice. I was able to get it to output the zeros h... (by whitey300)
|