global static vars problem |
|
[7 replies] Last: static variables in the global scope make them local to the file the... (by firedraco)
|
by Zanib
Very Important Project Help needed
|
|
[1 reply] : There is an actual "jobs" section on this site, you may get a better r... (by Computergeek01)
|
by rami2011
how to hide http://.......com in source
|
|
[5 replies] Last: What does it matter to you whether the user edits the http address or ... (by hanst99)
|
by agoswami
To prevent inheritance
|
|
[12 replies] Last: Why? Nobody likes trolls. (by filipe)
|
by perr
machine epsilon
|
|
[6 replies] Last: The overall precision will very much depend on the absolute values of ... (by rapidcoder)
|
by LiLChris
Random name selection
|
|
[2 replies] Last: I apologize for pretty much DOING it for you, but this could b... (by desoxena)
|
by BenJones
Split string
|
|
[2 replies] Last: Thanks that just what i needed. (by BenJones)
|
by trc0267
need to add colon in time
|
|
[2 replies] Last: What code do you have so far? What exactly do you need help with? (by lordmat)
|
by rcorcs
GNU (MinGW) Assembler and Linker
|
|
[no replies]
|
by app08sfs
Hamiltonian Question
|
|
[no replies]
|
by Azagaros
warning: deprecated conversion from string constant to 'char*'| (1,2)
|
|
[22 replies] Last: Your CString::Find has a buffer overflow. The while should test for *p... (by imi)
|
by jlangholzj
Nesting Structs
|
|
[2 replies] Last: Maybe with a global variable PIDS of type Pidstruct*, that you would a... (by bartoli)
|
by vivmen
strenge behaviour
|
|
[5 replies] Last: is it because of int x ? Yes. That's what guestgulkan tried to explan... (by coder777)
|
by jackel7777
const overloaded operator
|
|
[2 replies] Last: You don't need A A::operator*(A &rhs) . static_cast<const A&>(tmp);... (by coder777)
|
by tuandt5
Complex matrix
|
|
[5 replies] Last: Don't forget to check your duplicate thread in the beginners section: ... (by closed account D80DSL3A)
|
by jackschmit
Sort numbers smallest to greatest
|
|
[3 replies] Last: If I didn't have an array I would be using. CS140 doesn't tell me any... (by Azagaros)
|
by packetpirate
C++ String Tokenizer equivalent?
|
|
[5 replies] Last: filipe, thanks. I'll make sure to read that. (by packetpirate)
|
by ToniAz
Is C\C++ on the Verge of Extinction?
|
|
[2 replies] Last: Programming languages come and go, but C and its succesor C++ seem to ... (by mof)
|
by Browni3141
Primes Class
|
|
[2 replies] Last: Friend functions don't have normal scope rules for accessing the class... (by Azagaros)
|
by ichigo
Math issue
|
|
[3 replies] Last: thank you. Than helped alot (by ichigo)
|