by sm9
How to know where an identifier was defined before (1,2)
|
|
[22 replies] Last: @helios Thanks! I am not a programmer, I am a chemist, so these things... (by sm9)
|
by ujinlow98
C++ math logic
|
|
[1 reply] : One approach: * have collection of (label,value) pairs * sort the coll... (by keskiverto)
|
by karla89
Wrong coopilation
|
|
[4 replies] Last: Woooow, that's what OP meant by "duplicate". I didn't realize the x pa... (by Ganado)
|
by Sunnycoder
C++ call stack Problem
|
|
[3 replies] Last: #include <iostream> #include <algorithm> #include <initializer_list> ... (by lastchance)
|
by c1885
random double Please help me understand this code:
|
|
[5 replies] Last: You do know about C++ classes and templates? I am just leaning ... (by c1885)
|
by saltdrain
Template for irrationals without approxiimation
|
|
[2 replies] Last: Search this forum for "rational" and "fraction." There are dozens of e... (by dhayden)
|
by drmario6532
How to make different comments different colors in Visual Studio Code?
|
|
[2 replies] Last: you can change xml comment to another color and use /// for those. b... (by jonnin)
|
by philip9621
SPF Calculator for Sunblock
|
|
[1 reply] : Wikipedia says you don't have the data in the right units to calculate... (by helios)
|
by lablnet
confusion to understand Dynamic memory in C++
|
|
[3 replies] Last: This above program give error in MS visual Studio, but work in other ... (by keskiverto)
|
by qtngmin
OOP C++(constant char pointer) (1,2)
|
|
[29 replies] Last: I can see that all the other compilers can run the code. I dont know w... (by qtngmin)
|
by JRManx
Linked List adding node issue (1,2)
|
|
[24 replies] Last: But either way you still have to traverse through the list nodes to g... (by dhayden)
|
by frek
std::cin's APIs
|
|
[12 replies] Last: The frek:: is the "simple rename". (by keskiverto)
|
by frek
The TEA Algorithm input/output text
|
|
[5 replies] Last: How to write each byte individually and cast each byte to a char to be... (by frek)
|
by Sunnycoder
Void Programming Question
|
|
[3 replies] Last: Wow thanks ! (by Sunnycoder)
|
by juicypwner
Not sure how to proceed here with min stops for gas
|
|
[no replies]
|
by lostbits
How do I avoid a nonstatic reference error
|
|
[5 replies] Last: @Ganado Ahem (also, "Aho") you're right. What I eventually did is to ... (by lostbits)
|
by stasloe
Pseudo threads
|
|
[2 replies] Last: For Windows, you could use fibres. You can have multiple fibres within... (by seeplus)
|
by Hawlong
system Error
|
|
[1 reply] : I don't think it's possible to avoid this message when the dell is loa... (by coder777)
|
by lostbits
What is a regular expression to parse csv files?
|
|
[6 replies] Last: It turns out that my csv output is dead simple. It contains only a ':'... (by lostbits)
|
by Cambalinho
how compare simples aspes?
|
|
[6 replies] Last: from these text: string text= "safdsA var ifl ; -.67Ç 68.9\"hello ... (by Cambalinho)
|