by plaid311
error C2668
|
|
[7 replies] Last: That definitely helps. Thank you, Veltas! (by plaid311)
|
by Jimbot
Editing member variables of objects in a vector
|
|
[15 replies] Last: Then he calculates who's in reach and choses one and tells him the da... (by ne555)
|
by ledzepdoors1
class/struct/union
|
|
[6 replies] Last: never mind i got it : ) thank you very much for your help! (by ledzepdoors1)
|
by snakec
2d array programming problem
|
|
[2 replies] Last: For an array created like this: int *a ; for(int i = 0; i < 3; i++)... (by shacktar)
|
3x9 Sudoku Solver: Number Insertion Function Failure |
|
[11 replies] Last: I asked about your knowledge of data structures because keeping accoun... (by kfmfe04)
|
by ealforque
Templated Nodes for LinkedList
|
|
[3 replies] Last: This has been discussed before, recently -> http://www.cplusplus.com/f... (by m4ster r0shi)
|
by CStu
Store Program
|
|
[7 replies] Last: My teacher told me to put in cin.ignore() somewhere after getline but ... (by CStu)
|
by abdouait
How to use setw() and setfill()
|
|
[4 replies] Last: okkkkkk thank's a lot :) that's working : void inscrire... (by abdouait)
|
by newCpp
Access static variable from another class in another file
|
|
[1 reply] : #include <Test.h> int main() { Test::var = 1; return 0; } ... (by kbw)
|
by brokenbot
How do I get the address of a dynamic pointer?
|
|
[5 replies] Last: I've noticed that using sizeof() on the **(p+n) yields that it's only... (by coder777)
|
by snakec
c++ 2d array problem
|
|
[1 reply] : for(int i = 0; i < 25; i++) a[i%5][i/5] = i; If you do output, ... (by hamsterman)
|
by nand
yet another question about enums....
|
|
[5 replies] Last: Hello, Thank you all for your help! A const char array is the best s... (by nand)
|
by JoshHenry
Email parser
|
|
[1 reply] : You can use the string functions like find() or find_first_of(). They ... (by coder777)
|
by Jsel
Help choosing compiler and debugger
|
|
[no replies]
|
by brokenbot
pointer trouble
|
|
[2 replies] Last: LOL i ment loops... haha. and thanks. That makes perfect sense. I wond... (by brokenbot)
|
by personak
strsep
|
|
[3 replies] Last: /* strsep.h Provides the 4.4BSD strsep(3) function for those that... (by Duthomhas)
|
by asymptotes14
where did i go wrong here?
|
|
[4 replies] Last: thanks im getting it right noe, thanks for the help Pravesh koirala! (by asymptotes14)
|
by sanji2011
build target: definition
|
|
[1 reply] : Could you give the context of "build target"? Without context, my int... (by jeffbmartinez)
|
by Pizzaboi
Restarting a Program
|
|
[7 replies] Last: Thank you for being an ignominious jerk and reiterating what the two p... (by ascii)
|
by aerowenn
Very quick/simple question
|
|
[4 replies] Last: I also recommend you don't write confusing code like that. This cod... (by Disch)
|