by evilpickles
Understanding Unions
|
|
[2 replies] Last: when you do a sizeof of a union it will be the size of the largest dat... (by binarybob350)
|
by atikot
problem with solution to exam question
|
|
[3 replies] Last: If you want to get fancy you could write it as void sortarray(char st... (by shacktar)
|
by Drue
Header File
|
|
[3 replies] Last: Sorry didn't know. I normally use Rapidshare, but they recently made ... (by Drue)
|
by Palindrome
Use of control structures
|
|
[1 reply] : Close. It doesn't work because string s don't have an x, angle, orbit... (by shacktar)
|
by Coderfail
Converting a String to a Variable?
|
|
[15 replies] Last: @Coderfail: In any .cpp where you're going to be using a stringstre... (by shacktar)
|
by Drue
Header File
|
|
[7 replies] Last: @Moschops How would I use a function call and make it go to the spec... (by Drue)
|
by n8c
accessing elements of an array that is an array ellement
|
|
[2 replies] Last: sweet thanks hamsterman (by n8c)
|
by Ishara54075
Ofstream << fails writing to file
|
|
[1 reply] : Firstly, the stat function returns 0 (not -1) if the file exists, so y... (by shacktar)
|
by jeffsg605
Permission denied error
|
|
[7 replies] Last: You closed your program. In Windows, you can't overwrite executables... (by king214)
|
by sagar353
Priority queue
|
|
[1 reply] : You can't access any element and you can't erase any element. http://... (by hamsterman)
|
by Dunken
Access global static member
|
|
[17 replies] Last: There's no need to do that. What you should do is mark the class as ... (by anonymous23323124)
|
by vbaswant
time difference
|
|
[5 replies] Last: Thanks toexii. Let me try this code (by vbaswant)
|
by evilpickles
Trying to read random memoy causes error (1,2)
|
|
[20 replies] Last: Oh ok, I get those lines now guys. Thanks for the code to,Watachiaieto... (by evilpickles)
|
by shingleserv
reading input through .csv file (file wont open)
|
|
[3 replies] Last: Any suggestions? I haven't been able to get this working still. (by shingleserv)
|
by Nuc
How to make a program disallow number strings
|
|
[1 reply] : Look at all the characters in your string, you can determine whether o... (by toexii)
|
Converting a printf statement to cout |
|
[2 replies] Last: Thanks for the help ! And yes....i did write #include <iostream> and... (by ChosenTorture)
|
by alexdeb
Starting C++ learning: integer initialized to -1 return 0
|
|
[3 replies] Last: Maybe the compiler you were using with Code::Blocks sets the int varia... (by mike246)
|
by URSvAir
Graphics
|
|
[7 replies] Last: Thanks for the help all. I forgot to ask, is DirectX easier to use ... (by URSvAir)
|
by Bchaos
File I/O
|
|
[3 replies] Last: Ok good to know it's possible, thanks! @ L B yeah I wont confuse myse... (by Bchaos)
|
by Nisheeth
Path Finding through a random arrangement
|
|
[6 replies] Last: The code you posted doesn't seem to have any randomization in it. So... (by Nisheeth)
|