SDL question |
|
[no replies]
|
by mocitymm
Universal Character Names & cout function...
|
|
[1 reply] : Solved somewhat. Used 'wcout', that works. Would like a better underst... (by mocitymm)
|
by tlstjdwo
very simple array and pointer
|
|
[4 replies] Last: double* find_min(double* a, int n) { double *p_min = a; for(... (by Mantorr22)
|
by mounir
compiling problem
|
|
[8 replies] Last: Thanks for your effort,but under windows the library is named opengl32... (by mounir)
|
help again please |
|
[5 replies] Last: [quote=Spacemanspalds]Idk how to post code like other people are doing... (by Peter87)
|
by redman008
Using a string in a calculation with arrays
|
|
[4 replies] Last: dayDateString1 = date1.substr(0, 2); monthDateString1 = date1.substr(... (by Peter87)
|
by amayakichi
Circle Class inline doesn't count right
|
|
[1 reply] : Line 50 : Circle::setRadius does not update the new circle radius. v... (by Mantorr22)
|
by tlstjdwo
Very simple code
|
|
[1 reply] : char* suffix(char* text) { return &text ; } (by Mantorr22)
|
Help please |
|
[2 replies] Last: thanks the format confused me where you restated int x= 100 I wasn't u... (by Spacemanspalds)
|
by Phoenixeyes
Stroustrup's Superellipse
|
|
[2 replies] Last: Marvelous! Thank you so much. (by Phoenixeyes)
|
by ejkang62
Merging two arrays?
|
|
[2 replies] Last: The second for loop starts reading the array from i = n1 instead of i ... (by Hengry)
|
by ejkang62
bool for no duplicates
|
|
[1 reply] : what would be the reason? At a guess, n is exceeds the capacity of... (by cire)
|
by jollyholly11
Question how to have invalid slot be staying just in one spot.
|
|
[2 replies] Last: Thank you for your help! It really helped. (by jollyholly11)
|
by Psycosiis
Calling a function hw help.
|
|
[10 replies] Last: #include <iostream> #include <iomanip> #include <cmath> #include <s... (by Psycosiis)
|
help with pointers? |
|
[9 replies] Last: [quote=oOoOo]in order to add the gameBalls object to gameWindow it nee... (by Peter87)
|
by joe864864
Trouble using getline and using ostream& operator<<
|
|
[4 replies] Last: Thank you so much! (by joe864864)
|
by Sentoo
C++ homework help
|
|
[4 replies] Last: @smartypantzss It worked correctly. The integer one was the right one.... (by Sentoo)
|
by tr0ne
Sum of each digit
|
|
[10 replies] Last: Always avoid global variables unless absolutely necessary. I'm not eve... (by integralfx)
|
by gunam12
vector insert function
|
|
[3 replies] Last: Then use 3 vectors. vector<string> firstname; vector<string> l... (by AbstractionAnon)
|
by mohabd73
prime numbers
|
|
[2 replies] Last: I need to edit code abov (by mohabd73)
|