by exiledgolem
Error with Tilde Bitwise Operator
|
|
[1 reply] : int x = 100; In this case ~x is a negative number. When you assignin... (by MiiNiPaa)
|
by RotatingAxis
Use of pointers
|
|
[19 replies] Last: Why? (by LB)
|
by KrtinN
Quiz Program
|
|
[3 replies] Last: Conceptually, that is irrelevant. The file has a list of entries. Yo... (by keskiverto)
|
by xHyperionx
External Library Help!!!!
|
|
[3 replies] Last: It doesn't really matter, as long as you do what I said in my previous... (by MikeyBoy)
|
by Engineering
Having Trouble/I do not know what is wrong.
|
|
[2 replies] Last: I fixed the prototypes, but now I'm having problem with the wrong outp... (by Engineering)
|
Switch statement |
|
[no replies]
|
by begha
Efficiency: Linked list or sorting an array?
|
|
[4 replies] Last: > 2. Using a container to store all the numbers first, then sorting th... (by JLBorges)
|
by Wagari
Is Linking array content with a string possible?
|
|
[1 reply] : std::string appoinment ; (by ne555)
|
by deckonsoul
How to change values of an array? then display?
|
|
[1 reply] : #include <iostream> #include<string> #include<map> #include <cstdlib>... (by sujitnag)
|
problem in search (1,2) |
|
[21 replies] Last: So, what is your problem? Search Menu ... (by MiiNiPaa)
|
Comparison of Two XML Files |
|
[2 replies] Last: @ajh32: Do "abc" and "bac" have the same hash? XML is tricky, because... (by keskiverto)
|
operator[] return type |
|
[2 replies] Last: What they try to say is that if the line 23 would return a non-const ... (by DyslexicChciken)
|
by navinrai26
Temperature Program
|
|
[1 reply] : The formula for celsius -> (fahrenheit - 32) * 5/9 How would you be... (by coder777)
|
by ashlclm
understanding Makefile
|
|
[1 reply] : Read Chapter 2: An Introduction to Makefiles in this tutorial https://... (by JLBorges)
|
by Olaf
how to correctly initialize instances of a class?
|
|
[6 replies] Last: Perfect. For future reference: "uniform initialization" and "C++'s 'Mo... (by Olaf)
|
by falconsfan92
Bubble Sorting a linked list?
|
|
[1 reply] : There are two ways to re-order a list. You either swap values or chan... (by keskiverto)
|
by wahhaj
Dynamically changing array elements inside of structures
|
|
[4 replies] Last: I got it, thanks for helping out (by wahhaj)
|
Key with Modifier |
|
[1 reply] : Can someone help me please? (by Mora Hannover)
|
by JohnyL
Excel XLL returns different results
|
|
[2 replies] Last: @MiiNiPaa Thanks a lot! Yes, I completely forgot that operands are c... (by JohnyL)
|
by ep7network
Output the Correct Standard Deviation
|
|
[7 replies] Last: You guys are awesome!! it worked. My program is outputting the correct... (by ep7network)
|