by bluecoder
template question
|
|
[5 replies] Last: thanks aquaz and Ivan Sidarau it worked . (by bluecoder)
|
by bricebanel
Undefined reference to 'function(char*, char*) in g++
|
|
[2 replies] Last: I did forget to link words.cpp...thanks a lot! (by bricebanel)
|
by schaapn
can someone see the fault in my program?
|
|
[4 replies] Last: the problem is that whe may not use state machine solve, but ty @ oct... (by schaapn)
|
by Falconsoft
How does one mould the shape of the window of the dialogue and apply a template to it?
|
|
[4 replies] Last: well you know like a program like ObjectDock Or circle dock? (by Falconsoft)
|
by blueeyedlion
problem with list iterator
|
|
[12 replies] Last: thanks Moschops.. (by bluecoder)
|
by Muhasaresa
Capacitors...
|
|
[1 reply] : The transistor is saturated, So V_7 \approx 0 and V_2 = 2/3 V_{cc} Ne... (by ne555)
|
by qiqi
what's the problem of this code that causes segmentation fault?
|
|
[7 replies] Last: Thanks Moschops for your helps! The memory "new"ed during recursion i... (by qiqi)
|
by denniscpp
header file problem
|
|
[5 replies] Last: extern applies to anything you can create an instance of. what does ... (by Moschops)
|
by jorgen
char array mysteriously changing name
|
|
[3 replies] Last: Of course, how could I miss that! The reason I'm using char arrays: I... (by jorgen)
|
by denniscpp
how to check if input is an integer?
|
|
[3 replies] Last: but still you want to check if( isdigit(i) ) { stringstream stri... (by bluecoder)
|
by dragonad
Data Structure for boolean expressions
|
|
[5 replies] Last: I suggest you using a Composite pattern for the boolean expression. A ... (by aquaz)
|
by Gnarlyman
Using C++ to generate/manipulate sound and waveforms
|
|
[no replies]
|
by Gnarlyman
A display function
|
|
[3 replies] Last: Thank guys; very helpful. I wasn't familiar with SFML, and it looks p... (by Gnarlyman)
|
by capagot
Template vs. float/double datatype
|
|
[5 replies] Last: You didn't add a template<class U> to the implementation. By the way, ... (by hamsterman)
|
by manni
Wizz kids needed
|
|
[1 reply] : what does it mean for arithmetic in B to be modulo 2? It means the ... (by Moschops)
|
by denniscpp
how to read and save data from and to a file?
|
|
[3 replies] Last: Show us the code that doesn't work. ifstream means InputFileStream. ... (by Moschops)
|
by Mats
Recommended Compiler
|
|
[7 replies] Last: THanks Mats (by synno)
|
by manni
Hard wiring? - for the brainiacs on this forum
|
|
[2 replies] Last: Thanks so you mean, fix a value of the input. and use this value to a... (by manni)
|
by Ben Duncan
Floating point exception
|
|
[2 replies] Last: This is what happens when you try to use 0 in the modulus operator: ... (by Moschops)
|
by ballurohit
undefined symbol string
|
|
[3 replies] Last: Be sure to #include <string> and when you use string, use it as ... (by Moschops)
|