by jlillie89
simply a pain
|
|
[16 replies] Last: Thanks Darkmaster. (by jlillie89)
|
by martianxx
Linux Command Line Compilation
|
|
[2 replies] Last: I don't think so because the path I pass to the compiler goes to the i... (by martianxx)
|
by rakesh2
*pointer issue
|
|
[5 replies] Last: If you return an actual object, then you are creating a copy of the ob... (by MikeyBoy)
|
by toomanystars
SDL Sound Help Please
|
|
[5 replies] Last: Make sure that your shooting sound is loaded correctly. Mix_Chunk* sh... (by Peter87)
|
by Jesukiran
HELP!! Video Coding in C++
|
|
[10 replies] Last: You might need to learn how to use libraries first. If this isn't some... (by Moschops)
|
by fil
Derived class and operators
|
|
[1 reply] : The compiler is saying that there is no operator^ that takes a base<do... (by Cubbi)
|
by award982
Trimming a string after space
|
|
[5 replies] Last: @award982 if s = " how are you doing?" that there would only be " Ho... (by vlad from moscow)
|
by Imad0
I need help me wid my final assignment..pleezzz
|
|
[1 reply] : it's your homework, so post the code you have so far and please use co... (by Darkmaster)
|
by Bugsy6
Issue with while loop in SDL
|
|
[12 replies] Last: I've cracked it!! I added a variable that changed number depending on... (by Bugsy6)
|
by jlillie89
How to delete (1,2)
|
|
[20 replies] Last: kind of :) thx (by jlillie89)
|
by richcohen
c++ help urgently needed
|
|
[7 replies] Last: Hello richcohen,can you give a try for below code: #include<stdio.h... (by tgiec)
|
by Cathy123456
Help?
|
|
[2 replies] Last: move int sort_array(int* nums) (and the code belonging to it) outsid... (by coder777)
|
fstream |
|
[4 replies] Last: Copy-paste your add_user() and add_friend() functions. I can't se... (by Catfish2)
|
C++ doesn't accept vector |
|
[2 replies] Last: Oh so thanks! I forgot "using namespace std"... Silly... (by Imadatobanisa)
|
by Fovvler
do while loop error
|
|
[5 replies] Last: I really don't know why. I just knew that the input stream had to be f... (by CallMeCrazy)
|
argc, argv[] |
|
[4 replies] Last: do you mean that the extra 1-5 arguments are read from the file? if so... (by theranga)
|
by aj3423
extending std::basic_string::append
|
|
[11 replies] Last: std::basic_string is not polymorphic, you're not supposed to derive fr... (by Cubbi)
|
by mydzyy
Reference of vector as an argument
|
|
[no replies]
|
by ben1996123
Parsing a midi file
|
|
[4 replies] Last: What type of midi file are you talking about? An SMF file? (Standard ... (by andywestken)
|
by Cathy123456
sort an array using a function
|
|
[5 replies] Last: could be, its a big enough lecture! do you have any advice?? the error... (by Cathy123456)
|