by dalawh
sizeof() + arrays
|
|
[13 replies] Last: I think I will just give up on understanding this because I seem to ge... (by dalawh)
|
by magicbag2
Hi all, brand newbie here
|
|
[5 replies] Last: @magicbag2 Only had a few small problems to overcome. Try this. Works... (by whitenite1)
|
by MazdyCAndy
want a suggestion
|
|
[2 replies] Last: Thank for your help! (by MazdyCAndy)
|
by hbjgd
Don't know why this is "nan"
|
|
[1 reply] : Two things I noticed are that you calculate solution1 and solution2 b... (by atropos)
|
by djtheonly
Can someone please help me with looping?
|
|
[1 reply] : Maybe post this in the Beginners forums then. haha This is not the be... (by IceThatJaw)
|
c++ HELP |
|
[1 reply] : //... if (mod_test==0 || n==11 || n==12 || n==13) { ... (by vin)
|
by cgyan
aspect ratio calculations
|
|
[no replies]
|
by theph
Unexpected Pointer Behavior using Vector<Class>
|
|
[3 replies] Last: Again, I think that the problem is that the pointers in Conn become ... (by ne555)
|
by andymeeson
Writing a program to load incrementing websites
|
|
[2 replies] Last: That seems well out of my depth then. Only know little C++ programming... (by andymeeson)
|
by ahura24
file change handle
|
|
[1 reply] : File permissions are handled by the OS, so you'll have to look into th... (by hanst99)
|
by DeadEli
SOIL issues
|
|
[12 replies] Last: It's got nothing to do with the constructor. A constructor works exact... (by hanst99)
|
by MrJackson
multiple default parameters in functions - my solution feels "inelegant"
|
|
[2 replies] Last: Thanks for the swift response! I'd just been reading up on functions ... (by MrJackson)
|
by mark venn
Looking for advice on object interaction
|
|
[4 replies] Last: I have been thinking on your question, i need a crop of 0 so when the ... (by mark venn)
|
by SuperSonic
Joystick/controller input??? (1,2)
|
|
[22 replies] Last: Thank you for the link, but I don't have an xbox controller. I only ha... (by SuperSonic)
|
by fungivore
References and memory
|
|
[5 replies] Last: Thanks guys. (by fungivore)
|
by rucafe
question of null initialized char array
|
|
[3 replies] Last: modoran, So how should I initialize my char variables in my construct... (by rucafe)
|
by Joker386
Node Graph Interface !
|
|
[no replies]
|
How to declare a boolean array in C++? |
|
[1 reply] : a bool is defined as false: zero. true: not-zero. Depending on your... (by Stewbond)
|
by MDell95
chars not shown properly
|
|
[4 replies] Last: NCurses / PDCurses are commonly used for console programs and are cros... (by Disch)
|
by CPPhys
ODE solving using GSL (odeiv2) in classes
|
|
[no replies]
|