by mzzz
how to design a smart pointer class
|
|
[6 replies] Last: You cannot check if pointer points to array or single value that way. ... (by MiiNiPaa)
|
by fbhkhan
Getting error in ofstream file.
|
|
[5 replies] Last: I've not tried to compile it, but your code should look something like... (by kbw)
|
I feel like I've gotten the hang of C, stdio.h, and stdlib.h; how do I go about programming 3d graphics? |
|
[2 replies] Last: Hi Disch, Thanks for the quick reply, I've been reading the online bo... (by comradejonathan)
|
by nik65
trouble with webscraping and arrays
|
|
[no replies]
|
Approximating 'e' Using a Loop -- Euler's Number Problem |
|
[15 replies] Last: Valid observation. I didn't see that formula from the OP, so you might... (by Duthomhas)
|
by theconqueror
Knapsack Conceptual Doubt - Dynamic Programming
|
|
[no replies]
|
by kusonpadam
Operator Overloading Methods
|
|
[no replies]
|
Abstract "static" class and performance. |
|
[1 reply] : I have one instance of an element, e.g., Triangle for each mesh Share... (by MiiNiPaa)
|
Convert string IP to unsigned int |
|
[1 reply] : I ended up using `inet_addr("54.171.82.217")` instead. Bear in mind th... (by cybermonkeyso)
|
by kev1990
if statement to read number negative or positive not working
|
|
[2 replies] Last: the value -1 is type of int, so when you compare un1 <= -1, at this m... (by mzzz)
|
by Glaven
Divide User Input by 2 Until 1
|
|
[7 replies] Last: at line 15 break; will be unconditionally executed, that will result ... (by mzzz)
|
by TCS1110
Please help
|
|
[6 replies] Last: Yeah. Goto function is good at some point. :) But I suggest using "\t... (by jemeripol)
|
by tinytimes
getting problems by using vector in c++
|
|
[1 reply] : branch (input> 100) has no exit to prevent it from calling grades.... (by YokoTsuno)
|
by fbhkhan
Determine integer in .txt file
|
|
[2 replies] Last: Thank you so much for your help. (by fbhkhan)
|
by jasonwynn10
Self copying file Challenge
|
|
[4 replies] Last: I want a file that can copy itself ad other files onto my flashdrive b... (by jasonwynn10)
|
Weird includes |
|
[3 replies] Last: #include is a preprocessor statement. Before the compiler even gets ... (by LB)
|
by armonsafai
8-queen problem
|
|
[no replies]
|
by hoofhamples
Compiles but refuses to print out char Grades ???
|
|
[2 replies] Last: TEXT FILE: Dean DeFino 88 98 99 Sally Johnson 78 89 82 Bil... (by hoofhamples)
|
My file isn't reading |
|
[2 replies] Last: Sorry The file is to print the car number (numbers in the middle) and... (by ProgrammerSoul)
|
by marcopolo12
solving maze
|
|
[6 replies] Last: that is an output tag not a code tag... code tags are in color. (by jasonwynn10)
|