by praneshiitm
passing array in a function
|
|
[9 replies] Last: [quote=markj]Never pass an array. This is frowned up in C++ as it's ve... (by Duthomhas)
|
by Al Biruni
Calculating the time difference
|
|
[3 replies] Last: suppose you have for example 3559 secs. cout<<time/3600<<" hours\n"; c... (by geosnipes)
|
by johnmerlino
strange behavior with pointer arithmetic
|
|
[8 replies] Last: i learned that pointers and arrays are basically treated the same by a... (by geosnipes)
|
by dub1987
Federal Tax Calculator Program
|
|
[15 replies] Last: Understood. Maybe you could take a quick look at my other program I am... (by dub1987)
|
by bjcool4
Copying a list to a vector
|
|
[3 replies] Last: Spot on guys thanks :) (by bjcool4)
|
by whoovian11
Permutation Help?
|
|
[14 replies] Last: Honestly I am not sure what you are doing(or trying) in your code. It ... (by giblit)
|
Viewing slider value WINDOWS? |
|
[1 reply] : SOLVED! In case anyone else is wondering how to do this its simple en... (by danielmccarthy)
|
irc bot not working part two |
|
[1 reply] : never mind. naraku9333 fixed it. fix: http://pastebin.com/tgYwfvw9 (by Little Bobby Tables)
|
by alexaann1221
Functions with variable number of arguments
|
|
[1 reply] : However, you should be able to work your way through it. Start with th... (by Duthomhas)
|
by KrunkFu
Accessing elements
|
|
[3 replies] Last: Why not use std::vector instead of a C-style array? I also am not su... (by LB)
|
by praneshiitm
header files error
|
|
[2 replies] Last: no...i didn't miss the semicolon...actually i didn't write 'using name... (by praneshiitm)
|
by abu7mead
need help: bubblesort in ascending order
|
|
[3 replies] Last: You are sorting based on the compile time constant CLASS_SIZE. What i... (by AbstractionAnon)
|
by sarak786
when I run the program does not show the output can anybody fix my error.
|
|
[1 reply] : We're not going to do your homework for you. Make an attempt and we ... (by AbstractionAnon)
|
by jumper007
OOP Linker Errors?
|
|
[2 replies] Last: Oh.. That makes sense.. Sorry for wasting your time, and thank you ver... (by jumper007)
|
Visual studio c++? |
|
[2 replies] Last: 3 IntelliSense: an ordinary pointer to a C++/CLI ref class or interfa... (by booradley60)
|
by Chubby
balanced parantheses
|
|
[1 reply] : #include <stack> But that wont solve all your problems You have decla... (by codewalker)
|
by kenny24
Strings in C++
|
|
[4 replies] Last: simple regex i dont believe you ;) /joke in my opinion regexs are f... (by Little Bobby Tables)
|
by teslaa
THE WORLDS MOST COMPLICATED C++ ISSUE
|
|
[3 replies] Last: Thanks so much guys, adding the :: before the bind sorted it!! (by teslaa)
|
by syedfaisal
Database programming in C++
|
|
[4 replies] Last: By mathematics knowledge if you mean integration and derivatives and s... (by codewalker)
|
by treyrox
Having trouble will classes and objects
|
|
[1 reply] : Hi, Don't have using namespace std; there is a C++11 std::round , ... (by TheIdeasMan)
|