Help with switching two values |
|
[4 replies] Last: There is the std::swap library function. #include <algorithm> // ... (by AbstractionAnon)
|
How can I get my code to work with string instead of const char? |
|
[2 replies] Last: Well, the easiest way to do this with what you have is use std::string... (by AbstractionAnon)
|
by WhatIf
Where should I initialize member variables?
|
|
[1 reply] : You need to show some code that illustrates your question. If the vari... (by jlb)
|
by hackupid
C++ Assingment
|
|
[4 replies] Last: Yes it's mFactor, but it isn't constant. The instructions say "The qua... (by dhayden)
|
by thor36
Application built with makefile works fine, but same code built in IDE crashes
|
|
[1 reply] : *Bump, if I may (by thor36)
|
help with a few windows.h functions ? |
|
[1 reply] : QueryPerformanceFrequency(): https://msdn.microsoft.com/en-us/library/... (by Computergeek01)
|
by Glyndon
cin problem
|
|
[no replies]
|
Help with getting system time. |
|
[no replies]
|
by Bo Nystedt
Why does at() not return a reference to the element at position n in a vector<vector<pair<int,int> > >?
|
|
[1 reply] : > You can see in the output see that the elements add up No, we can se... (by ne555)
|
by etrusks
locales and facets for build in types
|
|
[2 replies] Last: Tnx man this will definitely work! :) (by etrusks)
|
by dblevins0049
issorted program
|
|
[2 replies] Last: The logic has already been told by Arslan7041. To make it easier for y... (by hiphop12ism)
|
by iampig
Help with C++ homework
|
|
[1 reply] : Declare an integer with int i; you can read it with cin >> i; Plea... (by dhayden)
|
by Outlaw782
Database dependencies
|
|
[4 replies] Last: If one patient can have many diagnoses and one diagnosis can belong to... (by Thomas1965)
|
by shiveka
class named main
|
|
[5 replies] Last: You could place the main class inside a namespace. namespace A { cla... (by Peter87)
|
by kerberonix
sum of specific elements in a vector
|
|
[1 reply] : You can use a vector like an array: sum = arr + arr ; This adds t... (by coder777)
|
by JLop0820
Calculating the totals
|
|
[2 replies] Last: I understand now, thank you so much for the help. I'm still a newbie u... (by JLop0820)
|
by dunnpeaches
switch statement problem
|
|
[1 reply] : Code would be good. Don't forget the code tags. Just guessing at the ... (by TheIdeasMan)
|
by ec252
Snake Game Making snake increase in size and and follow the same trail as lead character
|
|
[no replies]
|
by quietpupil
Pig Latin
|
|
[no replies]
|
by plsalinas
void functions && POINTER
|
|
[no replies]
|