by leo255
Need to merge two arrays, and sort them
|
|
[1 reply] : Line 15: last iteration will have i==elements-1 Line 17: access a[i+1]... (by keskiverto)
|
by prestokeys
Constructor with variadic templates or something like that?
|
|
[7 replies] Last: Emulating C99 style 'designated initializers': #include <iostream> #... (by JLBorges)
|
by shooter1234
help with guessing game
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> using namespa... (by shooter1234)
|
by Kevin15663
Gallons to liters
|
|
[2 replies] Last: This is why I love this site! Thank you so much! (by Kevin15663)
|
by icegb
Problem with a simple beginner program...
|
|
[no replies]
|
by Brian518
swapping nodes in a singly linked list
|
|
[no replies]
|
by JDragon
Diamond shape explanation
|
|
[3 replies] Last: Would you please suggest some tips to understand such problems ? Lo... (by Disch)
|
by JDragon
Using Maths to print patterns
|
|
[2 replies] Last: thank you brother you solved my problem. :) You gave me the clear Ide... (by JDragon)
|
by TX9200
Vector, class and pointer
|
|
[1 reply] : #include <iostream> #include <vector> struct A; struct B { B() ... (by cire)
|
by Shoxin
Help with classes
|
|
[3 replies] Last: Either : #include "stdafx.h" #include <iostream> #include <string> ... (by SorinAlex)
|
by Leon23
Pressing return key to skip to next!
|
|
[5 replies] Last: #include <iostream> int main() { const std::size_t N = 10 ; ... (by JLBorges)
|
by ninjask93
Matrix Multiplication
|
|
[no replies]
|
by bllnsr
returning values from a function using pointers.
|
|
[2 replies] Last: thanks for your help ShodanHo and here is the code after correction wh... (by bllnsr)
|
by Leon23
Stack - Push 'n Pop
|
|
[3 replies] Last: y inside the pop function is a copy of the variable that you passed to... (by Peter87)
|
by jordy1993
trying to integrate 2 functions of trype x^a by parts
|
|
[3 replies] Last: i think im getting closer with this.... it's a start anyway..... it ju... (by jordy1993)
|
by RabMac
Making an Account Number
|
|
[6 replies] Last: > [Linker error] undefined reference to > `Customer::number_of_accoun... (by JLBorges)
|
by poohpooh
Simple DeleteRegKey fail
|
|
[1 reply] : You should try this example: http://msdn.microsoft.com/en-us/library/m... (by modoran)
|
by Megaxela
Play sound buffer contains mp3 data
|
|
[1 reply] : Use BASS library, it is cross platform and very easy to use: http://ww... (by modoran)
|
by theRunner
Array must be initialized with a brace-enclosed initializer
|
|
[4 replies] Last: It works now. I made: char *src=&path ; I don't know what I just... (by theRunner)
|
by RabMac
Issue with my class
|
|
[2 replies] Last: Cheers mate, I thought that was where the problem was. I will get my t... (by RabMac)
|