by anykvist
Running dll file on two different computers
|
|
[2 replies] Last: Ok, thanx! /A (by anykvist)
|
Develop web page? |
|
[2 replies] Last: You can make your entire backend in C/C++, but for your frontend you w... (by jmc)
|
by nonadoes
extract the number from a char string
|
|
[2 replies] Last: If TAGNAME can contain underscores and capital Cs, then you are going ... (by jsmith)
|
by Maya
How to detect the end of a sentence
|
|
[18 replies] Last: tried to read about the getline function but don't know yet how to use... (by Maya)
|
by AaronCT123
Program reads out different answer than expected.
|
|
[3 replies] Last: I think you're completely messing up the calculation, both on the calc... (by helios)
|
by NGen
Compiler-Specific #define
|
|
[1 reply] : http://predef.sourceforge.net/precomp.html (by helios)
|
by Philsonpott
scanf usage
|
|
[5 replies] Last: Exactly. Eg scanf("%c", &Ans ); // input ABCDE reads A scanf("%c", ... (by jmc)
|
by vince510
switch() statement
|
|
[2 replies] Last: I see. I havent started coding with it yet. I was just doing text ex... (by vince510)
|
by jmc
allocate local variable in function
|
|
[8 replies] Last: The real programm does that and all memory is freed every time it is n... (by jmc)
|
by Return 0
Function Pointers... Benefits?
|
|
[4 replies] Last: That makes a little more sense. Thanks. (by Return 0)
|
by fire child
a number is sored in a string how do I set it equil to a variable
|
|
[6 replies] Last: sorry my code is just to involved it won't fit, it is like double the ... (by fire child)
|
by shopnobhumi
explanation of a program
|
|
[2 replies] Last: isn't 'b' a pointer to int ? So b+1 would be b + sizeof(int)*2 Any... (by Disch)
|
by CodeBugs
Using map<> containers - yet more problems !
|
|
[4 replies] Last: Bazzy ! cheers mate. problem solved. I just didn't realise that had... (by CodeBugs)
|
finding the smallest value |
|
[3 replies] Last: I fiddled with it and came up with this. You have the same problem in... (by kempofighter)
|
by AR Khan
Unicode
|
|
[2 replies] Last: During searching, i found ASCII codes for arabic alphabets. http://ww... (by AR Khan)
|
by Nelo87
To activate the destructor.
|
|
[10 replies] Last: Yes, perfect! The console closes immediately because that is what i... (by Duthomhas)
|
by savinay93
Julian date UDF
|
|
[5 replies] Last: Glad to have helped. :-) (by Duthomhas)
|
by greentype
Using same namespace in multiple files
|
|
[2 replies] Last: Based on the last response, I have tried several ways to get the code ... (by greentype)
|
by azimuth
Making the scope of a variable global?
|
|
[8 replies] Last: IMHO, because people want to create "nice" interfaces, and all GUIs ha... (by jsmith)
|
by Shaitan00
How to create a static map that is only loaded once? [C++]
|
|
[1 reply] : You can have a nested class (with the map as member) which populates t... (by Bazzy)
|