by WAKS
Problems with moving a sprite (SDL)
|
|
[7 replies] Last: No point creating a surface if all pixels are going to have the same ... (by Disch)
|
by jami
Massive Assistance...
|
|
[1 reply] : Here is somewhere to start: #include <iostream> int main() { std:... (by LB)
|
by azad90
Sum up price element in node of linked list
|
|
[2 replies] Last: Book newBook; double total = 0; total += newBook.getPrice(); I've c... (by azad90)
|
Vectors? |
|
[1 reply] : Yeah you will have to copy (or move) the last element in the vector be... (by Peter87)
|
by simptri69
inet_ntop equivalent in Windows
|
|
[8 replies] Last: > though inet_pton was not defined Oh, come on now! http://sources.f... (by JLBorges)
|
by convertcsv
Is Data Loader a Good Choice for MySQL Import CSV?
|
|
[1 reply] : Not quite a C++ matter, ... I expect it'll depend on the backend and s... (by kbw)
|
by vlkon
If condition - Date older than...
|
|
[3 replies] Last: Thanks, the tuple solution works great. Disch: Actually I like th... (by vlkon)
|
by Victor89
Classes
|
|
[3 replies] Last: In C++, class is used to implement a number of different concepts. ... (by kbw)
|
How to connect database(Oracle)? |
|
[no replies]
|
by Ryan5920
My asterisk diamond...
|
|
[2 replies] Last: Ok, I fixed the previous problem, but now my bottom half is coming out... (by Ryan5920)
|
by topcoderno1
centimeters to feet and inch conversion
|
|
[1 reply] : Just use std::cout. This: feet1=cen1/2.54/12; only makes sense in ... (by helios)
|
by abc1
reference variables
|
|
[1 reply] : Why does C use {} for structure and for offsets and not the other wa... (by helios)
|
by Ayalaj01
Functions and Arrays as Parameters
|
|
[2 replies] Last: So then int values means 3? I put three because that's how many elemen... (by Ayalaj01)
|
by delita12
Help Please..i need help :(
|
|
[1 reply] : Please use [co de] tags. I think you are missing part of a function.... (by Zhuge)
|
by Bingocat4
Loading file crashing game?
|
|
[3 replies] Last: Nothing wrong with the code? I don't really remember how I made it. Li... (by Bingocat4)
|
by LB
[Reopened] Why does this error even exist? (1,2)
|
|
[23 replies] Last: Upon more investigation of the original example in the first post, I'm... (by LB)
|
by padawan1545
what can c++ do in general?
|
|
[11 replies] Last: Thank you all everyone you have been a great help (by padawan1545)
|
by LB
Template overloading?
|
|
[2 replies] Last: Thanks, I forgot I could do that! (by LB)
|
by MrPigeon
Linked list not increasing in size
|
|
[2 replies] Last: @Disch Ah, you are definitely right. I was convinced that there was a ... (by MrPigeon)
|
by mihares
Isn't a class unable to reference itself without hitting a snag?
|
|
[3 replies] Last: Thank you all for your answers. The solution provided by Peter87 did w... (by mihares)
|