by geeloso
Can folders be added to a C++project??
|
|
[4 replies] Last: I would just CTRL+A and drag all files in that folder into the IDE. W... (by Stewbond)
|
by Boolean0605
HELP!!
|
|
[2 replies] Last: well write some code and if you need help then we will help you. We wi... (by giblit)
|
by MosDefin8ly
Passing a Nested Structure Array to a Function
|
|
[5 replies] Last: You need to forward declare function or make a prototype if you intend... (by MiiNiPaa)
|
by apb210
Vectors of Object
|
|
[2 replies] Last: Please provide actual error messages and actual code that reproduc... (by cire)
|
by Gameman
What after Opengl?
|
|
[19 replies] Last: [quote=CodeGazer]Why not? It is quite a good game to teach a range of ... (by closed account N36fSL3A)
|
by TWhytock
Help with Printing Square Free Numbers
|
|
[1 reply] : I fixed it! I replaced the bolded bit with for (int j = 0; j < Primes... (by TWhytock)
|
by ArnauB
HELP WITH OBJECTS
|
|
[3 replies] Last: void Data::readDates(Data ){ ??? I think you are not understanding ... (by giblit)
|
by Bassett7
HELP!!!
|
|
[1 reply] : Please use code tags when posting http://www.cplusplus.com/articles/z1... (by Yanson)
|
by Smarty
Only edit empty lines of a file
|
|
[no replies]
|
by earthquake
Library files & header files
|
|
[3 replies] Last: Well, MinGW uses libmsvcrt.a. Native linux compilers probably uses gli... (by MiiNiPaa)
|
Create N matrices simultaneously. |
|
[1 reply] : There are no "commands" in C++. There are statements and expressio... (by Duthomhas)
|
by Kak3n
Find longest name, display it and say how many letters it have
|
|
[5 replies] Last: #include <cstdlib> #include <iostream> //#include <string.h> #include... (by JLBorges)
|
by alibierto
From decimal to hexa. haloa guys, i've a problem on a code in c++.
|
|
[3 replies] Last: #include <iostream> void print_hex_digits( unsigned int n ) { st... (by JLBorges)
|
by aishT96
how to divide depending on how many times the user inputs a value
|
|
[2 replies] Last: #include <iostream> #include <algorithm> #include <vector> int main(... (by MiiNiPaa)
|
by tacitus
Databases
|
|
[2 replies] Last: Try MySQL (by Uk Marine)
|
by aishT96
How to make the program repeat a question over and over and calculate total when the user wants to quit
|
|
[1 reply] : How to begin to write the project By laying out what input should you... (by MiiNiPaa)
|
by MrMoe
Inheritance from abstract base class for decision tree
|
|
[4 replies] Last: OK, thanks again, I haven't thought of that. I will try to make it wor... (by MrMoe)
|
by Skhiburdhurs
Problem with traversing doubly link list
|
|
[2 replies] Last: Wow thanks, that actually works! (by Skhiburdhurs)
|
by yhu420
Bug on pointer vector::push_back
|
|
[3 replies] Last: The pointer m_nav has to be properly defined by defining the object wi... (by Subhajit)
|
by raymachine
Help with an array program
|
|
[1 reply] : The numbers parameter of Func1 is of type int. You can't use the subsc... (by Peter87)
|