by Daeo
Accessing multidimensional arrays via reference(pointer)
|
|
[4 replies] Last: G++ allows it because it's part of C99, but variable sized arrays are ... (by closed account 1yR4jE8b)
|
by arnaud
read arithmetic expressions in .txt files
|
|
[4 replies] Last: you bet well ;-) Thank you for the example... (by arnaud)
|
string dynamic memory |
|
[4 replies] Last: Because I was not familair with it yet, know I searched for it and lea... (by magnificence7)
|
by mrhanky
Inheritance ISSUE PROBABLY EASY SOLUTION
|
|
[1 reply] : Why isn't "PitchingStats" just a member of "Player"? Either a player ... (by PanGalactic)
|
by rompecabezas
precision on scientific notation
|
|
[5 replies] Last: Did it help? (by twiss)
|
Unions question |
|
[3 replies] Last: ok, thanks, I gues I'll need to use other things than unions then to s... (by magnificence7)
|
by zelta
Void Pointer to generate 2D Array
|
|
[3 replies] Last: Nobody know the answer ??? Please...guys! (by zelta)
|
by bdh333
Problem with overloading addition operator
|
|
[3 replies] Last: Look at line 7, and consider what it does to the value if you've carri... (by jsmith)
|
by shephard7
Dummy Head in a Linked List? Am I doing this right?
|
|
[1 reply] : It *looks* ok, albeit with some useless lines of code (line 5 isn't ne... (by jsmith)
|
by vincent90
String Validation
|
|
[3 replies] Last: find_first_not_of() (by jsmith)
|
by Suzanne
PLS RESPOND
|
|
[6 replies] Last: I want to validate everything. Of course, runtime can't be negative. (by Suzanne)
|
by th3pr0f37
Print String Literals From Source?
|
|
[16 replies] Last: Thanks for that link. I think I am really close but still cannot seem ... (by th3pr0f37)
|
by yottaflop
C++ "Unknown Knowns"
|
|
[1 reply] : #include <boost/bind.hpp> #include <boost/function.hpp> #include ... (by jsmith)
|
by vRltwE
How to verify if a value stored in a double is an integer value?
|
|
[5 replies] Last: Can you copy/cast it to an int and compare that against the original? (by moorecm)
|
by krazyeyez8
Do while loop question
|
|
[12 replies] Last: i fixed it with a if else at top to convert it back to false. thanks e... (by krazyeyez8)
|
by gallardo
line.find ("string with regexp" ,0);
|
|
[1 reply] : You need to use a regular expression library for that. string.find() ... (by jsmith)
|
by DrChill
SDL rotation
|
|
[9 replies] Last: Sorry, I am horrible at geometry, thankyou. (by DrChill)
|
by przemek
strategy question
|
|
[no replies]
|
c++ terms |
|
[5 replies] Last: That's why I did "I'm feeling lucky." I noticed that for almost all (... (by chrisname)
|
by ccjamp
Unequal Brackets and Illegal Default???
|
|
[5 replies] Last: THANK YOU ALL!!! All comments were helpful (from formatting to execut... (by ccjamp)
|