by mowali
Help! Numerical Methods Programming!!
|
|
[1 reply] : if you want help be more specific. This for (int j=0;j<n;j++) ... (by coder777)
|
by Flustration
Global variable not updating
|
|
[1 reply] : Is textureBank, textureFree and numTextures only used inside texture.c... (by Peter87)
|
Matrix Generating - i don't get it |
|
[5 replies] Last: thanks a lot, works like a charm (by MountainGravity)
|
by NYK
INF
|
|
[1 reply] : INF is infinity or INF file? funny isn't it? how about you elaborate m... (by TheDestroyer)
|
by nilagayu
Random number generator
|
|
[2 replies] Last: Thanks a lot. That solved the problem (by nilagayu)
|
by htirwin
sample values as short vs float or double
|
|
[no replies]
|
by Qqite
Undeclared identifier of an vector< user_class > across files
|
|
[1 reply] : > Can I declare an extern variable in the header of the file that the ... (by JLBorges)
|
koolaidman project |
|
[no replies]
|
by balanis
code bugs out? wherE?
|
|
[6 replies] Last: this codes cleared the object falling in a straight line but now it ju... (by balanis)
|
by Yezman
1 year of college programing... summer project/topic?
|
|
[2 replies] Last: There's also the Google Summer of Code projects. (by Duthomhas)
|
Factors and Prime Numbers |
|
[3 replies] Last: It's faster if you test only up to the square root, while simultaneous... (by creekist)
|
by BlackSheep
Virtual Machine
|
|
[no replies]
|
by idks16
minimum and maximum in a file
|
|
[1 reply] : That second while loop wasn't doing anything because the first while l... (by IceThatJaw)
|
by Stephanie I
c++ programming
|
|
[3 replies] Last: book.h: #ifndef _BOOK_H_ #define _BOOK_H_ class Book { public:... (by Stephanie I)
|
by Napster12
modifyByValue vs modifyByReference (1,2)
|
|
[36 replies] Last: Here is the model of what I'm talking about: class List { public: ...... (by Napster12)
|
by idks16
file reading
|
|
[4 replies] Last: i got it: #include<fstream> #include<cstdlib> #include<iostream> usin... (by idks16)
|
by SwerdlowRose
How to add classes to this game?
|
|
[6 replies] Last: Even though in practice this isn't the prime example of when to use cl... (by clanmjc)
|
by hopesfall
STL map, multimap, and set
|
|
[2 replies] Last: Thank you so much (by hopesfall)
|
by Stephanie I
c++
|
|
[5 replies] Last: but i changed the program (by Stephanie I)
|
When should i initialize an array? |
|
[1 reply] : If you will overwrite the contents anyway then there is no reason to e... (by LB)
|