by TheBear
Separation of internal and external interfaces
|
|
[9 replies] Last: Hi, i was otherwise occupied the past week, but better a later answ... (by TheBear)
|
by Rycul
Code not 'detecting' correct symbols.
|
|
[4 replies] Last: Haha, Disch you posted while I was editing mine after I realized that ... (by closed account 1yR4jE8b)
|
by EruEru
Convert VB to C++
|
|
[3 replies] Last: The VB code uses a fancy wrapper for the Win32 DialogBox functionali... (by Duthomhas)
|
by minix
where am i wrong
|
|
[2 replies] Last: Thanks for clarification :) "We should not mix signed and unsigned wi... (by minix)
|
by Alan
Stumped on probability
|
|
[4 replies] Last: Aw... the person who asked the question beat me to the answer. All... (by Albatross)
|
by TheDestroyer
copying a vector<vector<vector<bool> > > container
|
|
[7 replies] Last: What it sounds to me like you are trying to do is essentially a blit. ... (by jsmith)
|
by evan54
end or programme/pointer problems
|
|
[1 reply] : We have no idea what program this is and what it's original code was. ... (by Albatross)
|
by unitron6991
Problem with classes and pointers
|
|
[2 replies] Last: Thanks! Your suggestions really helped. My program runs fine now. I do... (by unitron6991)
|
When is C really necessary? (1,2) |
|
[32 replies] Last: It is always easiest to write in the languages you are most familiar w... (by Duthomhas)
|
by f16
complex asin with <complex> (NOT complex.h)
|
|
[3 replies] Last: Thanks! That's how I solved it: // Implement complex arcsin comp... (by f16)
|
by makaveli93
Arrays with classes compile error
|
|
[2 replies] Last: ohhh whoops, i was thinking of maple :P thanks for your help (by makaveli93)
|
by webepsu
Nested For Loops
|
|
[2 replies] Last: A for loop with a switch case would be useful for you. If you want you... (by Albatross)
|
by qabil
c++ coding competition
|
|
[15 replies] Last: i actually love math, math hates me. (by blackcoder41)
|
create a PDU containing a double |
|
[2 replies] Last: ok thanks for the advice! (by ryanHeartfield)
|
by clarktan001
vector with class?
|
|
[1 reply] : You have a container and an object with the same name: vector<Prope... (by mcleano)
|
class::struct::char* |
|
[3 replies] Last: As long as you initialize all the pointers. But since you have to i... (by jsmith)
|
by ohsnap1319
Templates
|
|
[7 replies] Last: Disch is right with the line-14 comment about templates, however I rec... (by imi)
|
by firedraco
Increments and Order of Operation
|
|
[2 replies] Last: O_o Albatross was trying to get people to run a program that was testi... (by firedraco)
|
Multiplication table program is stuck in a infinte loop, can't seem to debug |
|
[4 replies] Last: No, thank you for being so patient while I take twenty years to respon... (by Albatross)
|
by lamorak
bool loop problem
|
|
[4 replies] Last: i got it working, i'm stupid i was missing a = in if(game[selection/3... (by lamorak)
|