by remmus
Pointer troubles
|
|
[1 reply] : This code type var=...; type *p; p=&var; in fact is equivalent t... (by vlad from moscow)
|
by hblue
loop for reading each file
|
|
[4 replies] Last: samuel Adams ....firstly thanks for your response ..and thanks for al... (by hblue)
|
by idrees121
Solitaire Card Games help...
|
|
[12 replies] Last: well in both linux and windows there is a function to get CPU ticks, ... (by closed account zwA4jE8b)
|
Help with save-and-load text files |
|
[4 replies] Last: well editing is going to be unavoidable what you need to do is encrypt... (by lesshardtofind)
|
by david123456
Incompatible types in assignment
|
|
[3 replies] Last: You may not perform assignments of arrays. So this code yearname = "F... (by vlad from moscow)
|
by david123456
notepad ++
|
|
[4 replies] Last: Notepad++ is just a text editor. Not a compiler. You choose the progra... (by jumper007)
|
by Dark Light
Receive USB signals \ custom USB driver
|
|
[6 replies] Last: You need to write and register your own device driver for that which i... (by modoran)
|
by Smac89
Filling struct arrays
|
|
[3 replies] Last: It's possible, but not particularly useful. struct Year { int* pat... (by Cubbi)
|
by Aerion4
Classes, and Header declared void error
|
|
[14 replies] Last: @TIM Well, the getters could still be useful if you need the values fr... (by Raezzor)
|
by mahta
Unhandled exception
|
|
[no replies]
|
by dumb0t
c++ header functions
|
|
[6 replies] Last: oh cool, i have no idea what was template awhile ago but now that i go... (by dumb0t)
|
by jimmah4013
PROJECT IDEA!
|
|
[4 replies] Last: In my company, we don't look at projects based on how closely related ... (by vince1027)
|
C++11 Enum class as vector / hashmap keys |
|
[5 replies] Last: Thanks very much for that JLBorges, that does seem like a clean way to... (by closed account o3hC5Di1)
|
by mahta
error LNK2019
|
|
[4 replies] Last: thank you very much (by mahta)
|
by vikuseth
Reference with constant modifier
|
|
[13 replies] Last: As you said in your post , since 66.6 is a constant (not a variable )... (by cire)
|
by idrees121
need c++
|
|
[4 replies] Last: oki.....can u tell me how to pass a charater type variable to outtext(... (by idrees121)
|
by nrhayyal
list all the symbols in shared library
|
|
[no replies]
|
by jethroxhan
Masking password input
|
|
[no replies]
|
by appy96
A part of the output is wrong.....
|
|
[no replies]
|
How do I check if a template type is a template itself? |
|
[2 replies] Last: Thank you - that worked perfectly, Merry Christmas! :-) (by Philip Lee Bridson)
|