by WonderPanda
Unsigned Int?
|
|
[2 replies] Last: Thanks that worked great (by WonderPanda)
|
by speedster123
Sort one array based on values of another array
|
|
[5 replies] Last: Thanks m4ster r0shi, Exactly what I was looking for! (by speedster123)
|
by baronbear
Employee database: debug assertion failed
|
|
[3 replies] Last: char search ; int number = 0, length = strlen(search); Here, you're ... (by shacktar)
|
by ahsanriaz100
How much support C++ has in comparision to C#?
|
|
[4 replies] Last: I can confirm what Grey Wolf says. I am a C++ programmer and we trans... (by mcrist)
|
by teocl5
Converting string with negative values to double/ float
|
|
[1 reply] : [quote=teocl5]What is the simplest way? I'd say, something like this:... (by m4ster r0shi)
|
by Dark Rabbai
Random number generation
|
|
[1 reply] : When you post a question, not only describe the task, but also the pro... (by hamsterman)
|
by teocl5
Extract substring from a line of text in text file
|
|
[2 replies] Last: Hi hamsterman, thanks for the help. I have somehow managed to get the... (by teocl5)
|
by jhovarie
can we run c++ with out showing a window?
|
|
[1 reply] : I hope these help. They look helpful: http://www.irrlicht3d.org/wiki/i... (by HenriK)
|
by screw
problem with mingw 4.5.2 and prebuilt boost 1.46.1 libs
|
|
[1 reply] : Could it be that you are running your code from eclipse ? We noticed t... (by yakirari)
|
by Thyde
Functions for roomchanges in a text based game
|
|
[12 replies] Last: I didn't think about that, I've been trying to find the right place to... (by Thyde)
|
by xanimeangiex
Array Indexing Problems
|
|
[1 reply] : for(int y = 0; y < keylen; y++){ if(proto == key ){ proto = ke... (by hamsterman)
|
by MarkLeonis
csv Inventory file I/O
|
|
[1 reply] : input.read(reinterpret_cast<char*> (&ProductInfo), sizeof(Product))... (by shacktar)
|
by MottMan
One Class Accessing Data of Another
|
|
[3 replies] Last: It actually wasn't resolved with such a simple solution. I had to do s... (by MottMan)
|
by smcguffee
simple va_args question
|
|
[7 replies] Last: Ah, yes, that is a C++11 feature, I think, to be able to use literal i... (by Duthomhas)
|
by AMCerasoli
Object Serialization C++
|
|
[1 reply] : I've made a simple example, it loads/saves one person and an array of ... (by Turbine)
|
by stretch
Projectile OpenGL
|
|
[2 replies] Last: Thank you. I thought I had it a couple times it wasn't the way that it... (by stretch)
|
by Skid
Parse Last.fm Inbox
|
|
[no replies]
|
by jpotts
While statement trouble
|
|
[2 replies] Last: Ok, i see what i was doing wrong. Thankyou! (by jpotts)
|
by Incursion172
Keep getting errors using the switch option
|
|
[3 replies] Last: Breadman - Thanks for the quick reply! I did what you said and it work... (by Incursion172)
|
by kimmi22
Writing Data input by user to test file.
|
|
[4 replies] Last: So, the customer ID problem was solved as well? (by shacktar)
|