by n30n
Linked lists - insert function not sorting right
|
i made a linked list for video objects. i made an insert function to sort each video by title alphab... |
Sep 30, 2014 at 1:44pm
[2 replies] Last: The code looks basically correct. What does Video::get_title() return?... (by dhayden)
|
nullptr in Cygwin! |
I am trying to use nullptr in Cygwin, but I keep getting an error saying nullptr is not defined. I f... |
Sep 30, 2014 at 5:44am
[3 replies] Last: Yes, so it turns out all I needed was to type -std=c++11. (by DyslexicChciken)
|
by n30n
video linked list creating cerr commands
|
How do i make my code works so that if i insert a list of video and then try to insert another list ... |
Sep 29, 2014 at 1:50am
[1 reply] : I'm not really sure what the issue actually is, but perhaps you only w... (by Zhuge)
|
by blablobloo
Compiling in g++ doesn't gives a.out
|
Hello everyone, and thanks for taking your time to help me. I have more than one question/issue/dou... |
Sep 27, 2014 at 8:04pm
[1 reply] : From man g++ : gcc [-c|-S|-E] [-std=standard] [-g] [-pg] [-Olevel] [... (by keskiverto)
|
by pel1993
I never took unix and wondering how to
|
hi i never took any unix and my professor for one of my classes want me to write a shell script i am... |
Sep 27, 2014 at 10:35am
[4 replies] Last: i need to Write a script that outputs all lines in a file containing ... (by kbw)
|
by smunier
Script communication with pipes in a qsub context
|
Hi all, I am coding a script that needs to run several 'children' scripts and communicate with th... |
Sep 26, 2014 at 11:17am
[5 replies] Last: Well, I finally made my script work using sockets. Here is my solution... (by smunier)
|
by histrungalot
Spectrogram Waterfall
|
I want to make a spectrogram waterfall. The question I have is what would be the best graphics libra... |
Sep 26, 2014 at 2:31am
[no replies]
|
by kellex
X11 Lib Sinus Drawer
|
Hello fellas, im making a program with the xlib to draw a sinus function but i cant make it work, c... |
Sep 25, 2014 at 9:14pm
[3 replies] Last: Hey, did you get this sorted OP? I have a very similar issue. I checke... (by NewNewz)
|
by n30n
video linked list insert funciton
|
trying to create a linked list for video object to take in insert, remove, lookup, and print command... |
Sep 25, 2014 at 7:37pm
[1 reply] : list.insert(*video); should be list.insert(video); The method tak... (by ResidentBiscuit)
|
by dkaip
EVT_KEY_DOWN event problem
|
Hello. A very little program have problem. I am trying to catch a key press globally(http://wiki.wxw... |
Sep 25, 2014 at 5:26am
[2 replies] Last: I just make a litle project, same in Ubuntu and windows xp In xp run v... (by dkaip)
|
Please help with this C++ project |
https://s.yimg.com/hd/answers/i/276bd46c2139425e9503f159054bb99f_A.png?a=answers&mr=0&x=1411469876&s... |
Sep 24, 2014 at 12:02am
[1 reply] : Your link says "unauthorized" and your post doesn't contain any code. ... (by bryan177mcsc)
|
by bishoposiris
error: ld returned 1 exit status
|
I'm using Ubuntu 14.04 and gcc 4.8.2. I'm trying to compile the following code using this command: ... |
Sep 22, 2014 at 2:55pm
[2 replies] Last: That did it! Thank you. (by bishoposiris)
|
by vikk
upgrade stripped-down target industrial PC to instrumental for C++ console development
|
I need to write a console application on a i386 machine with debian 2.2 to work with some programms ... |
Sep 22, 2014 at 9:09am
[18 replies] Last: When I say "upgrade" I mean to set up development tools on the target ... (by vikk)
|
by vsrinu26f
Anjuta Gtkmm : How to package a commandline app and its gui app
|
Note: this is my first time anjuta and first time linux application development. At home switched to... |
Sep 22, 2014 at 6:25am
[no replies]
|
by bluemahib
How to control mouse pointer by C++ Code ???
|
Hello, I have a question about controlling a mouse pointer in Linux (i.e. in Webbrowser) by C++ C... |
Sep 20, 2014 at 7:34pm
[4 replies] Last: For Xorg, look at Xlib or xcb. For framebuffer pointer... uh... good l... (by NoXzema)
|
Program works in os x, but not on unix (solaris) |
I have a program that's supposed to read in a file, validate that it exists, copy it to a new file w... |
Sep 18, 2014 at 8:09pm
[2 replies] Last: Thank you so much! That worked! (by sistasweetpea)
|
by Inf345
nkm
|
#include<stdio.h> #include<stdlib.h> int main(int argc, char *argv ) { float s,t; if(argc != 3)... |
Sep 18, 2014 at 9:46am
[3 replies] Last: lol (by mutexe)
|
Need help with a c++ program |
Please email me, I can't post my program here for plagiarism issues. I've done half of it, I'll sen... |
Sep 18, 2014 at 8:45am
[6 replies] Last: True, but we need complete details on the Question @frank: Provide mor... (by sansoftaus)
|
by sushi1992
Ifstream Read Not working in Linux?
|
So the read is working for Windows but it's not working for Linux. In GDB the ulTop variable is show... |
Sep 17, 2014 at 7:05pm
[8 replies] Last: Still.. can't see why it would fail.. I find that it's never good t... (by dhayden)
|
by damanick10
Cross Compiling c file
|
Hey there. Can anyone tell me the commands to compile a c file to avr and to x86 on linux? I've been... |
Sep 17, 2014 at 1:16am
[no replies]
|